summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/DotPositionDouwe Maan2017-02-235-30/+30
* 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
* | | | Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
* | | | Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48
* | | | Fix pipeline processing specs after adding ability checksGrzegorz Bizon2017-02-131-3/+11
* | | | Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-1/+1
* | | | Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56
| |_|/ |/| |
* | | Update changesKamil Trzcinski2017-02-061-2/+2
| |/ |/|
* | Return struct instead of multiple valuesKamil Trzcinski2017-01-251-1/+1
* | Fix specsKamil Trzcinski2017-01-251-1/+1
* | Merge remote-tracking branch 'origin/master' into backport-ee-changes-for-bui...Kamil Trzcinski2017-01-241-0/+47
|\ \
| * | Add missing specs for update build queue servicefix-shared-runners-queue-updateGrzegorz Bizon2017-01-201-0/+47
| |/
* | Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski2017-01-201-26/+29
|/
* Create environments when the build referencing them is createdNick Thomas2016-12-151-0/+17
* Extend pipelines factory with transient config attributefix/create-pipeline-with-builds-in-transactionGrzegorz Bizon2016-11-271-1/+1
* Restore method that ensures builds being createdGrzegorz Bizon2016-11-251-21/+26
* Remove remaining calls to CI yaml in pipeline specsGrzegorz Bizon2016-11-251-5/+0
* Move helpers to the end of process pipeline specsGrzegorz Bizon2016-11-251-29/+29
* Update pipeline processing specs for creating buildsGrzegorz Bizon2016-11-251-35/+28
* Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' Kamil Trzciński2016-11-171-0/+105
|\
| * Make it possible to fabricate environment on branchGrzegorz Bizon2016-11-141-4/+13
| * Improve name of service that stops CI environmentsGrzegorz Bizon2016-11-141-1/+1
| * Check permissions before stopping CI environmentsGrzegorz Bizon2016-11-141-23/+49
| * Extend tests for service that stops environmentGrzegorz Bizon2016-11-091-1/+49
| * Add environment factory review app traitGrzegorz Bizon2016-11-091-14/+1
| * Add environment teardown serviceGrzegorz Bizon2016-11-081-0/+35
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-021-2/+2
|\ \ | |/
| * Fix optimistic lockingKamil Trzcinski2016-10-261-2/+2
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-103/+0
* | Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-1/+1
* | Add notification tests for itLin Jen-Shin2016-10-171-6/+61
|/
* Space between subject and {, feedback:Lin Jen-Shin2016-10-141-0/+1
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-081-19/+82
|\
| * Add a test for on_failure jobs in the middleLin Jen-Shin2016-10-011-1/+18
| * Should use eq because we want ordersLin Jen-Shin2016-10-011-6/+3