Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactorize jobs finding logic | Tomasz Maczukin | 2017-11-28 | 1 | -6/+2 |
| | |||||
* | Modify output | Tomasz Maczukin | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | Allow filtering by 'status' | Tomasz Maczukin | 2017-11-28 | 1 | -1/+8 |
| | |||||
* | Add information about project | Tomasz Maczukin | 2017-11-28 | 1 | -2/+4 |
| | |||||
* | Add new API endpoint - list jobs of a specified runner | Tomasz Maczukin | 2017-11-28 | 1 | -0/+18 |
| | |||||
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+4 |
| | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | Improve API arguments as String | Shinya Maeda | 2017-09-03 | 1 | -1/+2 |
| | |||||
* | Add API support | Shinya Maeda | 2017-09-03 | 1 | -1/+2 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -5/+2 |
| | |||||
* | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+2 |
| | |||||
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -1/+1 |
| | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+2 |
| | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove the User#is_admin? method | blackst0ne | 2017-04-09 | 1 | -4/+4 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -4/+1 |
| | |||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Use UpdateRunnerService to update runner in API: | Lin Jen-Shin | 2017-02-08 | 1 | -1/+2 |
| | | | | | TODO: Add tests to make sure controllers and API would tick the queue. | ||||
* | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -0/+5 |
| | |||||
* | Use #to_h to convert params to a hashgrapify-to-h | Robert Schilling | 2016-11-14 | 1 | -3/+1 |
| | |||||
* | Grapify runners API | Robert Schilling | 2016-11-10 | 1 | -53/+64 |
| | |||||
* | Return the association and check it in controller instead: | Lin Jen-Shin | 2016-06-14 | 1 | -1/+3 |
| | | | | | 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 | -2/+5 |
|\ | | | | | | | | | | | | | * 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 | -2/+5 |
| | | |||||
| * | Prefer Runner#assign_to instead of creating directly | Lin Jen-Shin | 2016-06-14 | 1 | -1/+1 |
| | | |||||
* | | Avoid enabling locked runners. Give 403 in this case | Lin Jen-Shin | 2016-06-14 | 1 | -0/+1 |
| | | |||||
* | | WIP, try to add views for locked runners | Lin Jen-Shin | 2016-06-09 | 1 | -1/+1 |
|/ | |||||
* | Extend runner options that are configurable via API | Grzegorz Bizon | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Move :runner_id param to POST body when enabling specific runner in project | Tomasz Maczukin | 2016-02-19 | 1 | -1/+3 |
| | |||||
* | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Modify runner projects selecting method in runners API | Tomasz Maczukin | 2016-02-19 | 1 | -5/+1 |
| | |||||
* | Fix runners filtering | Tomasz Maczukin | 2016-02-19 | 1 | -2/+6 |
| | |||||
* | Limit projects to user available projects if user is not an admin | Tomasz Maczukin | 2016-02-19 | 1 | -1/+5 |
| | |||||
* | Modify authentication check methods in runners API | Tomasz Maczukin | 2016-02-19 | 1 | -24/+22 |
| | |||||
* | Add token to runner details output in API | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Split `/runners` entrypoint to `/runners` and `/runners/all` | Tomasz Maczukin | 2016-02-19 | 1 | -9/+12 |
| | |||||
* | Add some fixes in runners API documentation | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Fix runners filtering in API | Tomasz Maczukin | 2016-02-19 | 1 | -3/+3 |
| | |||||
* | Add missing methods documentation; fix rubocop reported violation | Tomasz Maczukin | 2016-02-19 | 1 | -1/+36 |
| | |||||
* | Add feature to enable/disable runner in project | Tomasz Maczukin | 2016-02-19 | 1 | -0/+26 |
| | |||||
* | Add basic runners management API | Tomasz Maczukin | 2016-02-19 | 1 | -0/+107 |
- add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner |