| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Fix ordering issue | Kamil Trzcinski | 2015-09-16 | 1 | -0/+18 |
| | | |||||
| * | Fix: models/ci/project_spec.rb once again | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 |
| | | |||||
| * | Fix models/ci/mail_service_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -10/+10 |
| | | | | | | - Change Notify to Ci::Notify - Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables | ||||
| * | Revert "Fix: models/ci/mail_service_spec.rb" | Kamil Trzcinski | 2015-09-15 | 1 | -18/+33 |
| | | | | | | | This reverts commit 345ff6cbf93eca5d61218f28d5f4d9eb2d4abf67. This requires sidekiq >= 3.4 and fixed all other CE tests | ||||
| * | Fix: models/ci/project_spec.rb once again | Kamil Trzcinski | 2015-09-15 | 1 | -2/+2 |
| | | |||||
| * | Fix models/ci/web_hook_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 |
| | | |||||
| * | Fix: models/ci/project_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -11/+7 |
| | | |||||
| * | Fix: models/ci/mail_service_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -33/+18 |
| | | |||||
