summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-4/+4
|\
| * Fix spec for Ci::RegisterJobServiceTomasz Maczukin2017-03-061-3/+3
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-061-2/+16
|\ \
| * | Make triggers to be user awareKamil Trzcinski2017-03-051-2/+16
* | | Extend pipeline retry specs with blocking actionsGrzegorz Bizon2017-03-061-11/+50
* | | Add specs for new pipeline and build action eventsGrzegorz Bizon2017-03-061-1/+0
* | | Extend specs for pipelines with manual blocking actionsGrzegorz Bizon2017-03-061-0/+59
* | | Adjust pipeline retry specs to use manual statusesGrzegorz Bizon2017-03-061-4/+4
* | | Always actionize build when it is a manual actionGrzegorz Bizon2017-03-061-24/+48
* | | Fix Rubocop offenses in pipeline processing specsGrzegorz Bizon2017-03-061-32/+32
* | | 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-23/+47
* | | Make pipeline processing specs more consistentGrzegorz Bizon2017-03-061-278/+316
* | | Fix pipeline retry specs for optional blocking actionsGrzegorz Bizon2017-03-061-8/+7
* | | Fix specs for pipeline processing with manual actionsGrzegorz Bizon2017-03-061-6/+6
* | | Remove duplication in process pipeline service specsGrzegorz Bizon2017-03-061-38/+33
* | | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-2/+2
|/ /
* | Merge branch 'fix/gb/fix-build-retry-tags-assignment' into 'master' Kamil Trzciński2017-03-031-11/+36
|\ \ | |/ |/|
| * Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-10/+21
| * Improve build retry service tests for cloning dataGrzegorz Bizon2017-03-011-2/+5
| * Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-9/+20
* | Merge branch 'fix/gb/remove-deprecated-ci-build-status-badge' into 'master'Rémy Coutable2017-03-021-50/+0
|\ \
| * | Remove specs for legacy build image serviceGrzegorz Bizon2017-03-011-50/+0
| |/
* | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
|/
* Fix concurrent access on builds/registerKamil Trzcinski2017-03-011-0/+45
* Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-231-3/+1
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-235-30/+30
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-235-30/+30
| * Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-235-30/+30
| * Enable Style/DotPositionDouwe Maan2017-02-235-30/+30
* | Merge branch 'fix/gb/pipeline-retry-skipped-jobs' into 'master' Kamil Trzciński2017-02-231-2/+23
|\ \ | |/ |/|
| * Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-2/+23
* | Merge branch 'fix-test-for-build-attributes' into 'master' Kamil Trzciński2017-02-231-2/+2
|\ \
| * | Fix build attributes test, see:Lin Jen-Shin2017-02-211-2/+2
| |/
* | updated ci skip regex to accept underscores and hyphensupdate-ci-skip-regex-to-accept-underscores-and-hyphensLuke "Jared" Bennett2017-02-221-42/+29
|/
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+41
|\
| * Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-151-2/+2
| |\
| * | Only tick queue if anything is updatedLin Jen-Shin2017-02-071-4/+27
| * | Just pass :services, feedback:Lin Jen-Shin2017-02-071-1/+1
| * | Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-042-26/+76
| |\ \
| * | | Prefer service object over after_save hookLin Jen-Shin2017-01-211-0/+18
* | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-16/+20
* | | | Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
* | | | Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-152-3/+3
* | | | Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
* | | | Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-142-16/+87
* | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-12/+31
* | | | Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-142-14/+14