summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-021-16/+12
|\
| * Fix duration specsKamil Trzcinski2016-10-261-14/+7
| * Fix optimistic lockingKamil Trzcinski2016-10-261-6/+9
* | Make sure pusher has the read_build privilegeLin Jen-Shin2016-10-221-0/+2
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-201-5/+19
|\ \ | |/
| * Merge remote-tracking branch 'upstream/master' into retry-cancelled-pipelinesretry-cancelled-pipelinesLin Jen-Shin2016-10-181-18/+9
| |\
| * | Make cancelled pipelines being able to retryLin Jen-Shin2016-10-171-5/+19
* | | Use bcc for pipeline emails because:Lin Jen-Shin2016-10-181-1/+1
* | | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-181-18/+9
|\ \ \ | | |/ | |/|
| * | Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-18/+9
| |/
* | should_email_no_one -> should_not_email_anyone, feedback:Lin Jen-Shin2016-10-171-1/+1
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-2/+4
* | Fix test by having a real commitLin Jen-Shin2016-10-171-1/+9
* | Use EmailHelpers where possible, feedback:Lin Jen-Shin2016-10-171-3/+2
* | Prefer methods from EmailHelpers, feedback:Lin Jen-Shin2016-10-171-1/+1
* | How could I forget this?Lin Jen-Shin2016-10-171-1/+10
* | Add test for sending pipeline notificationsLin Jen-Shin2016-10-171-0/+54
* | Just show the first merge request we found, feedback:Lin Jen-Shin2016-10-141-31/+0
* | Introduce Pipeline#merge_requests_with_active_first,Lin Jen-Shin2016-10-141-0/+31
|/
* 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-202-13/+52
|\
| * Fix spec failuresKamil Trzcinski2016-09-191-1/+1
| * Fix EnglishLin Jen-Shin2016-09-131-4/+4
| * Add a test for #22010Lin Jen-Shin2016-09-131-4/+18
| * Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-081-5/+30
| |\
| | * 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
|/ / /
* | | Update specs - add mocks to simulate old versionsTomasz Maczukin2016-09-011-23/+32
* | | Add specsTomasz Maczukin2016-09-011-0/+51
| |/ |/|
* | 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
| |\ \ \