Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-api | Robert Speicher | 2016-03-09 | 1 | -0/+3 |
| | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. | ||||
* | Merge branch 'rs-snippets-dont-expire' into 'master' | Dmitriy Zaporozhets | 2016-03-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Remove `Snippet#expires_at` This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. See merge request !3103 | ||||
| * | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. | ||||
* | | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-api | evuez | 2016-03-04 | 1 | -0/+2 |
|/ | | | | | | | Added fields are last_sign_in_at and confirmed_at. They are available for GET /users/ and GET /users/:id for admins. Closes #840 | ||||
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 2 | -6/+6 |
| | |||||
* | Merge branch 'fix/commit-status-api-improvement' into 'master' | Douwe Maan | 2016-03-01 | 1 | -4/+6 |
|\ | | | | | | | | | | | | | | | | | | | Return empty array when commit has no statuses in API This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 See merge request !3010 | ||||
| * | Check if commit exists first in commit status API | Grzegorz Bizon | 2016-03-01 | 1 | -1/+1 |
| | | |||||
| * | Return empty array when commit has no statuses in API | Grzegorz Bizon | 2016-02-29 | 1 | -4/+6 |
| | | | | | | | | | | | | | | This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 | ||||
* | | updated internal.rb and spec based on MR feedback | James Lopez | 2016-02-26 | 1 | -3/+3 |
| | | |||||
* | | fix for projects ending in .wiki | James Lopez | 2016-02-24 | 1 | -1/+8 |
|/ | |||||
* | Fix API implementation | Kamil Trzcinski | 2016-02-19 | 2 | -4/+2 |
| | |||||
* | Introduce API for serving the artifacts archive | Kamil Trzcinski | 2016-02-19 | 2 | -0/+31 |
| | |||||
* | Record user that erased a build through API | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Use POST method instead of DELETE when erasing a build | Grzegorz Bizon | 2016-02-19 | 1 | -3/+3 |
| | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042 | ||||
* | Fix build api specs after rebase | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 1 | -1/+21 |
| | |||||
* | Rename Entities::ForkedFromProject to Entities::BasicProjectDetails | Tomasz Maczukin | 2016-02-19 | 1 | -3/+3 |
| | |||||
* | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 1 | -7/+1 |
| | |||||
* | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 |
| | | | | in `RunnerProjectDetails` | ||||
* | 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 | 2 | -8/+4 |
| | |||||
* | 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 | 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 | 2 | -1/+2 |
| | |||||
* | Add associated project info to runner details output | Tomasz Maczukin | 2016-02-19 | 1 | -0/+7 |
| | |||||
* | 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 | 3 | -0/+114 |
| | | | | | | | - add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner | ||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Jacob Vosmaer | 2016-02-17 | 10 | -29/+96 |
|\ | | | | | | | git-archive-refactor | ||||
| * | Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into ↵ | Douwe Maan | 2016-02-12 | 1 | -2/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' API: Allow to set or update a merge-request's milestone _Originally opened at !2107 by @ skakirill._ - - - See merge request !2755 | ||||
| | * | API: Allow to set or update a merge-request's milestone | Kirill Skachkov | 2016-02-08 | 1 | -2/+4 |
| | | | |||||
| * | | Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' ↵ | Rémy Coutable | 2016-02-11 | 1 | -0/+13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Add merge_requests/:merge_request_id/closes_issues _Originally opened at !2660 by @Schniz._ - - - Added `/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues` route in the API for getting the issues that should be closed when a merge request merged successfully See merge request !2779 | ||||
| | * | | Pass current_user to merge_request.closes_issues in API ans streamline MR ↵Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api | Rémy Coutable | 2016-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | API specs | ||||
| | * | | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' ↵ | Gal Schlezinger | 2016-02-11 | 1 | -0/+13 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | route in the API Added some documentation for it Added to changelog Added curl example and an attribute table Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb" Fixed the attributes and changed the documentation to be at "merge_requests.md" too Changed generic titles to more specific titles added an underscore added tests. it depends on a newer version of gitlab-test project I'm doing a since I need to add a branch to the `gitlab-test` repo removed the before using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass Removed the 'closes-issues' key from test_env. so it should pass the tests Moved the two initializations to the describe block Changed the changelog | ||||
| * | | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-02-09 | 6 | -19/+37 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 4 | -10/+43 |
| | |\ \ | | | |/ | | | | | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml | ||||
| | * | | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 2 | -8/+8 |
| | | | | |||||
| | * | | Expose allow_guest_to_access_builds in GitLab API | Kamil Trzcinski | 2016-02-04 | 2 | -3/+10 |
| | | | | |||||
| | * | | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 4 | -15/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions. | ||||
| * | | | Expose MergeRequest::merge_status to API | Andrei Dziahel | 2016-02-08 | 1 | -0/+1 |
| | |/ | |/| | |||||
| * | | Merge branch 'support-akismet' into 'master' | Robert Speicher | 2016-02-03 | 1 | -1/+22 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266 | ||||
| | * | | Refactor spam filtering on issues API | Douglas Barbosa Alexandre | 2016-02-02 | 1 | -7/+8 |
| | | | | |||||
| | * | | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 1 | -1/+21 |
| | |/ | | | | | | | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 |