| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update runner version only when updating contacted_at | Kamil Trzcinski | 2016-10-03 | 1 | -1/+1 |
| | | |||||
| * | Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runners | Kamil Trzcinski | 2016-09-07 | 1 | -1/+1 |
| | | |||||
| * | Improve implementation of variables | Kamil Trzcinski | 2016-07-20 | 1 | -0/+8 |
| | | |||||
| * | Rename according to: | Lin Jen-Shin | 2016-06-20 | 1 | -3/+3 |
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12563922 For clarification and consistency | ||||
| * | Use FIXME instead, feedback from: | Lin Jen-Shin | 2016-06-16 | 1 | -2/+2 |
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093/diffs#note_12501400 | ||||
| * | Return the association and check it in controller instead: | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4641#note_12444891 | ||||
| * | Merge branch 'prefer-assign_to' into feature/runner-lock-on-project | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * prefer-assign_to: Give 409 Conflict whenever the runner was already enabled We're checking return value rather than rescuing exceptions Prefer Runner#assign_to instead of creating directly | ||||
| | * | Give 409 Conflict whenever the runner was already enabledprefer-assign_to | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
| | * | We're checking return value rather than rescuing exceptions | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Rename specific_for to available_for: | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12413950 | ||||
| * | | Merge conditions. Not worth an additional pointless method: | Lin Jen-Shin | 2016-06-09 | 1 | -9/+3 |
| | | | | | | | | | | | Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12321267 | ||||
| * | | Renamed to available_for? Feedback from: | Lin Jen-Shin | 2016-06-09 | 1 | -2/+2 |
| | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12321240 | ||||
| * | | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick? | Lin Jen-Shin | 2016-06-09 | 1 | -1/+1 |
| | | | | | | | | | This also moves tests from build_spec.rb to runner_spec.rb | ||||
| * | | Manually build the SQL so that it properly skips Rails. | Lin Jen-Shin | 2016-06-09 | 1 | -1/+2 |
| | | | |||||
| * | | Found a workaround for that weird SQL error: | Lin Jen-Shin | 2016-06-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | Without that, Rails would complain: > bind message supplies 5 parameters, but prepared statement "a4" requires 4 However without this workaround it would still work in Rails console, so I still think this is a Rails bug somewhere. | ||||
| * | | WIP, try to add views for locked runners | Lin Jen-Shin | 2016-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Introduced Ci::Runner.specific_for for getting specific runners: | Lin Jen-Shin | 2016-06-09 | 1 | -0/+4 |
| | | | | | | | | | for a particular project. | ||||
| * | | Implement the logic for locking runner | Lin Jen-Shin | 2016-06-09 | 1 | -0/+18 |
| |/ | |||||
| * | Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-cop | Grzegorz Bizon | 2016-05-30 | 1 | -1/+1 |
| | | | | | | | | Favor `unless` over `if` for negative conditions (or control flow ||). See #17478 | ||||
| * | Rename method that validates runner tag constrains | Grzegorz Bizon | 2016-05-19 | 1 | -2/+2 |
| | | |||||
| * | Move runner validator to separate private method | Grzegorz Bizon | 2016-05-19 | 1 | -6/+10 |
| | | |||||
| * | Improve displaying validation messages for runner | Grzegorz Bizon | 2016-05-19 | 1 | -3/+7 |
| | | |||||
| * | Add custom validator to runner model | Grzegorz Bizon | 2016-05-19 | 1 | -0/+7 |
| | | |||||
| * | Extend runner config options for untagged jobs | Grzegorz Bizon | 2016-05-19 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' | Rémy Coutable | 2016-05-12 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | Reuse runners edit form in admin and project area Reuse runners edit form in admin and project area.  See merge request !4094 | ||||
| | * | Use % notation for arrays in runner model constantsfix/reuse-runner-edit-form-in-admin-area | Grzegorz Bizon | 2016-05-11 | 1 | -2/+2 |
| | | | |||||
| | * | Share form editable attributes mf runner via model | Grzegorz Bizon | 2016-05-10 | 1 | -0/+1 |
| | | | |||||
| * | | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -19/+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 | ||||
| * | Annotate the models | Zeger-Jan van de Weg | 2016-05-06 | 1 | -7/+7 |
| | | |||||
| * | Removed arel_table receiver from search methods | Yorick Peterse | 2016-03-11 | 1 | -1/+1 |
| | | | | | | We can just use "arel_table" in these cases instead of "SomeClass.arel_table". | ||||
| * | Use ILIKE/LIKE for searching CI runners | Yorick Peterse | 2016-03-11 | 1 | -3/+17 |
| | | |||||
| * | Change interpolation to named placeholder in owned_or_shared scope | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add basic runners management API | Tomasz Maczukin | 2016-02-19 | 1 | -0/+6 |
| | | | | | | | | - add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner | ||||
| * | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -6/+2 |
| | | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix specific runner visibility | Kamil Trzcinski | 2015-10-26 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'builds-view' into 'master' | Kamil Trzciński | 2015-10-15 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | Added builds view  /cc @dzaporozhets @vsizov See merge request !1593 | ||||
| | * | Fix specs | Kamil Trzcinski | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | Added builds view | Kamil Trzcinski | 2015-10-14 | 1 | -2/+2 |
| | | | |||||
| * | | Show warning if build doesn't have runners with specified tags or runners ↵ | Kamil Trzcinski | 2015-10-14 | 1 | -0/+17 |
| |/ | | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> | ||||
| * | Fix register_build_service tests | Kamil Trzcinski | 2015-09-29 | 1 | -0/+4 |
| | | |||||
| * | Fix: features/ci/admin/runners_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 |
| | | |||||
| * | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+80 |
