summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-1/+1
|\
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-061-1/+1
|\ \
| * | Make triggers to be user awareKamil Trzcinski2017-03-051-1/+1
* | | Always actionize build when it is a manual actionGrzegorz Bizon2017-03-061-4/+3
* | | Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-2/+2
* | | Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-0/+2
* | | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-2/+2
* | | Make manual actions blockingKamil Trzcinski2017-03-061-0/+3
|/ /
* | Merge branch 'fix/gb/fix-build-retry-tags-assignment' into 'master' Kamil Trzciński2017-03-031-14/+5
|\ \ | |/ |/|
| * Fix Rubocop offense in build retry servicefix/gb/fix-build-retry-tags-assignmentGrzegorz Bizon2017-03-021-1/+1
| * Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-13/+1
| * Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-14/+17
* | Remove deprecated legacy CI project status badgeGrzegorz Bizon2017-03-011-25/+0
|/
* Fix concurrent access on builds/registerKamil Trzcinski2017-03-011-12/+24
* Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-231-3/+1
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-234-16/+16
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-237-27/+27
| * Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-237-27/+27
| * Enable Style/DotPositionDouwe Maan2017-02-234-16/+16
* | Merge branch 'fix/gb/pipeline-retry-skipped-jobs' into 'master' Kamil Trzciński2017-02-231-0/+6
|\ \ | |/ |/|
| * Process skipped jobs in the pipeline when retrying itGrzegorz Bizon2017-02-231-10/+9
| * Reprocess jobs in stages once when retrying pipelineGrzegorz Bizon2017-02-221-5/+10
| * Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-0/+2
* | Merge branch 'fix-test-for-build-attributes' into 'master' Kamil Trzciński2017-02-231-3/+4
|\ \
| * | We actually want to clone project and remove gl_project_idfix-test-for-build-attributesLin Jen-Shin2017-02-211-2/+2
| * | Fix build attributes test, see:Lin Jen-Shin2017-02-211-3/+4
| |/
* | updated ci skip regex to accept underscores and hyphensupdate-ci-skip-regex-to-accept-underscores-and-hyphensLuke "Jared" Bennett2017-02-221-1/+2
|/
* Remove support for locking in pipeline retry serviceGrzegorz Bizon2017-02-171-9/+1
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+15
|\
| * Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-151-4/+3
| |\
| * | Only tick queue if anything is updatedLin Jen-Shin2017-02-071-2/+2
| * | Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-042-19/+51
| |\ \
| * | | Prefer service object over after_save hookLin Jen-Shin2017-01-211-0/+15
* | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-18/+20
* | | | When retrying a build copy a coverage regex settingGrzegorz Bizon2017-02-151-0/+1
* | | | Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-152-1/+5
* | | | Avoid race condition in build retry serviceGrzegorz Bizon2017-02-141-3/+2
* | | | Simplify implementation of build retry serviceGrzegorz Bizon2017-02-141-8/+2
* | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-37/+5
* | | | Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-142-20/+36
* | | | Add after_stage scope to commit status classGrzegorz Bizon2017-02-141-6/+6
* | | | Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-142-46/+45
* | | | Fix Rubocop offense in pipeline retry serviceGrzegorz Bizon2017-02-131-1/+0
* | | | Implement new pipeline retry serviceGrzegorz Bizon2017-02-132-10/+29
* | | | Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+22
* | | | Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+6
* | | | Extract CI/CD build retry code to separate serviceGrzegorz Bizon2017-02-131-0/+43
| |_|/ |/| |
* | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-2/+2
|\ \ \