summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-135/+135
| * Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-1/+1
| * 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
* | 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
* | Update ci commit pipeline specs according to changesGrzegorz Bizon2016-06-031-8/+8
|/
* Upgrade attr_encrypted and encryptorConnor Shea2016-05-301-1/+1
* Remove boilerplate spec file for Ci::RunnerProjectRobert Speicher2016-05-261-5/+0
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-242-2/+2
* Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-191-1/+31
|\
| * Extend CI runners specsGrzegorz Bizon2016-05-191-1/+31
* | Remove testing delegateKamil Trzcinski2016-05-141-1/+0
|/
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-095-76/+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
* Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-0/+28
* Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-191-7/+7
* Add specs covering bug in build allowed to fail caseGrzegorz Bizon2016-02-181-0/+29
* Fix Error 500 when visiting build page of project with nil runners_tokenStan Hu2016-01-101-0/+22
* Annotate modelsStan Hu2016-01-064-13/+16
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-3/+3
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-114-267/+21
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-108-502/+0
* Tag model specsDouwe Maan2015-12-0913-13/+13
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-38/+24
* Merge branch 'annotate-models' into 'master' Dmitriy Zaporozhets2015-11-148-19/+32
|\
| * Annotate modelsDmitriy Zaporozhets2015-11-138-19/+32
* | Fix broken testsKamil Trzcinski2015-11-131-14/+2
|/
* 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
* Merge branch 'builds-view' into 'master' Kamil TrzciƄski2015-10-153-19/+19
|\
| * Fix specsKamil Trzcinski2015-10-141-1/+1
| * Remove ordering from :ci_commits relationKamil Trzcinski2015-10-142-18/+18
* | Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-142-0/+78
|/