Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master' | Marcia Ramos | 2019-07-25 | 1 | -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-path | Nathan Friend | 2019-07-22 | 1 | -1/+6 |
| | | |||||
* | | Fix some errors in Markdown files | Evan Read | 2019-07-24 | 1 | -1/+1 |
|/ | |||||
* | OAuth2 support for GitLab personal access tokens | Steve Abrams | 2019-07-22 | 1 | -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 API | Tetiana Chupryna | 2019-07-16 | 1 | -0/+1 |
| | |||||
* | Remove extra blank lines from docs | Marcel Amirault | 2019-07-15 | 1 | -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 text | Evan Read | 2019-07-10 | 1 | -3/+4 |
| | |||||
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -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 brackets | Marcel Amirault | 2019-07-08 | 1 | -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_docs | Alexandru Croitor | 2019-06-20 | 1 | -0/+3 |
| | | | | Adds the missing link to issues_statistics api endpoint | ||||
* | Docs: Merge 5 api docs from EE to CE | Marcel Amirault | 2019-06-06 | 1 | -63/+79 |
| | |||||
* | Update API dox to save others from my mistakespatch-57 | Sarah Groff Hennigh-Palermo | 2019-05-16 | 1 | -0/+2 |
| | |||||
* | Docs: Last batch of misc broken anchors | Marcel Amirault | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Add GraphQL filters for issuables (state, labels, time fields) | Rémy Coutable | 2019-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Refactor of API landing page | Evan Read | 2019-02-15 | 1 | -83/+122 |
| | | | | | - Breaks up into more sections. - Also minor fixes to pages within sections. | ||||
* | Merge branch 'patch-41' into 'master' | Achilleas Pipinellis | 2019-02-08 | 1 | -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-41 | Blair Lunceford | 2019-01-30 | 1 | -0/+1 |
| | | |||||
* | | Add documentationapi-group-labels | Robert Schilling | 2019-02-06 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'container-repository-cleanup-api' into 'master' | Grzegorz Bizon | 2019-01-25 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Container repository cleanup API Closes #55978 See merge request gitlab-org/gitlab-ce!24303 | ||||
| * | Add Container Registry API | Kamil Trzciński | 2019-01-25 | 1 | -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 typos | Cynthia Ng | 2019-01-24 | 1 | -2/+2 |
| | | |||||
* | | [API] Omit X-Total{,-Pages} when count > 10k | Rémy Coutable | 2019-01-22 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add documentation for Release Asset Link API | Shinya Maeda | 2019-01-11 | 1 | -0/+3 |
| | |||||
* | Merge branch 'docs-kubernetes-api-40473' into 'master' | Evan Read | 2019-01-09 | 1 | -0/+1 |
|\ | | | | | | | | | Adds API project cluster documentation See merge request gitlab-org/gitlab-ce!24135 | ||||
| * | Adds project cluster documentation | Mayra Cabrera | 2019-01-08 | 1 | -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-more | Achilleas Pipinellis | 2019-01-04 | 1 | -10/+10 |
|/ | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Add missing links to resources | Evan Read | 2018-12-06 | 1 | -44/+52 |
| | | | | - While here, restructure list slightly. | ||||
* | Improve wording on disabling impersonation in api/README | Imre Farkas | 2018-11-30 | 1 | -3/+2 |
| | |||||
* | Add config to disable impersonation | Imre Farkas | 2018-11-29 | 1 | -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.md | Bruce Szalwinski | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add submodule update API endpoint | Francisco Javier López | 2018-11-07 | 1 | -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 readme | Achilleas Pipinellis | 2018-10-18 | 1 | -0/+1 |
| | |||||
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -1/+4 |
| | |||||
* | Backport project template API to CE | Nick Thomas | 2018-10-05 | 1 | -1/+3 |
| | |||||
* | Merge branch 'fix-id-vs-iid' into 'master' | Marcia Ramos | 2018-09-14 | 1 | -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 Read | 2018-09-11 | 1 | -3/+6 |
| | | |||||
| * | Inline rather than reference links. | Evan Read | 2018-09-07 | 1 | -6/+2 |
| | | |||||
| * | More clarification. Replace inline hyperlinks with reference style. | Evan Read | 2018-09-06 | 1 | -4/+8 |
| | | |||||
| * | Fix content to align with style guide. | Evan Read | 2018-09-05 | 1 | -5/+8 |
| | | |||||
| * | More specificity and clarity for iid field in API documentation. | Evan Read | 2018-09-04 | 1 | -16/+9 |
| | | |||||
* | | Use ResourceLabelEvent for tracking label changes | Jan Provaznik | 2018-09-07 | 1 | -0/+1 |
|/ | |||||
* | API: Protected tags | Robert Schilling | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | Resolve "docs update api for usage with an array of hashes" | Alexander | 2018-08-09 | 1 | -4/+17 |
| | |||||
* | Add examples for array and hash type API paramsdocs-add-api-params-array-hash | Athar Hameed | 2018-07-12 | 1 | -1/+31 |
| | |||||
* | Fix indentation for 'Current status' section | Fabio Busatto | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -8/+7 |
| | |||||
* | Resolve "Expand API: Render an arbitrary Markdown document" | blackst0ne | 2018-05-18 | 1 | -0/+1 |
| | |||||
* | Fixed typos | Pascal Borreli | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs-zj-api-compat-docs' into 'master' | Rémy Coutable | 2018-04-26 | 1 | -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 API | Zeger-Jan van de Weg | 2018-04-26 | 1 | -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 |