summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Docs: fix API move issue curl commandCynthia Ng2018-11-221-1/+1
|
* Merge branch 'patch-28' into 'master'Sean McGivern2018-11-211-8/+6
|\ | | | | | | | | Documented Response of /wikis/home should be a wiki object and not an array See merge request gitlab-org/gitlab-ce!23263
| * Response of /wiki/home should be a wiki object and not an arrayakkee2018-11-211-8/+6
| |
* | Merge branch '52453-show-subgroups-in-group-create-issue' into 'master'Sean McGivern2018-11-211-2/+4
|\ \ | |/ |/| | | | | | | | | Resolve "Access project from descendent groups when selecting project to create new issue" Closes #47096 and #52453 See merge request gitlab-org/gitlab-ce!22612
| * Add documentationHeinrich Lee Yu2018-11-191-2/+4
| |
* | Update README.mdBruce Szalwinski2018-11-191-1/+1
|/
* Merge branch '41875-allow-pipelines-to-be-deleted-by-project-owners' into ↵Grzegorz Bizon2018-11-161-0/+17
|\ | | | | | | | | | | | | | | | | 'master' Resolve "Allow pipelines to be deleted by project owners" Closes #41875 See merge request gitlab-org/gitlab-ce!22988
| * Move pipeline delete docs to endMatija Čupić2018-11-131-17/+17
| |
| * Add docs for deleting a pipeline via APIMatija Čupić2018-11-121-0/+17
| |
* | Merge branch 'fix-typo-addres-to-address' into 'master'Evan Read2018-11-161-1/+1
|\ \ | | | | | | | | | | | | fix typo addres to address See merge request gitlab-org/gitlab-ce!23108
| * | fix typo addres to addressyoda2018-11-151-1/+1
| | |
* | | Merge branch 'docs/rs-revert-api-version' into 'master'Evan Read2018-11-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Revert API is going into 11.5, not 11.6. See merge request gitlab-org/gitlab-ce!23060
| * | | Revert API is going into 11.5, not 11.6.docs/rs-revert-api-versionRobert Speicher2018-11-141-1/+1
| |/ /
* | | Merge branch 'if-53347_fix_impersonation_tokens' into 'master'Stan Hu2018-11-151-3/+2
|\ \ \ | |/ / |/| | | | | | | | Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916
| * | Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-3/+2
| | | | | | | | | | | | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
* | | 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