summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'show-commit-status-from-latest-pipeline' into 'master' Grzegorz Bizon2016-12-151-4/+4
|\
| * Introduce latest_status and add a few testsLin Jen-Shin2016-12-141-1/+1
| * Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-142-13/+25
| |\
| * | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-241-1/+1
| * | Still use compound pipeline status, but group byLin Jen-Shin2016-11-211-9/+2
| * | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-212-19/+29
| |\ \
| * | | There's not always a pipelineLin Jen-Shin2016-11-081-1/+1
| * | | Also show latest pipeline for ImageForBuildServiceLin Jen-Shin2016-11-081-3/+10
* | | | Create environments when the build referencing them is createdNick Thomas2016-12-151-2/+13
| |_|/ |/| |
* | | Fix handling of skipped vs success statusKamil Trzcinski2016-12-061-2/+2
* | | Restore method that ensures builds being createdGrzegorz Bizon2016-11-251-0/+15
* | | Create pipeline along with builds in the transationGrzegorz Bizon2016-11-242-12/+9
| |/ |/|
* | Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master' Kamil TrzciƄski2016-11-171-0/+29
|\ \
| * | Remove unnecessary check from environments servicefeature/environment-teardown-when-branch-deletedGrzegorz Bizon2016-11-161-5/+0
| * | Refactor methods for environments in project modelGrzegorz Bizon2016-11-161-1/+2
| * | Improve name of service that stops CI environmentsGrzegorz Bizon2016-11-141-1/+1
| * | Check permissions before stopping CI environmentsGrzegorz Bizon2016-11-141-0/+1
| * | Make commit an optional arg for environments searchGrzegorz Bizon2016-11-091-8/+4
| * | Add environment factory review app traitGrzegorz Bizon2016-11-091-7/+12
| * | Add environment teardown serviceGrzegorz Bizon2016-11-081-0/+31
| |/
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-022-19/+15
|\ \ | |/
| * Make retry_lock to not be infiniteuse-optimistic-lockingKamil Trzcinski2016-10-271-2/+2
| * Fix Rubocop unused variables warningStan Hu2016-10-261-2/+2
| * Remove puts to solve Rubocop errorsStan Hu2016-10-261-2/+0
| * Fix optimistic lockingKamil Trzcinski2016-10-261-2/+4
| * Add tests for optimistic lockingKamil Trzcinski2016-10-261-1/+1
| * Use optimistic lockingKamil Trzcinski2016-10-262-19/+15
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-13/+0
* | We're using BaseServiceLin Jen-Shin2016-10-171-1/+1
* | Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-8/+2
|/
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-141-0/+2
|\
| * Fix ci pipeline processing with async jobsGrzegorz Bizon2016-10-071-0/+2
* | Doesn't need BaseService, feedback:Lin Jen-Shin2016-09-151-1/+1
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-141-3/+3
|\ \ | |/
| * Make the cases clear instead of having guardsslightly-more-readableLin Jen-Shin2016-09-121-3/+3
* | Split notification integration into another branchLin Jen-Shin2016-09-141-2/+8
* | Try to integrate the email into notification systemLin Jen-Shin2016-09-131-0/+13
|/
* Project tools visibility levelFelipe Artur2016-09-011-3/+5
* Block concurrent pipeline processingsKamil Trzcinski2016-08-311-6/+8
* Drop unused CI tables and fileszj-remove-unused-ci-tablesZ.J. van de Weg2016-08-261-35/+0
* rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-1/+1
* Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-1/+1
* Use state machine for pipeline event processingKamil Trzcinski2016-08-111-2/+3
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-115-97/+196
* Add notice implementationKamil Trzcinski2016-07-181-0/+2
* Mark builds with manual actions as skippedKamil Trzcinski2016-07-181-1/+3
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...store-variables-and-when-in-builds-tableKamil Trzcinski2016-07-181-0/+1
|\
| * Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+1
* | Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-1/+3
|/
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-173-43/+57
|\