summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Link to Snippets API docs from API indexMark Fletcher2018-04-241-0/+1
|/
* Minor fixes in API docJan Provaznik2018-03-071-1/+1
|
* Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-071-0/+1
|\ | | | | | | | | Add discussion API See merge request gitlab-org/gitlab-ce!17510
| * Add discussion APIjprovazn-apiJan Provaznik2018-03-071-0/+1
| | | | | | | | | | * adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
* | Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-061-0/+2
|\ \ | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * | Projects and groups badges APIFrancisco Javier López2018-03-051-0/+2
| |/
* | Bring one group board to CEFelipe Artur2018-03-031-0/+1
|/
* Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern2018-02-161-0/+1
|\ | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
| * update docsJames Lopez2018-02-161-0/+1
| |