summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Revert API is going into 11.5, not 11.6.docs/rs-revert-api-versionRobert Speicher2018-11-141-1/+1
|
* Update events.md.Viktor2018-11-131-2/+2
| | | "?" instead of "&" in request examples
* Fix some links and Markdowndocs/more-url-fixesEvan Read2018-11-121-19/+17
|
* Merge branch 'rs-revert-api' into 'master'Nick Thomas2018-11-091-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 APIRobert Speicher2018-11-091-0/+42
| |
* | Parameter per_page addedAlvaro Junqueira2018-11-091-0/+1
|/
* Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-072-1/+51
|\ | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
| * Add submodule update API endpointFrancisco Javier López2018-11-072-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 indexDouwe Maan2018-11-051-11/+44
|/
* add related merge request endpointHelmut Januschka2018-11-011-0/+87
|
* Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern2018-11-012-6/+6
|\
| * Add documentationHeinrich Lee Yu2018-11-012-17/+17
| |
* | Add API docsHeinrich Lee Yu2018-11-012-17/+17
|/
* Merge branch 'patch-31' into 'master'Achilleas Pipinellis2018-10-291-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 commapiumn.l2018-10-261-1/+1
| |
* | Feature/add license to project APIJ.D. Bean2018-10-261-0/+49
| |
* | Add documentationHeinrich Lee Yu2018-10-262-6/+6
|/
* Merge branch '52559-applications-api-get-delete' into 'master'Rémy Coutable2018-10-221-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 #52559JB Vasseur2018-10-111-2/+49
| |
* | fix a typo in repositories.md (contend -> content)Maurits2018-10-211-1/+1
| |
* | Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-192-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 templatesNick Thomas2018-10-192-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 runnersSteve Azzopardi2018-10-191-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 readmeAchilleas Pipinellis2018-10-181-0/+1
|/ /
* | Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ \ | | | | | | | | | | | | Fix param typo in Notes documentation See merge request gitlab-org/gitlab-ce!22406
| * | Fix param typo in notes.mdArtur Pomadowski2018-10-161-1/+1
| | |
* | | Make getting a user by the username case insensitiveWilliam George2018-10-182-1/+7
|/ /
* | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-6/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | Remove Koding integration and documentationStan Hu2018-10-121-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 Maan2018-10-151-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 revisionsBob Van Landuyt2018-10-121-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 settingsMarcia Ramos2018-10-151-0/+4
| |
* | Fix the event API docsNick Thomas2018-10-121-2/+2
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-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 documentationRémy Coutable2018-10-091-3/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'increase-event-retention-prune-old-events-worker' into 'master'Douwe Maan2018-10-081-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 periodJeremy Watson2018-10-061-1/+1
| |
* | Backport project template API to CENick Thomas2018-10-055-523/+324
|/
* Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-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 authenticationRonald Claveau2018-10-031-1/+1
| |
* | Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan2018-10-051-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 APIJacopo2018-10-031-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 documentationRémy Coutable2018-10-041-209/+473
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+1
| | |
* | | #13650 added wip search functionality and testsChantal Rollison2018-10-031-0/+1
|/ /
* | Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable2018-10-011-19/+21
|\ \ | | | | | | | | | | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938
| * | allow users api to set public_emailAlexis Reigel2018-10-011-19/+21
| | |
* | | Merge branch 'patch-29' into 'master'Rémy Coutable2018-10-011-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 documentationKaspar Emanuel2018-09-271-0/+6
| | |
* | | Docs for Project/Groups members API with inherited members51404-update-groups-and-projects-api-docsJacopo2018-09-281-0/+2
| | | | | | | | | | | | | | | Expains the differences between `api/projects/:id/members` and `api/projects/:id/members/all` related to inherited members.