Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more places where we should rename ci_commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -403/+0 |
| | |||||
* | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -21/+21 |
| | |||||
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot | Robert Speicher | 2016-05-24 | 1 | -1/+1 |
| | | | | Also removes the note from the development/testing.md guide | ||||
* | Remove testing delegate | Kamil Trzcinski | 2016-05-14 | 1 | -1/+0 |
| | |||||
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -18/+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 consistency | Grzegorz Bizon | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Add tests exercising builds scheduler after cancel | Grzegorz Bizon | 2016-04-28 | 1 | -0/+18 |
| | |||||
* | Refactor ci commit specs by adding context blocks | Grzegorz Bizon | 2016-04-28 | 1 | -77/+85 |
| | |||||
* | Fix rubocop | Kamil Trzcinski | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2016-04-18 | 1 | -1/+26 |
| | |||||
* | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -0/+71 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -111/+6 |
| | |||||
* | Fix commit_spec: invalid validation | Kamil Trzcinski | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Cleanup CiCommit and CiBuild | Kamil Trzcinski | 2016-03-14 | 1 | -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 | ||||
* | Add specs covering bug in build allowed to fail case | Grzegorz Bizon | 2016-02-18 | 1 | -0/+29 |
| | |||||
* | Annotate models | Stan Hu | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -15/+13 |
| | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -12/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Correct spec description typo | Robert Speicher | 2015-10-15 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix specs | Kamil Trzcinski | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | Implement when syntax in .gitlab-ci.yml | Kamil Trzcinski | 2015-10-15 | 1 | -80/+144 |
| | |||||
* | Remove ordering from :ci_commits relation | Kamil Trzcinski | 2015-10-14 | 1 | -0/+18 |
| | |||||
* | Fix broken tests | Kamil Trzcinski | 2015-10-12 | 1 | -4/+5 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -13/+44 |
| | |||||
* | Add stage tests | Kamil Trzcinski | 2015-10-05 | 1 | -0/+34 |
| | |||||
* | Fix build pipelining | Kamil Trzcinski | 2015-10-05 | 1 | -0/+55 |
| | |||||
* | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 1 | -10/+1 |
| | |||||
* | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -84/+38 |
| | |||||
* | Fix rubocop warnings in spec/models | Guilherme Garnier | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2015-09-29 | 1 | -5/+7 |
| | |||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 1 | -10/+13 |
| | |||||
* | Fix commit specs | Dmitriy Zaporozhets | 2015-09-10 | 1 | -56/+60 |
| | |||||
* | Refactor CI tests | Dmitriy Zaporozhets | 2015-09-09 | 1 | -0/+264 |