summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | 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