summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-1/+1
* Wrap against 80 chars and rename failed_or_canceledfix-cancelling-pipelinesLin Jen-Shin2016-11-231-7/+9
* Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-221-0/+4
|\
| * Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński2016-11-211-0/+4
| |\
| | * Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin2016-11-211-8/+1
| | * Send credentials array with build dataTomasz Maczukin2016-11-211-0/+11
* | | Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-211-1/+35
|\ \ \ | |/ /
| * | Do not create TODO when build is allowed to failGrzegorz Bizon2016-11-211-1/+5
| * | Merge branch '23205-information-about-environments-build-page' into 'master' Fatih Acet2016-11-181-0/+30
| |\ \
| | * | Fix tests and add has_environment?Kamil Trzcinski2016-11-171-3/+7
| | * | Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-2/+18
| | * | Expose `last_deployment` on `Ci::Builds` [ci skip]Kamil Trzcinski2016-11-081-3/+7
| | * | Add switch statement & last_deployment methodAnnabel Dunstone Gray2016-11-081-0/+6
* | | | Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski2016-11-191-6/+8
* | | | Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-181-0/+5
|\ \ \ \ | |/ / /
| * | | Update the updated_at of a build while patching the traceTomasz Maczukin2016-11-151-0/+5
| | |/ | |/|
* | | Improve how we could cancel pipelines:Lin Jen-Shin2016-11-171-2/+2
|/ /
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-021-6/+6
|\ \ | |/
| * Add tests for optimistic lockingKamil Trzcinski2016-10-261-1/+1
| * Use optimistic lockingKamil Trzcinski2016-10-261-6/+6
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-257-16/+16
|\ \ | |/
| * Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-247-16/+16
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-3/+0
|\ \ | |/
| * Update duration at the end of pipelineupdate-duration-at-the-end-of-pipelineKamil Trzcinski2016-10-201-3/+0
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-201-2/+2
|\ \ | |/
| * Keep around commits only on pipeline createdont-touch-fs-on-pipeline-saveKamil Trzcinski2016-10-191-1/+1
| * Merge branch 'pipeline-emails' into 'master' Kamil Trzciński2016-10-181-9/+14
| |\
| * \ Merge remote-tracking branch 'upstream/master' into retry-cancelled-pipelinesretry-cancelled-pipelinesLin Jen-Shin2016-10-181-4/+6
| |\ \
| * | | Make cancelled pipelines being able to retryLin Jen-Shin2016-10-171-1/+1
* | | | Use Array rather than compact, feedback:Lin Jen-Shin2016-10-181-1/+1
* | | | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-181-4/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-181-4/+6
| |\ \ \ | | | |/ | | |/|
| | * | Add Pipeline metrics workerKamil Trzcinski2016-10-171-4/+6
| | |/
* | | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
* | | Use run_after_commit to avoid race condition, feedback:Lin Jen-Shin2016-10-171-1/+3
* | | Pipeline#user could be nil. Feedback:Lin Jen-Shin2016-10-171-1/+1
* | | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-2/+2
* | | Prefix _ to show that it's intended unused, feedback:Lin Jen-Shin2016-10-171-1/+1
* | | Fix spelling, feedback:Lin Jen-Shin2016-10-171-1/+1
* | | Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-0/+9
|/ /
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-172-14/+14
|\ \ | |/
| * Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-142-14/+14
| |\
| | * Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-2/+1
| | * Calculate build coverage asynchronouslyGrzegorz Bizon2016-10-141-2/+1
| | * Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-131-12/+9
| | * Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-131-2/+3
| | * Execute pipeline hooks asynchronouslyGrzegorz Bizon2016-10-121-1/+6
* | | Just show the first merge request we found, feedback:Lin Jen-Shin2016-10-141-6/+0
* | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-141-5/+10
|\ \ \ | |/ /
| * | Schedule async pipeline success worker after commitGrzegorz Bizon2016-10-121-1/+2