summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-192-6/+17
|\ | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * Backport CE to changes to support group-level file templatesNick Thomas2018-10-192-6/+17
| | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
* | Fix documentation for list runnersSteve Azzopardi2018-10-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
* | Add Triggering Pipelines docs to API readmeAchilleas Pipinellis2018-10-181-0/+1
|/
* Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ | | | | | | | | Fix param typo in Notes documentation See merge request gitlab-org/gitlab-ce!22406
| * Fix param typo in notes.mdArtur Pomadowski2018-10-161-1/+1
| |
* | Make getting a user by the username case insensitiveWilliam George2018-10-182-1/+7
|/
* Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-6/+0
|\ | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * Remove Koding integration and documentationStan Hu2018-10-121-6/+0
| | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | Merge branch 'bvl-merge-base-multiple-revisions' into 'master'Douwe Maan2018-10-151-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
| * | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-1/+1
| |/ | | | | | | | | As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
* | Docs: fix table on API settingsMarcia Ramos2018-10-151-0/+4
| |
* | Fix the event API docsNick Thomas2018-10-121-2/+2
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-77/+3
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Improve the Repository files documentationRémy Coutable2018-10-091-3/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'increase-event-retention-prune-old-events-worker' into 'master'Douwe Maan2018-10-081-1/+1
|\ | | | | | | | | Prune events older than 2 years instead of 12 months See merge request gitlab-org/gitlab-ce!22145
| * Updated docs to reflect new 2 year periodJeremy Watson2018-10-061-1/+1
| |
* | Backport project template API to CENick Thomas2018-10-055-523/+324
|/
* Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-1/+1
|\ | | | | | | | | List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
| * List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-1/+1
| |
* | Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan2018-10-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
| * | Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-1/+1
| | | | | | | | | | | | | | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
* | | Improve the MR documentationRémy Coutable2018-10-041-209/+473
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+1
| | |
* | | #13650 added wip search functionality and testsChantal Rollison2018-10-031-0/+1
|/ /
* | Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable2018-10-011-19/+21
|\ \ | | | | | | | | | | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938
| * | allow users api to set public_emailAlexis Reigel2018-10-011-19/+21
| | |
* | | Merge branch 'patch-29' into 'master'Rémy Coutable2018-10-011-0/+6
|\ \ \ | |_|/ |/| | | | | | | | Add notes about commits API to repository files documentation See merge request gitlab-org/gitlab-ce!21876
| * | Add notes about commits API to repository files documentationKaspar Emanuel2018-09-271-0/+6
| | |
* | | Docs for Project/Groups members API with inherited members51404-update-groups-and-projects-api-docsJacopo2018-09-281-0/+2
| | | | | | | | | | | | | | | Expains the differences between `api/projects/:id/members` and `api/projects/:id/members/all` related to inherited members.
* | | Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'Marcia Ramos2018-09-271-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
| * | | Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-4/+4
| |/ /
* | | Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable2018-09-271-3/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866
| * | | Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-3/+9
| | | | | | | | | | | | | | | | With this action the user can update the execute_filemode of a given file in the repository.
* | | | Merge branch 'feature/add-public-email-to-users-api' into 'master'Rémy Coutable2018-09-275-60/+93
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909
| * | | | add user's public_email attribute to apiAlexis Reigel2018-09-275-0/+13
| | | | |
| * | | | add missing user attributes to api docsAlexis Reigel2018-09-273-60/+80
| | |_|/ | |/| |
* | | | Merge branch 'mr-api-diff-refs-doc' into 'master'Rémy Coutable2018-09-271-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add diff_refs documentation in single merge requests response. See merge request gitlab-org/gitlab-ce!21923
| * | | | Add diff_refs documentation in single merge requests response.Patrizio Bonzani2018-09-261-0/+5
| | |/ / | |/| |
* | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-4/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
| * | | deprecate scope param for runners apiAlexis Reigel2018-09-151-3/+3
| | | |
| * | | add missing params to runners api docAlexis Reigel2018-09-151-2/+8
| | | |
| * | | add status param to runners apiAlexis Reigel2018-09-151-0/+4
| | | |
| * | | add type param to runners apiAlexis Reigel2018-09-151-0/+4
| |/ /
* | | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-3/+0
| |/ |/| | | | | We remove this feature as it never worked properly
* | Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-211-1/+1
| |
* | Remove EE-specific code from ProtectedRefAccessSean McGivern2018-09-171-1/+1
|/
* Adds a note about the case when reset_password is falseAlexander Tanayno2018-09-141-1/+1
|
* Merge branch 'fix-id-vs-iid' into 'master'Marcia Ramos2018-09-142-21/+20
|\ | | | | | | | | | | | | 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
| |