summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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-112-4/+4
| |\ \ \ \
| * | | | | 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-092-6/+6
|/
* Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+38
|\
| * Address feedback.Connor Shea2016-07-191-6/+18
| * Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-191-0/+26
* | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actionsKamil Trzcinski2016-07-201-11/+13
|/
* Make manual actions to work with master codeKamil Trzcinski2016-07-181-0/+62
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-0/+24
* Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+3
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-122-6/+6
* Rename according to:Lin Jen-Shin2016-06-201-7/+7
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-171-0/+13
|\
| * Remove reduntant method for building pipeline buildsGrzegorz Bizon2016-06-151-0/+3
| * Return false in create_builds if not builds createdGrzegorz Bizon2016-06-151-0/+10
| * Remove ci commit specs that remain after bad mergeGrzegorz Bizon2016-06-141-403/+0
| * Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-141-0/+403
| |\
| * | Refactor code reponsible for creating buildsGrzegorz Bizon2016-06-031-6/+2
| * | Update specs describeKamil Trzcinski2016-06-031-1/+1
| * | Update CreateCommitBuildsService to pass testsKamil Trzcinski2016-06-031-3/+3
| * | Save Ci::Commit object to persist all created buildsKamil Trzcinski2016-06-031-2/+6