summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Make the cases clear instead of having guardsslightly-more-readableLin Jen-Shin2016-09-121-3/+3
* 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
* Use pipelines.errors when communicating the errorKamil Trzcinski2016-05-181-14/+22
* Add method new_pipelineKamil Trzcinski2016-05-141-4/+6
* Fix CI testsKamil Trzcinski2016-05-121-1/+1
* Improve pipelines designKamil Trzcinski2016-05-101-0/+42
* Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-1/+1
* Fix specsKamil Trzcinski2016-04-113-8/+9
* Use Ci::Commit as PipelineKamil Trzcinski2016-04-112-10/+19
* add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c...Jason Roehm2016-03-151-1/+1
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-1/+1
* Return a builds array in builds create serviceGrzegorz Bizon2016-02-181-0/+1
* Improve CI status badge implementationGrzegorz Bizon2016-02-111-12/+7
* Run builds from projects with enabled CIci-project-migrateKamil Trzcinski2015-12-111-1/+1