summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For features the feature gates are sometimes projects, not groups or users. For example for git object pools: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5872 This commit allows for setting feature group gates based on projects, by its path as that seems most convenient.
| * | | | | | Add more information and refactor format of branch-related API topicsEvan Read2019-01-151-134/+75
| | | | | | |
| * | | | | | Add more information and refactor format of Avatar API topicEvan Read2019-01-151-15/+23
| | |_|_|/ / | |/| | | |
| * | | | | Refactor the API OAuth docsAchilleas Pipinellis2019-01-141-78/+124
| | |_|/ / | |/| | |
| * | | | Add more information and refactor format of topicEvan Read2019-01-111-17/+30
| | | | |
| * | | | Add documentation for Release Asset Link APIShinya Maeda2019-01-113-3/+184
| | |/ / | |/| |
| * | | Merge branch 'docs-kubernetes-api-40473' into 'master'Evan Read2019-01-092-0/+347
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Adds API project cluster documentation See merge request gitlab-org/gitlab-ce!24135
| | * | | Adds project cluster documentationMayra Cabrera2019-01-082-0/+347
| | | | | | | | | | | | | | | | | | | | | | | | | Project cluster API was included on 11.7. This MR describes the new project cluster endpoints
| * | | | Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-083-35/+33
| | | | | | | | | | | | | | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
| * | | | Merge branch 'doc-merge_base' into 'master'Evan Read2019-01-071-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix doc for "Allow getting the merge base of multiple revisions" See merge request gitlab-org/gitlab-ce!24051
| | * | | | Fix doc for "Allow getting the merge base of multiple revisions"Mathieu Parent2018-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | See 71d71afb3ac5f302470e66ace4f59e247249d99e
| * | | | | Update Releases documentationMarcia Ramos2019-01-071-1/+1
| | |_|/ / | |/| | |
| * | | | Merge branch 'docs/fake-token-no-more' into 'master'Evan Read2019-01-0759-365/+364
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not use tokens that look like tokens in docs Closes #38064 See merge request gitlab-org/gitlab-ce!24044
| | * | | | Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-0459-365/+364
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
| * | | | Documentation for Release page MVCFilipa Lacerda - 🎄🎄 OOO - Back on January 7th - 🎄🎄2019-01-041-0/+481
| |/ / /
| * | | Use OpenShift in docs and Web UI instead of OpenshiftTakuya Noguchi2019-01-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | | Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | | Update gitlab_ci_ymls.mdFatih Sarhan2018-12-311-1/+1
| |/ /
| * | Make job API docs consistentSteve Azzopardi2018-12-181-70/+70
| | | | | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23538 when adding a new endpoint some docs incossintenies were pointed out.
| * | Suggest diff line change documentationJacques Erasmus2018-12-181-0/+36
| | |
| * | Merge branch 'docs/add-missing-resources-and-restructure' into 'master'Achilleas Pipinellis2018-12-112-46/+53
| |\ \ | | | | | | | | | | | | | | | | Add missing links to resources See merge request gitlab-org/gitlab-ce!23605
| | * | Add missing links to resourcesEvan Read2018-12-062-46/+53
| | | | | | | | | | | | | | | | - While here, restructure list slightly.
| * | | Merge branch ↵Grzegorz Bizon2018-12-101-1/+36
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '54626-able-to-download-a-single-archive-file-with-api-by-ref-name' into 'master' Add endpoint to download single artifact by ref Closes #54626 See merge request gitlab-org/gitlab-ce!23538
| | * | | Add endpoint to download single artifact by refSteve Azzopardi2018-12-071-1/+36
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new endpoint `projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name` which is the close the web URL for consistency sake. This endpoint can be used to download a single file from artifacts for the specified ref and job. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
| * | | Merge branch 'docs-search' into 'master'Achilleas Pipinellis2018-12-071-12/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Documentation] Fix minor issues in search API doc Closes #54959 See merge request gitlab-org/gitlab-ce!23645
| | * | | Fix minor issues in search API docJan Provaznik2018-12-071-12/+16
| | | | |
| * | | | Fixed misreported error codes and elaboratedJames Powis2018-12-061-3/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation mixed up 406 and 405 error codes, this corrects that Also elaborated on the possible ways you can receive a 405 error code See spec test: https://gitlab.com/powisj/gitlab-ce/blob/master/spec/requests/api/merge_requests_spec.rb#L848
| * | | Merge branch 'blob-count2' into 'master'Rémy Coutable2018-12-061-0/+20
| |\ \ \ | | |/ / | |/| | | | | | | | | | Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553
| | * | Optimized file search to work without limitsJan Provaznik2018-12-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output
| * | | Merge branch '54826-use-read_repository-scope-on-read-only-files-endpoints' ↵Grzegorz Bizon2018-12-051-0/+10
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Use read_repository scope on read-only files endpoints" Closes #54826 See merge request gitlab-org/gitlab-ce!23534
| | * | Update repository_files.mdJames Lopez2018-12-051-1/+1
| | | |
| | * | Update code based on feedbackJames Lopez2018-12-041-5/+3
| | | |
| | * | Fix markdown linkJames Lopez2018-12-041-1/+1
| | | |
| | * | Add docs and changelogJames Lopez2018-12-041-0/+12
| | | |
| * | | Update doc/api/repository_submodules.mdWill Chandler2018-12-041-1/+1
| |/ /
| * | Fix lack of documentation on how to fetch a snippet's content using APIcolinleroy2018-12-041-8/+32
| | |
| * | Fix documentation for /api/v4/projects/:id/repository/archiveStan Hu2018-12-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation mistakenly says that `format` can be used as a parameter, but the Grape middleware reserves `format` as a content-type header. Update the documentation to make it explicit the suffix should be used to specify a format. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45992
| * | Improve wording on disabling impersonation in api/READMEImre Farkas2018-11-301-3/+2
| | |
| * | Merge branch '51083-fix-move-api' into 'master'Rémy Coutable2018-11-291-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
| | * | Commits API: Preserve file content in move operations if unspecifiedNick Thomas2018-11-281-1/+1
| | | |
| * | | Merge branch 'if-40385-prohibit_impersonation' into 'master'Rémy Coutable2018-11-291-1/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add config to prohibit impersonation See merge request gitlab-org/gitlab-ce!23338
| | * | | 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.
| * | | Allow the status of a rebase to be determinedNick Thomas2018-11-281-3/+41
| | | |
| * | | Add a rebase API endpoint for merge requestsNick Thomas2018-11-271-0/+25
| |/ /
| * | Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-4/+4
| |\ \ | | | | | | | | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| | * | Eliminate duplicated wordsTakuya Noguchi2018-11-221-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * | | Merge branch 'patch-32' into 'master'Achilleas Pipinellis2018-11-261-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Update to properly reference users instead of projects See merge request gitlab-org/gitlab-ce!23325
| | * | | Update to properly reference users instead of projectsrkottmann2018-11-231-2/+2
| | | | |
| * | | | Merge branch '52371-filter-by-none-any-for-labels-in-issues-mrs-api' into ↵Nick Thomas2018-11-232-6/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Filter by `None`/`Any` for labels in issues/mrs API" Closes #52371 See merge request gitlab-org/gitlab-ce!22622
| | * | | | Filter by `None`/`Any` for labels in issues/mrs APIJacopo2018-11-232-6/+6
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using the parameters `?labels=None|Any` the user can filter issues/mrs from the API that has `none/any` label. Affected endpoints are: - /api/issues - /api/projects/:id/issues - /api/groups/:id/issues - /api/merge_requests - /api/projects/:id/merge_requests - /api/groups/:id/merge_requests