summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-7/+30
* Remove unused method that describes blocking jobGrzegorz Bizon2017-03-061-4/+0
* Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-7/+7
* Fix Rubocop offense in CI/CD build state machineGrzegorz Bizon2017-03-061-1/+1
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-5/+14
* Fix lambda operatorKamil Trzcinski2017-03-061-1/+1
* Make manual actions blockingKamil Trzcinski2017-03-061-5/+9
* Remove unused method from CI/CD build classfix/gb/remove-unused-method-from-buildGrzegorz Bizon2017-03-011-9/+0
* Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-241-6/+4
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-9/+9
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-11/+11
| * Move up delegate callsDouwe Maan2017-02-231-2/+2
| * Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
| * Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-11/+11
| * Enable Rails/ValidationDouwe Maan2017-02-231-1/+1
| * Enable Style/DotPositionDouwe Maan2017-02-231-9/+9
* | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-211-28/+5
|\ \ | |/
| * Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-1/+3
| * Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-3/+3
| * Extract CI/CD build retry code to separate serviceGrzegorz Bizon2017-02-131-26/+1
* | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-161-1/+1
* | Use the same syntax for default expirationLin Jen-Shin2017-02-151-12/+0
* | ApplicationSetting.current doesn't work well in testsLin Jen-Shin2017-02-151-1/+2
* | Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-0/+11
|/
* Merge branch 'feature/gb/paginated-environments-api' into 'master'Rémy Coutable2017-02-081-1/+1
|\
| * Merge branch 'master' into feature/gb/paginated-environments-apiFilipa Lacerda2017-02-071-5/+19
| |\
| * | Rename `Gitlab::Serialize` module to reuse it laterGrzegorz Bizon2017-02-061-1/+1
* | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-4/+1
|\ \ \ | |_|/ |/| |
| * | Improve performance of finding last deployed environmentDouwe Maan2017-02-061-4/+1
* | | Merge branch 'fix-deleting-project-again' into 'master' Douwe Maan2017-02-061-4/+17
|\ \ \ | |/ / |/| |
| * | Skip or retain project while deleting the project:Lin Jen-Shin2017-02-031-4/+17
| |/
* | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-031-17/+15
|\ \ | |/
| * Be more lenient on build coverage value updates and fix specsLeandro Camargo2017-01-251-1/+1
| * Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-251-22/+13
| * Improve/polish code logic for some Ci::Build methodsLeandro Camargo2017-01-251-4/+4
| * Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-3/+7
| * Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-251-1/+1
| * Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-251-3/+3
| * Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-251-2/+5
* | Move most of PagesWorker logic UpdatePagesServiceKamil Trzcinski2017-01-311-1/+1
* | Add GitLab PagesKamil Trzcinski2017-01-311-1/+2
|/
* Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-191-0/+1
|\
| * Add Presentable concernRémy Coutable2017-01-181-0/+1
* | Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-191-6/+56
|\ \ | |/
| * Add method that checks for expiring build artifactsGrzegorz Bizon2017-01-091-0/+4
| * Add more storage statisticsMarkus Koller2016-12-211-0/+6
| * Merge branch 'master' into fix-yaml-variablesLin Jen-Shin2016-12-191-3/+32
| |\
| | * Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-1/+2
| | * Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-151-2/+18