summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Collapse)AuthorAgeFilesLines
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-095-76/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* 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
| | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* 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
| | | | | | | Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294
* 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 models Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1799
| * Annotate modelsDmitriy Zaporozhets2015-11-138-19/+32
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix broken testsKamil Trzcinski2015-11-131-14/+2
|/
* Correct spec description typoRobert Speicher2015-10-151-1/+1
| | | | [ci skip]
* 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
|\ | | | | | | | | | | | | | | | | | | Added builds view ![Screen_Shot_2015-10-13_at_19.02.48](https://gitlab.com/gitlab-org/gitlab-ce/uploads/95bb3a7d9d603678fdd077558637045d/Screen_Shot_2015-10-13_at_19.02.48.png) /cc @dzaporozhets @vsizov See merge request !1593
| * 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 ↵Kamil Trzcinski2015-10-142-0/+78
|/ | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Fix broken testsKamil Trzcinski2015-10-121-4/+5
|
* Fix commit skippingKamil Trzcinski2015-10-121-2/+2
|
* Implement Commit Status APIKamil Trzcinski2015-10-123-404/+48
|
* Add stage testsKamil Trzcinski2015-10-051-0/+34
|
* Fix rest of testsKamil Trzcinski2015-10-052-126/+54
|
* Fix build pipeliningKamil Trzcinski2015-10-051-0/+55
|
* Fix next round of testsKamil Trzcinski2015-10-055-25/+17
|
* Make commit_spec runKamil Trzcinski2015-10-053-97/+76
|
* Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-031-2/+2
|
* Fix: CI token removal regression from build traceci-fixesKamil Trzcinski2015-10-011-0/+11
|
* Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-8/+63
| | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
* Make ensure_gitlab_ci_project return ci_project or create a new oneci-commits-to-projectsKamil Trzcinski2015-09-291-4/+4
|
* Rename commits to ci_commitsKamil Trzcinski2015-09-291-2/+2
|
* Fix testsKamil Trzcinski2015-09-291-7/+4
|
* Fix testsKamil Trzcinski2015-09-297-37/+46
|
* WIPKamil Trzcinski2015-09-297-24/+32
|
* Ensure raise_error expectations provide argumentsrs-fix-spec-warningsRobert Speicher2015-09-212-2/+4
|
* Make rubocop happyKamil Trzcinski2015-09-161-1/+1
|
* Fix CI testsKamil Trzcinski2015-09-161-2/+2
|