summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |
| * 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-042-17/+10
| |
* | Merge branch 'docs/rs-status-typo' into 'master'Douwe Maan2018-09-141-1/+1
|\ \ | | | | | | | | | | | | Correct a typo in the User Status API docs See merge request gitlab-org/gitlab-ce!21729
| * | Correct a typo in the User Status API docsRobert Speicher2018-09-131-1/+1
| | |
* | | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-2/+2
|\ \ \ | |/ / |/| | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * | add Ci::Runner.offline scope to APIAlexis Reigel2018-08-201-2/+2
| | |
* | | Initialize projects with readmeSteve2018-09-121-0/+1
| | |
* | | Add ability to skip user email confirmation with APIStan Hu2018-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
* | | Add `duration` attributes to Jobs API docsMehdi Lahmam2018-09-091-13/+23
| | | | | | | | | | | | Follow up to !13644.
* | | Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-072-0/+176
| | |
* | | Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-063-8/+10
| | |
* | | Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-051-0/+3
|\ \ \ | | | | | | | | | | | | | | | | Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
| * | | Filter project hooks by branchDuana Saskia2018-08-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
* | | | Resolve "Return how many commits the source branch is behind the target ↵🙈 jacopo beschi 🙉2018-09-051-1/+3
| | | | | | | | | | | | | | | | branch through the API"
* | | | Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-041-3/+41
| | | |
* | | | Stop using FlayRémy Coutable2018-09-031-1/+1
| |_|/ |/| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Update api/settings.mdMarcel Amirault2018-09-031-102/+134
| | | | | | | | | | | | Fix spacing, typos, add missing settings, and remove deprecated ones.
* | | Merge branch 'docs-port-ee-community-contributions' into 'master'Achilleas Pipinellis2018-09-033-2/+24
|\ \ \ | | | | | | | | | | | | | | | | Docs port ee community contributions See merge request gitlab-org/gitlab-ce!21311
| * | | Update tags release POST and PUT to be more specific.mdFodor Zoltan2018-08-291-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5557. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Correct wrong required condition in doc/api/projects.mdKlaus Frank2018-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Fix typo in doc/api/groups.mdJJ2018-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'feature/#32877-add-default-field-branch-api' into 'master'Robert Speicher2018-09-011-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add default parameter to branches API Closes #32877 See merge request gitlab-org/gitlab-ce!21294
| * | | Add default parameter to branches APIRiccardo Padovani2018-08-181-0/+5
| | | |
* | | | Merge branch 'fldubois/gitlab-ce-fix-api-group-createdat' into 'master'Rémy Coutable2018-08-283-10/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow date parameters on Issues, Notes, and Discussions API for group owners Closes #40059 See merge request gitlab-org/gitlab-ce!21342
| * | | | Document that created_at works for group owners on DiscussionsSean McGivern2018-08-231-8/+8
| | | | |
| * | | | Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
* | | | | Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-281-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
| * | | | | Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-0/+13
| | | | | |
* | | | | | API: Protected tagsRobert Schilling2018-08-252-0/+129
| |/ / / / |/| | | |
* | | | | Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern2018-08-221-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add shared project's expiration date Closes #46107 See merge request gitlab-org/gitlab-ce!21104