Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing ignored? for GenericCommitStatuscommit-status-fix | Kamil Trzcinski | 2016-02-19 | 3 | -29/+33 |
| | |||||
* | Merge branch 'ci/api-runners' into 'master' | Kamil Trzciński | 2016-02-19 | 14 | -26/+1008 |
|\ | | | | | | | | | | | | | Add runners API References #4264 See merge request !2640 | ||||
| * | Rename Entities::ForkedFromProject to Entities::BasicProjectDetails | Tomasz Maczukin | 2016-02-19 | 1 | -3/+3 |
| | | |||||
| * | Add CHANGELOG entry | Tomasz Maczukin | 2016-02-19 | 1 | -0/+1 |
| | | |||||
| * | Fix old usages of `ci_runner` factory | Tomasz Maczukin | 2016-02-19 | 4 | -17/+17 |
| | | |||||
| * | Refactorize `ci_runner` factory and `let` definitions in runners API spec | Tomasz Maczukin | 2016-02-19 | 2 | -22/+18 |
| | | |||||
| * | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 2 | -3/+3 |
| | | |||||
| * | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 2 | -7/+5 |
| | | |||||
| * | Remove unnecessary parameters | Tomasz Maczukin | 2016-02-19 | 1 | -5/+5 |
| | | |||||
| * | Modify expectations for update runner feature | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 |
| | | |||||
| * | Change `.map{...}.inject{...}` to `any?{...}` for searching shared runners | Tomasz Maczukin | 2016-02-19 | 1 | -5/+5 |
| | | |||||
| * | Reorganize `let` statements in spec/requests/api/runners_spec.rb | Tomasz Maczukin | 2016-02-19 | 1 | -12/+29 |
| | | |||||
| * | Change interpolation to named placeholder in owned_or_shared scope | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 2 | -6/+6 |
| | | | | | | | | in `RunnerProjectDetails` | ||||
| * | Update docummentation - specific runner enabling | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | | | | | | | | [ci skip] | ||||
| * | Move :runner_id param to POST body when enabling specific runner in project | Tomasz Maczukin | 2016-02-19 | 2 | -9/+17 |
| | | |||||
| * | Add some modifications to spec/requests/api/runners_spec.rb | Tomasz Maczukin | 2016-02-19 | 1 | -88/+112 |
| | | |||||
| * | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 2 | -8/+10 |
| | | |||||
| * | Modify runner projects selecting method in runners API | Tomasz Maczukin | 2016-02-19 | 2 | -8/+4 |
| | | |||||
| * | Fix runners filtering | Tomasz Maczukin | 2016-02-19 | 2 | -4/+8 |
| | | |||||
| * | GET /runners is for specific runners only | Achilleas Pipinellis | 2016-02-19 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
| * | Limit projects to user available projects if user is not an admin | Tomasz Maczukin | 2016-02-19 | 2 | -2/+12 |
| | | |||||
| * | 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 | 3 | -1/+3 |
| | | |||||
| * | More fixes in runners doc | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+13 |
| | | | | | | | | [ci skip] | ||||
| * | Correct PRIVATE-TOKEN to use dash instead of underscore | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+8 |
| | | |||||
| * | Note that `ci/api/runners.rb` is still used | Achilleas Pipinellis | 2016-02-19 | 1 | -2/+3 |
| | | | | | | | | [ci skip] | ||||
| * | Add associated project info to runner details output | Tomasz Maczukin | 2016-02-19 | 2 | -0/+14 |
| | | |||||
| * | Fix runners API spec | Tomasz Maczukin | 2016-02-19 | 1 | -11/+11 |
| | | |||||
| * | Split `/runners` entrypoint to `/runners` and `/runners/all` | Tomasz Maczukin | 2016-02-19 | 3 | -22/+108 |
| | | |||||
| * | Add some fixes in runners API documentation | Tomasz Maczukin | 2016-02-19 | 2 | -6/+6 |
| | | |||||
| * | Add `Example response` above each json output | Achilleas Pipinellis | 2016-02-19 | 1 | -7/+21 |
| | | | | | | | | [ci skip] | ||||
| * | Add note of deprecation in old Runners CI API | Achilleas Pipinellis | 2016-02-19 | 1 | -1/+4 |
| | | |||||
| * | Add runners API documentation [ci-skip] | Tomasz Maczukin | 2016-02-19 | 2 | -0/+235 |
| | | |||||
| * | Fix runners filtering in API | Tomasz Maczukin | 2016-02-19 | 2 | -20/+27 |
| | | |||||
| * | 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 | 2 | -0/+128 |
| | | |||||
| * | Add basic runners management API | Tomasz Maczukin | 2016-02-19 | 5 | -0/+398 |
| | | | | | | | | | | | | | | - add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner | ||||
* | | Merge branch 'issue_11872' into 'master' | Jacob Schatz | 2016-02-19 | 2 | -17/+13 |
|\ \ | |/ |/| | | | | | | | | | Put project visibility icon next to title Fixes #11872 See merge request !2885 | ||||
| * | Move visibility icon next to project titleissue_11872 | Alfredo Sumaran | 2016-02-18 | 2 | -17/+13 |
| | | |||||
* | | Merge branch 'web_editor' into 'master' | Achilleas Pipinellis | 2016-02-19 | 17 | -16/+110 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update web editor documentation Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 Closes #4262 See merge request !2776 | ||||
| * | | Update web editor documentationweb_editor | Achilleas Pipinellis | 2016-02-10 | 17 | -16/+110 |
| | | | | | | | | | | | | | | | Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 [ci skip] | ||||
* | | | Merge branch '12791-hide-project-limit-reached-warning' into 'master' | Douwe Maan | 2016-02-19 | 2 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Project limit is reached warning is hidden when the projects_limit is zero Fixes #12791 See merge request !2890 | ||||
| * | | | Project limit is reached warning is hidden when the projects_limit is zero | Zeger-Jan van de Weg | 2016-02-19 | 2 | -1/+2 |
|/ / / | | | | | | | | | | Fixes #12791 | ||||
* | | | Merge branch 'rs-emoji' into 'master' | Douwe Maan | 2016-02-19 | 13 | -3113/+20165 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Gemojione for new hotness :sparkles: Before | After ------ | -----  |  See merge request !2800 | ||||
| * | | | Update Emoji sprite and its SCSS for new stylesrs-emoji | Robert Speicher | 2016-02-17 | 2 | -1269/+1723 |
| | | | | |||||
| * | | | Update fixtures/emojis/aliases.json | Robert Speicher | 2016-02-15 | 2 | -3/+153 |
| | | | | | | | | | | | | | | | | Also adds a script to re-generate them from the index. | ||||
| * | | | Update fixtures/emojis/index.json | Robert Speicher | 2016-02-15 | 1 | -1823/+18276 |
| | | | | | | | | | | | | | | | | Current as of Gemojione 2.2.1 - https://git.io/vgQx0 | ||||
| * | | | Fix specs expecting `emoji/` in image path | Robert Speicher | 2016-02-13 | 2 | -3/+3 |
| | | | | |||||
| * | | | Update Emoji asset path | Robert Speicher | 2016-02-12 | 3 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | Now that we're serving assets directly from the Gemojione gem's path, the images are not in an `emoji/` sub-folder. |