Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 5 | -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 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 | ||||
* | Use ILIKE/LIKE for searching CI runners | Yorick Peterse | 2016-03-11 | 1 | -0/+28 |
| | |||||
* | Fix old usages of `ci_runner` factory | Tomasz Maczukin | 2016-02-19 | 1 | -7/+7 |
| | |||||
* | Add specs covering bug in build allowed to fail case | Grzegorz Bizon | 2016-02-18 | 1 | -0/+29 |
| | |||||
* | Fix Error 500 when visiting build page of project with nil runners_token | Stan Hu | 2016-01-10 | 1 | -0/+22 |
| | | | | | | | Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294 | ||||
* | Annotate models | Stan Hu | 2016-01-06 | 4 | -13/+16 |
| | |||||
* | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -2/+2 |
| | |||||
* | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 1 | -3/+3 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 4 | -267/+21 |
| | |||||
* | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 8 | -502/+0 |
| | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 13 | -13/+13 |
| | |||||
* | fix specsrails_update_to_4_2 | Valery Sizov | 2015-11-30 | 1 | -38/+24 |
| | |||||
* | Merge branch 'annotate-models' into 'master' | Dmitriy Zaporozhets | 2015-11-14 | 8 | -19/+32 |
|\ | | | | | | | | | | | | | Annotate models Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1799 | ||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 8 | -19/+32 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix broken tests | Kamil Trzcinski | 2015-11-13 | 1 | -14/+2 |
|/ | |||||
* | 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 |
| | |||||
* | Merge branch 'builds-view' into 'master' | Kamil Trzciński | 2015-10-15 | 3 | -19/+19 |
|\ | | | | | | | | | | | | | | | | | | | Added builds view  /cc @dzaporozhets @vsizov See merge request !1593 | ||||
| * | Fix specs | Kamil Trzcinski | 2015-10-14 | 1 | -1/+1 |
| | | |||||
| * | Remove ordering from :ci_commits relation | Kamil Trzcinski | 2015-10-14 | 2 | -18/+18 |
| | | |||||
* | | Show warning if build doesn't have runners with specified tags or runners ↵ | Kamil Trzcinski | 2015-10-14 | 2 | -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 tests | Kamil Trzcinski | 2015-10-12 | 1 | -4/+5 |
| | |||||
* | Fix commit skipping | Kamil Trzcinski | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 3 | -404/+48 |
| | |||||
* | Add stage tests | Kamil Trzcinski | 2015-10-05 | 1 | -0/+34 |
| | |||||
* | Fix rest of tests | Kamil Trzcinski | 2015-10-05 | 2 | -126/+54 |
| | |||||
* | Fix build pipelining | Kamil Trzcinski | 2015-10-05 | 1 | -0/+55 |
| | |||||
* | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 5 | -25/+17 |
| | |||||
* | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 3 | -97/+76 |
| | |||||
* | Fix rubocop warnings in spec/models | Guilherme Garnier | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Fix: CI token removal regression from build traceci-fixes | Kamil Trzcinski | 2015-10-01 | 1 | -0/+11 |
| | |||||
* | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -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-projects | Kamil Trzcinski | 2015-09-29 | 1 | -4/+4 |
| | |||||
* | Rename commits to ci_commits | Kamil Trzcinski | 2015-09-29 | 1 | -2/+2 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2015-09-29 | 1 | -7/+4 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2015-09-29 | 7 | -37/+46 |
| | |||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 7 | -24/+32 |
| | |||||
* | Ensure raise_error expectations provide argumentsrs-fix-spec-warnings | Robert Speicher | 2015-09-21 | 2 | -2/+4 |
| | |||||
* | Make rubocop happy | Kamil Trzcinski | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Fix CI tests | Kamil Trzcinski | 2015-09-16 | 1 | -2/+2 |
| |