summaryrefslogtreecommitdiff
path: root/spec/models/ci/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-403/+0
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-21/+21
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Remove testing delegateKamil Trzcinski2016-05-141-1/+0
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-18/+0
* Reorder asserts is ci commits specs for consistencyGrzegorz Bizon2016-04-281-1/+1
* Add tests exercising builds scheduler after cancelGrzegorz Bizon2016-04-281-0/+18
* Refactor ci commit specs by adding context blocksGrzegorz Bizon2016-04-281-77/+85
* Fix rubocopKamil Trzcinski2016-04-181-1/+1
* Fix testsKamil Trzcinski2016-04-181-1/+26
* Write specs for this featureKamil Trzcinski2016-04-161-0/+71
* Fix specsKamil Trzcinski2016-04-111-111/+6
* Fix commit_spec: invalid validationKamil Trzcinski2016-03-141-1/+1
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-45/+1
* Add specs covering bug in build allowed to fail caseGrzegorz Bizon2016-02-181-0/+29
* Annotate modelsStan Hu2016-01-061-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-15/+13
* Tag model specsDouwe Maan2015-12-091-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-12/+13
* Correct spec description typoRobert Speicher2015-10-151-1/+1
* Fix specsKamil Trzcinski2015-10-151-2/+2
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-80/+144
* Remove ordering from :ci_commits relationKamil Trzcinski2015-10-141-0/+18
* Fix broken testsKamil Trzcinski2015-10-121-4/+5
* Implement Commit Status APIKamil Trzcinski2015-10-121-13/+44
* Add stage testsKamil Trzcinski2015-10-051-0/+34
* Fix build pipeliningKamil Trzcinski2015-10-051-0/+55
* Fix next round of testsKamil Trzcinski2015-10-051-10/+1
* Make commit_spec runKamil Trzcinski2015-10-051-84/+38
* Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-031-2/+2
* Fix testsKamil Trzcinski2015-09-291-5/+7
* WIPKamil Trzcinski2015-09-291-10/+13
* Fix commit specsDmitriy Zaporozhets2015-09-101-56/+60
* Refactor CI testsDmitriy Zaporozhets2015-09-091-0/+264