summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use migration helper to prevent downtime migrationfeature/runner-config-untagged-jobsGrzegorz Bizon2016-05-191-8/+10
* Minor runner-related code refactoringsGrzegorz Bizon2016-05-194-21/+22
* Rename method that validates runner tag constrainsGrzegorz Bizon2016-05-191-2/+2
* Display validation errors when admin edits a runnerGrzegorz Bizon2016-05-192-11/+17
* Add minor corrections related to config of runnerGrzegorz Bizon2016-05-194-7/+6
* Improve setting default runner attrs when using APIGrzegorz Bizon2016-05-191-2/+5
* Move runner validator to separate private methodGrzegorz Bizon2016-05-191-6/+10
* Use form errors helper in CI runner edit formGrzegorz Bizon2016-05-191-4/+1
* Add not null constraint to run untagged runner optionGrzegorz Bizon2016-05-192-2/+2
* Set run untagged option when registering a runnerGrzegorz Bizon2016-05-192-12/+38
* Refactor CI API specs for creating runnerGrzegorz Bizon2016-05-191-17/+29
* Add docs for a new configuration setting for runnerGrzegorz Bizon2016-05-191-1/+7
* Extend runner options that are configurable via APIGrzegorz Bizon2016-05-193-5/+13
* Add Changelog entry for new runner configurationGrzegorz Bizon2016-05-191-0/+1
* Add method that check if build has tagsGrzegorz Bizon2016-05-192-3/+17
* Extend CI runners specsGrzegorz Bizon2016-05-191-1/+31
* Improve displaying validation messages for runnerGrzegorz Bizon2016-05-193-4/+13
* Update specs to be valid only for tagged runnerGrzegorz Bizon2016-05-191-9/+13
* Add custom validator to runner modelGrzegorz Bizon2016-05-192-1/+9
* Add CI API tests for runner config and untagged jobsGrzegorz Bizon2016-05-191-0/+32
* Disallow runner to pick untagged build if configuredGrzegorz Bizon2016-05-192-11/+31
* Extend runner config options for untagged jobsGrzegorz Bizon2016-05-195-35/+51
* Add form for runner config to run untagged jobsGrzegorz Bizon2016-05-191-0/+6
* Add runner db field for ability to run untagged jobsGrzegorz Bizon2016-05-192-0/+12
* Merge branch '12724-wrong-sorting-of-commit-order-in-mr-view' into 'master' Rémy Coutable2016-05-193-5/+3
|\
| * Chunk commits by date in lists12724-wrong-sorting-of-commit-order-in-mr-viewSean McGivern2016-05-192-2/+2
| * Maintain commit order in MRsSean McGivern2016-05-181-3/+1
* | Merge branch 'deploy-key-alert-color' into 'master' Jacob Schatz2016-05-194-5/+5
|\ \
| * | Fixed project settings alert colorsdeploy-key-alert-colorPhil Hughes2016-05-164-5/+5
* | | Merge branch 'project-variables-ui' into 'master' Jacob Schatz2016-05-199-55/+141
|\ \ \
| * | | Changed table border colorproject-variables-uiPhil Hughes2016-05-163-14/+15
| * | | Updated project variable testsPhil Hughes2016-05-162-19/+48
| * | | Project variables UIPhil Hughes2016-05-167-38/+94
| |/ /
* | | Merge branch 'simplify-animation-css' into 'master' Jacob Schatz2016-05-195-12/+74
|\ \ \
| * | | Replace animate.css with a smaller subset of animations.Connor Shea2016-05-135-12/+74
* | | | Merge branch 'doc-broken-links' into 'master' Jeroen van Baarsen2016-05-193-2/+3
|\ \ \ \
| * | | | Fix broken linksdoc-broken-linksAchilleas Pipinellis2016-04-193-2/+3
* | | | | Merge branch 'patch-1' into 'master' Rémy Coutable2016-05-192-1/+2
|\ \ \ \ \
| * | | | | Added CHANGELOG entryLudovic Perrine2016-05-191-0/+1
| * | | | | Fixed advice on invalid permissions on upload pathJazz2016-05-191-1/+1
* | | | | | Merge branch 'migration-helpers' into 'master' Robert Speicher2016-05-196-2/+393
|\ \ \ \ \ \
| * | | | | | Fixed typos in migration templatesmigration-helpersYorick Peterse2016-05-192-2/+2
| * | | | | | Remove left-over use of strip_heredocYorick Peterse2016-05-191-1/+1
| * | | | | | Removed stray strip_heredoc from migration helpersYorick Peterse2016-05-131-1/+1
| * | | | | | Fixed styling per Rubocop pedanticsYorick Peterse2016-05-122-5/+7
| * | | | | | Tell Rubocop to ignore lib/templatesYorick Peterse2016-05-121-1/+2
| * | | | | | Link to migration guide in migration templatesYorick Peterse2016-05-122-0/+6
| * | | | | | Updated migration styleguide for new helpersYorick Peterse2016-05-121-2/+44
| * | | | | | Added custom migration generator templatesYorick Peterse2016-05-122-0/+84
| * | | | | | Added helper methods for database migrationsYorick Peterse2016-05-122-0/+256