summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'Marcia Ramos2019-07-251-1/+6
|\ | | | | | | | | Clarify difference between project name and project path for API usage See merge request gitlab-org/gitlab-ce!31019
| * Clarify project name vs pathdocs-nfriend-project-name-vs-project-pathNathan Friend2019-07-221-1/+6
| |
* | Fix some errors in Markdown filesEvan Read2019-07-241-1/+1
|/
* OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+6
| | | | | | PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
* Docs Dependencies APITetiana Chupryna2019-07-161-0/+1
|
* Remove extra blank lines from docsMarcel Amirault2019-07-151-4/+0
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Edit GraphQL general availability textEvan Read2019-07-101-3/+4
|
* Fix spacing of code blocksMarcel Amirault2019-07-091-7/+7
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-12/+12
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Link issue statistics api endpoint in the docslink_to_issue_statistics_api_endpoint_in_docsAlexandru Croitor2019-06-201-0/+3
| | | | Adds the missing link to issues_statistics api endpoint
* Docs: Merge 5 api docs from EE to CEMarcel Amirault2019-06-061-63/+79
|
* Update API dox to save others from my mistakespatch-57Sarah Groff Hennigh-Palermo2019-05-161-0/+2
|
* Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-041-1/+1
|
* Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable2019-02-211-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor of API landing pageEvan Read2019-02-151-83/+122
| | | | | - Breaks up into more sections. - Also minor fixes to pages within sections.
* Merge branch 'patch-41' into 'master'Achilleas Pipinellis2019-02-081-0/+1
|\ | | | | | | | | Docs: Add link to API for GitHub imports See merge request gitlab-org/gitlab-ce!24808
| * Add link to API for GitHub importspatch-41Blair Lunceford2019-01-301-0/+1
| |
* | Add documentationapi-group-labelsRobert Schilling2019-02-061-0/+1
|/
* Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-251-0/+1
|\ | | | | | | | | | | | | Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303
| * Add Container Registry APIKamil Trzciński2019-01-251-0/+1
| | | | | | | | | | | | This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
* | fix typosCynthia Ng2019-01-241-2/+2
| |
* | [API] Omit X-Total{,-Pages} when count > 10kRémy Coutable2019-01-221-0/+8
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add documentation for Release Asset Link APIShinya Maeda2019-01-111-0/+3
|
* Merge branch 'docs-kubernetes-api-40473' into 'master'Evan Read2019-01-091-0/+1
|\ | | | | | | | | Adds API project cluster documentation See merge request gitlab-org/gitlab-ce!24135
| * Adds project cluster documentationMayra Cabrera2019-01-081-0/+1
| | | | | | | | | | Project cluster API was included on 11.7. This MR describes the new project cluster endpoints
* | Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-10/+10
|/ | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* Add missing links to resourcesEvan Read2018-12-061-44/+52
| | | | - While here, restructure list slightly.
* Improve wording on disabling impersonation in api/READMEImre Farkas2018-11-301-3/+2
|
* Add config to disable impersonationImre Farkas2018-11-291-1/+38
| | | | | | | | Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected.
* Update README.mdBruce Szalwinski2018-11-191-1/+1
|
* Add submodule update API endpointFrancisco Javier López2018-11-071-1/+2
| | | | | | | | | | 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
* Add Triggering Pipelines docs to API readmeAchilleas Pipinellis2018-10-181-0/+1
|
* Make getting a user by the username case insensitiveWilliam George2018-10-181-1/+4
|
* Backport project template API to CENick Thomas2018-10-051-1/+3
|
* Merge branch 'fix-id-vs-iid' into 'master'Marcia Ramos2018-09-141-20/+19
|\ | | | | | | | | | | | | More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490
| * Add prerequisite knowledge blurb and minor style fixes.Evan Read2018-09-111-3/+6
| |
| * Inline rather than reference links.Evan Read2018-09-071-6/+2
| |
| * More clarification. Replace inline hyperlinks with reference style.Evan Read2018-09-061-4/+8
| |
| * Fix content to align with style guide.Evan Read2018-09-051-5/+8
| |
| * More specificity and clarity for iid field in API documentation.Evan Read2018-09-041-16/+9
| |
* | Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+1
|/
* API: Protected tagsRobert Schilling2018-08-251-0/+1
|
* Resolve "docs update api for usage with an array of hashes"Alexander2018-08-091-4/+17
|
* Add examples for array and hash type API paramsdocs-add-api-params-array-hashAthar Hameed2018-07-121-1/+31
|
* Fix indentation for 'Current status' sectionFabio Busatto2018-06-151-1/+1
|
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-8/+7
|
* Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-0/+1
|
* Fixed typosPascal Borreli2018-04-271-1/+1
|
* Merge branch 'docs-zj-api-compat-docs' into 'master'Rémy Coutable2018-04-261-0/+23
|\ | | | | | | | | | | | | Document compatibility process for the HTTP API Closes #22693 See merge request gitlab-org/gitlab-ce!18565
| * Document compatibility process for the HTTP APIZeger-Jan van de Weg2018-04-261-0/+23
| | | | | | | | | | | | | | GitLab lacked formal documentation around our API, how the versioning worked and to the numbers meant. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22693