summaryrefslogtreecommitdiff
path: root/spec/models/ci/pipeline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into retry-cancelled-pipelinesretry-cancelled-pipelinesLin Jen-Shin2016-10-181-18/+9
|\
| * Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-18/+9
* | Make cancelled pipelines being able to retryLin Jen-Shin2016-10-171-5/+19
|/
* Fix build.Timothy Andrew2016-09-211-3/+3
* Fix spec failures.Timothy Andrew2016-09-201-2/+2
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-12/+51
|\
| * Fix EnglishLin Jen-Shin2016-09-131-4/+4
| * Add a test for #22010Lin Jen-Shin2016-09-131-4/+18
| * Remove tests for pending_durationLin Jen-Shin2016-09-051-2/+1
| * Just sum all the queuing time, indication for needing more runnersLin Jen-Shin2016-09-021-1/+1
| * Make sure the algorithm did exclude gapsLin Jen-Shin2016-09-021-2/+2
| * Actually we still need to use total - running to get:Lin Jen-Shin2016-09-021-6/+11
| * Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-021-0/+30
| |\
| * | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-021-9/+18
| * | Fix test for Pipeline#durationLin Jen-Shin2016-08-301-5/+17
* | | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-0/+55
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-241-5/+9
|\ \ | |/
| * Use travel_to instead of dependency injection, feedback:Lin Jen-Shin2016-08-191-4/+6
| * pipeline duration no longer depends on buildsLin Jen-Shin2016-08-151-2/+1
| * Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin2016-08-151-3/+6
* | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-171-1/+86
|\ \ | |/
| * Rename queue to enqueue in testsKamil Trzcinski2016-08-121-6/+6
| * Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-4/+19
| |\
| * | Make pipeline to be in created state for hooks testsKamil Trzcinski2016-08-121-1/+1
| * | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-37/+33
| |\ \
| * | | Make it more grammatically correct, feedback:Lin Jen-Shin2016-08-121-4/+4
| * | | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-17/+47
| * | | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-111-0/+45
| * | | Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-111-20/+19
| * | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-302/+14
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-2/+2
| |\ \ \ \
| * | | | | Define utility functions later, feedback:Lin Jen-Shin2016-08-051-10/+10
| * | | | | Removed the abstract let, feedback:Lin Jen-Shin2016-08-051-1/+0
| * | | | | If we use Rails magic it's breaking this test:Lin Jen-Shin2016-08-041-1/+1
| * | | | | I was too used to this style...Lin Jen-Shin2016-08-041-1/+1
| * | | | | Test against the status in the payloadLin Jen-Shin2016-08-031-1/+9
| * | | | | Make sure we only fire hooks upon status changedLin Jen-Shin2016-08-031-1/+21
| * | | | | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-2/+31
* | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-327/+95
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-4/+19
| | |_|_|/ | |/| | |
| * | | | Added specs for started_at and finished_atKamil Trzcinski2016-08-121-8/+38
| * | | | Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-14/+10
| * | | | Use state machine for pipeline event processingKamil Trzcinski2016-08-111-34/+4
| * | | | Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-111-0/+45
| | |_|/ | |/| |
| * | | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-302/+14
| | |/ | |/|
* | | Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin2016-08-111-21/+7
* | | Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin2016-08-101-2/+46
|/ /
* | adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-4/+4
|/
* Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+38
|\
| * Address feedback.Connor Shea2016-07-191-6/+18