summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Mike Greiling2019-05-301-8/+4
|\ | | | | | | | | | | | | 'ee-7672-geo-remove-deprecated-wikis_count-and-repositories_count-fields-from-the-public-api-geo' into 'master' Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13025 See merge request gitlab-org/gitlab-ce!28701
| * Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13025ee-7672-geo-remove-deprecated-wikis_count-and-repositories_count-fields-from-the-public-api-geoValery Sizov2019-05-291-8/+4
| |
* | Fix highest role docsThiago Presa2019-05-301-3/+3
| | | | | | | | | | The docs for the highest_role field was incorrectly added to the /users endpoint. This commit adds it to the /users/:id
* | Docs: Fix 4 docs to resolve follow-up issueMarcel Amirault2019-05-304-2/+4
| |
* | Port some EE API docs to CEAchilleas Pipinellis2019-05-295-3/+677
| | | | | | | | | | | | | | | | | | | | | | The following EE files had small differences with their CE counterpart so they have been ported to CE: - doc/api/boards.md - doc/api/discussions.md - doc/api/notes.md - doc/api/resource_label_events.md - doc/api/services.md
* | Add wiki size to project statisticsPeter Marko2019-05-292-0/+6
|/
* Add notify_only_default_branch option to PipelinesEmailServicePeter Marko2019-05-281-0/+1
|
* Enables GraphQL batch requestsPhil Hughes2019-05-281-0/+8
| | | | | | | | | Enabling GraphQL batch requests allows for multiple queries to be sent in 1 request reducing the amount of requests we send to the server. Responses come come back in the same order as the queries were provided.
* Removes duplicated members from api/projects/:id/members/all51854-api-to-get-all-project-group-members-returns-duplicatesJacopo2019-05-271-1/+3
| | | | | | | | When using the members/all api the same user was returned multiple times when he was a member of the project/group and also of one of the ancestor groups. Now the member is returned only once giving priority to the membership on the project and maintaining the same behaviour of the members UI.
* Remove the circuit breaker APIchore/remove-circuit-breaker-apiMarkus Koller2019-05-241-5/+0
| | | | | The circuit breaker itself was removed in 11.5, this removes the corresponding API endpoints which returned empty data since then.
* Update Epic Link documentationBrett Walker2019-05-231-1/+2
|
* API: Allow to get and set "masked" attribute for variablesMathieu Parent2019-05-221-3/+9
|
* Add allow_failure attribute to Job APIFabio Pitino2019-05-211-0/+10
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
* Merge branch 'graphql-vision-docs' into 'master'Douwe Maan2019-05-211-1/+14
|\ | | | | | | | | First pass at a graphql vision See merge request gitlab-org/gitlab-ce!27959
| * First pass at a graphql visionNick Thomas2019-05-011-1/+14
| |
* | Merge branch 'patch-57' into 'master'Douwe Maan2019-05-211-0/+2
|\ \ | | | | | | | | | | | | Update API dox to save others from my mistakes See merge request gitlab-org/gitlab-ce!28368
| * | Update API dox to save others from my mistakespatch-57Sarah Groff Hennigh-Palermo2019-05-161-0/+2
| | |
* | | Merge branch 'ce-57402-add-issues-statistics-api-endpoints' into 'master'Rémy Coutable2019-05-202-15/+228
|\ \ \ | | | | | | | | | | | | | | | | Add issues_statistics api endpoints See merge request gitlab-org/gitlab-ce!27366
| * | | Review updates and cleanupce-57402-add-issues-statistics-api-endpointsAlexandru Croitor2019-05-172-41/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned issues and issues_statistics docs * Renamed param with_labels_data to with_labels_details * Added spec for N+1 check when retrieving labels from issue * Refactoed CheckAssigneesCount validation class
| * | | Add params validations and remove extra params supportAlexandru Croitor2019-05-152-15/+241
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Remove label_name and milestone_title params support Add mutually_exclusive validation for author_id and author_username Add mutually_exclusive validation for assignee_id and assignee_username Add validation to allow single value for asignee_username on CE Add separate issue_stats_params helper for statistics params and reuse in issues_params.
* | | Bring all EE-only API docs to CEAchilleas Pipinellis2019-05-1812-0/+2889
| | |
* | | #46469 - Added ref querystring parameter to project search to allow ↵Lee Tickett2019-05-171-2/+3
|/ / | | | | | | searching on branches other than master
* | Fix typoNicholas Bishop2019-05-141-1/+1
| |
* | Allow replying to an individual note in the APIallow-replying-to-individual-notes-from-apiSean McGivern2019-05-061-2/+4
| | | | | | | | | | | | If you can do this in the UI, you should be able to do it in the API. If a discussion is not a single note discussion, or it is replyable, you can reply to it.
* | Implement support for CI variables of type fileKrasimir Angelov2019-05-064-25/+45
| | | | | | | | | | | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* | Docs: Merge EE doc/​user/group to CEMarcel Amirault2019-05-051-1/+1
| |
* | Add gitlab-managed option to clusters formMayra Cabrera2019-05-031-0/+1
| | | | | | | | | | | | | | | | When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* | Merge branch 'bertrand-lpl-master-patch-56649' into 'master'docs-subscription-changes-and-dataMike Lewis2019-05-011-1/+1
|\ \ | |/ |/| | | | | Replace misinterpreted `|` caracter in a table See merge request gitlab-org/gitlab-ce!25319
| * Replace misinterpreted `|` caracter in a table Bertrand Jamin2019-02-171-1/+1
| |
* | Backport docs update for multiple assignees for MRsOswaldo Ferreira2019-04-301-0/+90
| | | | | | | | This backports API and quick action docs.
* | Merge branch 'bw-add-graphql-groups' into 'master'Grzegorz Bizon2019-04-301-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Add basic GraphQL for a Group Closes #60786 See merge request gitlab-org/gitlab-ce!27492
| * | Mention group query in GraphQL documentationbw-add-graphql-groupsBrett Walker2019-04-231-1/+5
| | |
* | | Add email clarificationCynthia Ng2019-04-281-1/+1
|/ /
* | Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan2019-04-191-1/+6
|\ \ | | | | | | | | | | | | | | | | | | Return group information on Project endpoint Closes #39858 See merge request gitlab-org/gitlab-ce!27427
| * | Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
* | | Add configuration of access_level for runners on registration via APIzelin-l2019-04-181-0/+1
| | | | | | | | | | | | | | | Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests
* | | Merge branch 'patch-48' into 'master'Mike Lewis2019-04-171-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Update JIRA service API doc See merge request gitlab-org/gitlab-ce!26435
| * | | Update JIRA service API docpatch-48Blair Lunceford2019-03-211-2/+2
| | | |
* | | | Link to resource label events APIVictor Wu2019-04-162-0/+4
| |/ / |/| |
* | | Add pagination to notes and discussions docsJames Ramsay2019-04-152-0/+14
| | |
* | | Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-101-0/+39
| | | | | | | | | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* | | Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+30
| | | | | | | | | | | | | | | | | | | | | Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
* | | Fix code block not renderingEvan Read2019-04-091-13/+14
| | |
* | | Add new API endpoint to expose single environmentKrasimir Angelov2019-04-091-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157. Implement new API endpoint `/projects/:id/environments/:environment_id` to expose single environment. Include information for environment's last deployment if there is one.
* | | Docs: Fix misc anchorsMarcel Amirault2019-04-082-3/+3
| | |
* | | Clarify the Runner registration and authentication tokensAchilleas Pipinellis2019-04-051-6/+29
| | |
* | | Merge branch 'patch-50' into 'master'Kamil Trzciński2019-04-031-0/+2
|\ \ \ | | | | | | | | | | | | | | | | docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
| * | | docs: add gitlab version for list jobs of a runnerjk2K2019-04-011-0/+2
| | | |
* | | | Include cluster domain into Project Cluster APIMayra Cabrera2019-04-011-1/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
* | | Update to the commits.md, more details about how to use the --form method ↵Jochum van der Ploeg2019-04-011-0/+26
| | | | | | | | | | | | for creating a commit