summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | API: Add shared project's expiration dateapi-shared_group_expires-atRobert Schilling2018-08-211-2/+4
| | | | | |
* | | | | | Merge branch 'tc-api-fork-owners' into 'master'Grzegorz Bizon2018-08-211-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow project owners to set up forking relation through API Closes #40550 See merge request gitlab-org/gitlab-ce!18104
| * | | | | | Clean up LFS objects when creating fork relationToon Claes2018-08-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A forked project stores its LFS objects in the `forked_from_project`. So the LFS objects become inaccessible, and therefore delete them from the database so they'll get cleaned up. To be refactored when implementing https://gitlab.com/gitlab-org/gitlab-ce/issues/39769
| * | | | | | Allow project owners to set up forking relation through APIToon Claes2018-08-201-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550.
* | | | | | Merge branch 'fix_events_permission_#49255' into 'master'Grzegorz Bizon2018-08-211-4/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add authenticate to events api. fix #49255 Closes #49255 See merge request gitlab-org/gitlab-ce!20627
| * | | | | | Add authenticate to events api. fix #49255Warren Parad2018-08-161-4/+8
| | |/ / / / | |/| | | |
* | | | | | Remove Gemnasium serviceGilbert Roulot2018-08-201-42/+0
| |/ / / / |/| | | |
* | | | | Merge branch 'add-user_show_add_ssh_key_message-application-setting' into ↵Nick Thomas2018-08-151-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates Closes #49953 See merge request gitlab-org/gitlab-ce!21027
| * | | | | Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-2/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
* | | | | Merge branch 'docs-update-system-hooks-api' into 'master'Sean McGivern2018-08-151-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | chore(docs): add field repository_update_events See merge request gitlab-org/gitlab-ce!21205
| * | | | | chore(docs): add field repository_update_events Jens Goldhammer2018-08-141-1/+4
| | | | | | | | | | | | | | | | | | - adds the field repository_update_events as json field
* | | | | | Merge branch 'expose-all-artifacts-sizes-in-jobs-api' into 'master'Kamil Trzciński2018-08-141-6/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Expose all artifacts sizes in jobs api See merge request gitlab-org/gitlab-ce!20821
| * | | | | Expose all artifacts sizes in jobs apiPeter Marko2018-08-141-0/+22
| | | | | |
| * | | | | Fix non-existent artifacts_file in job apiPeter Marko2018-08-101-6/+0
| | |_|/ / | |/| | |