Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert API is going into 11.5, not 11.6.docs/rs-revert-api-version | Robert Speicher | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Update events.md. | Viktor | 2018-11-13 | 1 | -2/+2 |
| | | | "?" instead of "&" in request examples | ||||
* | Fix some links and Markdowndocs/more-url-fixes | Evan Read | 2018-11-12 | 1 | -19/+17 |
| | |||||
* | Merge branch 'rs-revert-api' into 'master' | Nick Thomas | 2018-11-09 | 1 | -0/+42 |
|\ | | | | | | | | | | | | | Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919 | ||||
| * | Add revert to commits API | Robert Speicher | 2018-11-09 | 1 | -0/+42 |
| | | |||||
* | | Parameter per_page added | Alvaro Junqueira | 2018-11-09 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'fj-41213-api-update-submodule-commit' into 'master' | Sean McGivern | 2018-11-07 | 2 | -1/+51 |
|\ | | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949 | ||||
| * | Add submodule update API endpoint | Francisco Javier López | 2018-11-07 | 2 | -1/+51 |
| | | | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949 | ||||
* | | Expose {closed,merged}_{at,by} in merge requests API index | Douwe Maan | 2018-11-05 | 1 | -11/+44 |
|/ | |||||
* | add related merge request endpoint | Helmut Januschka | 2018-11-01 | 1 | -0/+87 |
| | |||||
* | Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any' | Sean McGivern | 2018-11-01 | 2 | -6/+6 |
|\ | |||||
| * | Add documentation | Heinrich Lee Yu | 2018-11-01 | 2 | -17/+17 |
| | | |||||
* | | Add API docs | Heinrich Lee Yu | 2018-11-01 | 2 | -17/+17 |
|/ | |||||
* | Merge branch 'patch-31' into 'master' | Achilleas Pipinellis | 2018-10-29 | 1 | -1/+1 |
|\ | | | | | | | | | `Create a new tag` json Missing double quotes See merge request gitlab-org/gitlab-ce!22614 | ||||
| * | `Create a new tag` json Missing a comma | piumn.l | 2018-10-26 | 1 | -1/+1 |
| | | |||||
* | | Feature/add license to project API | J.D. Bean | 2018-10-26 | 1 | -0/+49 |
| | | |||||
* | | Add documentation | Heinrich Lee Yu | 2018-10-26 | 2 | -6/+6 |
|/ | |||||
* | Merge branch '52559-applications-api-get-delete' into 'master' | Rémy Coutable | 2018-10-22 | 1 | -2/+49 |
|\ | | | | | | | | | | | | | Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296 | ||||
| * | Support GET /applications and DELETE /applications/:id endpoints #52559 | JB Vasseur | 2018-10-11 | 1 | -2/+49 |
| | | |||||
* | | fix a typo in repositories.md (contend -> content) | Maurits | 2018-10-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ce-5987-group-file-templates' into 'master' | Robert Speicher | 2018-10-19 | 2 | -6/+17 |
|\ \ | | | | | | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310 | ||||
| * | | Backport CE to changes to support group-level file templates | Nick Thomas | 2018-10-19 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase. | ||||
* | | | Fix documentation for list runners | Steve Azzopardi | 2018-10-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918 | ||||
* | | | Add Triggering Pipelines docs to API readme | Achilleas Pipinellis | 2018-10-18 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'patch-29' into 'master' | Achilleas Pipinellis | 2018-10-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Fix param typo in Notes documentation See merge request gitlab-org/gitlab-ce!22406 | ||||
| * | | Fix param typo in notes.md | Artur Pomadowski | 2018-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | Make getting a user by the username case insensitive | William George | 2018-10-18 | 2 | -1/+7 |
|/ / | |||||
* | | Merge branch 'sh-remove-koding' into 'master' | Douwe Maan | 2018-10-15 | 1 | -6/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334 | ||||
| * | | Remove Koding integration and documentation | Stan Hu | 2018-10-12 | 1 | -6/+0 |
| |/ | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697 | ||||
* | | Merge branch 'bvl-merge-base-multiple-revisions' into 'master' | Douwe Maan | 2018-10-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295 | ||||
| * | | Allow getting the merge base of multiple revisions | Bob Van Landuyt | 2018-10-12 | 1 | -1/+1 |
| |/ | | | | | | | | | As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API | ||||
* | | Docs: fix table on API settings | Marcia Ramos | 2018-10-15 | 1 | -0/+4 |
| | | |||||
* | | Fix the event API docs | Nick Thomas | 2018-10-12 | 1 | -2/+2 |
|/ | |||||
* | Remove Git circuit breaker | Zeger-Jan van de Weg | 2018-10-10 | 2 | -77/+3 |
| | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0. | ||||
* | Improve the Repository files documentation | Rémy Coutable | 2018-10-09 | 1 | -3/+12 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'increase-event-retention-prune-old-events-worker' into 'master' | Douwe Maan | 2018-10-08 | 1 | -1/+1 |
|\ | | | | | | | | | Prune events older than 2 years instead of 12 months See merge request gitlab-org/gitlab-ce!22145 | ||||
| * | Updated docs to reflect new 2 year period | Jeremy Watson | 2018-10-06 | 1 | -1/+1 |
| | | |||||
* | | Backport project template API to CE | Nick Thomas | 2018-10-05 | 5 | -523/+324 |
|/ | |||||
* | Merge branch 'features/unauth-access-ssh-keys' into 'master' | Douwe Maan | 2018-10-05 | 1 | -1/+1 |
|\ | | | | | | | | | List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118 | ||||
| * | List public ssh keys by id or username without authentication | Ronald Claveau | 2018-10-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '51748-filter-any-milestone-via-api' into 'master' | Douwe Maan | 2018-10-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080 | ||||
| * | | Allows to filter issues by `Any milestone` in the API | Jacopo | 2018-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`. | ||||
* | | | Improve the MR documentation | Rémy Coutable | 2018-10-04 | 1 | -209/+473 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-api | Jacopo | 2018-10-03 | 1 | -0/+1 |
| | | | |||||
* | | | #13650 added wip search functionality and tests | Chantal Rollison | 2018-10-03 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'feature/set-public-email-through-api' into 'master' | Rémy Coutable | 2018-10-01 | 1 | -19/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938 | ||||
| * | | allow users api to set public_email | Alexis Reigel | 2018-10-01 | 1 | -19/+21 |
| | | | |||||
* | | | Merge branch 'patch-29' into 'master' | Rémy Coutable | 2018-10-01 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | | | | | | | Add notes about commits API to repository files documentation See merge request gitlab-org/gitlab-ce!21876 | ||||
| * | | Add notes about commits API to repository files documentation | Kaspar Emanuel | 2018-09-27 | 1 | -0/+6 |
| | | | |||||
* | | | Docs for Project/Groups members API with inherited members51404-update-groups-and-projects-api-docs | Jacopo | 2018-09-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Expains the differences between `api/projects/:id/members` and `api/projects/:id/members/all` related to inherited members. |