summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Merge branch 'fix/status-of-pipeline-without-builds' into 'master' Rémy Coutable2016-06-162-38/+40
| |\
| | * Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-151-1/+2
| | |\
| | * | Remove reduntant method for building pipeline buildsGrzegorz Bizon2016-06-151-1/+2
| | * | Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-144-20/+20
| | |\ \
| | * | | Refactor code reponsible for creating buildsGrzegorz Bizon2016-06-031-1/+0
| | * | | Update CreateCommitBuildsService to pass testsKamil Trzcinski2016-06-031-1/+2
| | * | | Save Ci::Commit object to persist all created buildsKamil Trzcinski2016-06-032-1/+2
| | * | | Do not create pipeline objects when no buildsGrzegorz Bizon2016-06-031-17/+24
| | * | | Add minor improvements in create builds serviceGrzegorz Bizon2016-06-031-7/+2
| | * | | Refactor ci commit pipeline to prevent implicit savesGrzegorz Bizon2016-06-031-13/+11
| * | | | Merge branch 'fair-usage-of-shared-runners' into 'master' Stan Hu2016-06-151-6/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix typoKamil Trzcinski2016-06-151-1/+1
| | * | | Optimise SQL queryKamil Trzcinski2016-06-141-13/+11
| | * | | Fair usage of Shared RunnersKamil Trzcinski2016-06-131-6/+19
| | | |/ | | |/|
| * | | Added initial version of deploymentsKamil Trzcinski2016-06-101-1/+2
| |/ /
* | | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\ \ \ | |/ /
| * | Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* | | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-1/+1
|/ /
* | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3Kamil Trzcinski2016-06-071-1/+1
|\ \
| * | Fix tests failuresKamil Trzcinski2016-06-071-1/+1
* | | Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski2016-06-032-6/+6
|/ /
* | Rename `commit` to `pipeline` in application codeKamil Trzcinski2016-06-031-9/+9
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-023-4/+4
|/
* Create pipeline objects with parameterswith-pipeline-viewKamil Trzcinski2016-05-181-3/+1