summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 27377-preload-pipeline-en...27377-preload-pipeline-entityLin Jen-Shin2017-05-231-155/+36
|\
| * Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-2/+2
| * Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-2/+2
| * Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-2/+2
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-2/+2
| * Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-131-143/+23
| |\
| | * Merge remote-tracking branch 'origin/master' into optimise-pipelinesoptimise-pipelinesKamil Trzcinski2017-04-061-135/+27
| | |\
| | | * Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-135/+21
| | * | Introduce endpoint optimisationsKamil Trzcinski2017-04-061-8/+2
| * | | Use build policy to determine if user can play buildGrzegorz Bizon2017-04-121-6/+0
| * | | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-121-12/+3
| * | | Check branch access when user triggers manual actionGrzegorz Bizon2017-04-061-0/+10
| | |/ | |/|
| * | Return an empty array when dependencies is an empty arrayMike Wyatt2017-04-051-0/+6
| |/
* | Optimize manual actions for preloaded dataLin Jen-Shin2017-03-311-2/+2
|/
* Simplify Ci::Build#dependencies methodTomasz Maczukin2017-03-201-8/+3
* Send only defined dependenciesTomasz Maczukin2017-03-201-0/+15
* All CI offline migrationsKamil Trzciński2017-03-171-7/+4
* Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-7/+30
|\
| * Rename REF to SHAZ.J. van de Weg2017-03-071-1/+1
| * Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-7/+30
* | Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-0/+21
|\ \ | |/ |/|
| * Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-4/+2
| * Change artifacts and cache fields to arraysTomasz Maczukin2017-03-061-2/+2
| * Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-10/+4
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-0/+29
* | 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
|\