Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Collapse)Author
2018-09-04More specificity and clarity for iid field in API documentation.Evan Read
2018-09-03Stop using FlayRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-03Update api/settings.mdMarcel Amirault
Fix spacing, typos, add missing settings, and remove deprecated ones.
2018-09-03Merge branch 'docs-port-ee-community-contributions' into 'master'Achilleas Pipinellis
Docs port ee community contributions See merge request gitlab-org/gitlab-ce!21311
2018-09-01Merge branch 'feature/#32877-add-default-field-branch-api' into 'master'Robert Speicher
Add default parameter to branches API Closes #32877 See merge request gitlab-org/gitlab-ce!21294
2018-08-29Update tags release POST and PUT to be more specific.mdFodor Zoltan
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5557. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29Correct wrong required condition in doc/api/projects.mdKlaus Frank
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29Fix typo in doc/api/groups.mdJJ
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-28Merge branch 'fldubois/gitlab-ce-fix-api-group-createdat' into 'master'Rémy Coutable
Allow date parameters on Issues, Notes, and Discussions API for group owners Closes #40059 See merge request gitlab-org/gitlab-ce!21342
2018-08-28Merge branch 'issue_36138' into 'master'Sean McGivern
Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
2018-08-25API: Protected tagsRobert Schilling
2018-08-23Document that created_at works for group owners on DiscussionsSean McGivern
2018-08-22Allow date parameters on Issues and Notes API for group ownersFlorent Dubois
- Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059
2018-08-22Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern
API: Add shared project's expiration date Closes #46107 See merge request gitlab-org/gitlab-ce!21104
2018-08-21Merge branch 'tc-api-fork-owners' into 'master'Grzegorz Bizon
Allow project owners to set up forking relation through API Closes #40550 See merge request gitlab-org/gitlab-ce!18104
2018-08-21API: Add shared project's expiration dateRobert Schilling
2018-08-21Merge branch 'fix_events_permission_#49255' into 'master'Grzegorz Bizon
Add authenticate to events api. fix #49255 Closes #49255 See merge request gitlab-org/gitlab-ce!20627
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-20add Ci::Runner.offline scope to APIAlexis Reigel
2018-08-20Clean up LFS objects when creating fork relationToon Claes
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
2018-08-20Allow project owners to set up forking relation through APIToon Claes
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.
2018-08-18Add default parameter to branches APIRiccardo Padovani
2018-08-16Add authenticate to events api. fix #49255Warren Parad
2018-08-15Merge branch 'add-user_show_add_ssh_key_message-application-setting' into ↵Nick Thomas
'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
2018-08-15Merge branch 'docs-update-system-hooks-api' into 'master'Sean McGivern
chore(docs): add field repository_update_events See merge request gitlab-org/gitlab-ce!21205
2018-08-14Merge branch 'expose-all-artifacts-sizes-in-jobs-api' into 'master'Kamil Trzciński
Expose all artifacts sizes in jobs api See merge request gitlab-org/gitlab-ce!20821
2018-08-14chore(docs): add field repository_update_events Jens Goldhammer
- adds the field repository_update_events as json field
2018-08-14Expose all artifacts sizes in jobs apiPeter Marko
2018-08-14Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon
Backport of EE changes "Customize notifications for new epic - Web and API" See merge request gitlab-org/gitlab-ce!20793
2018-08-14Merge branch 'rz-update_events_documentation' into 'master'Achilleas Pipinellis
Update GET project URL to be similar to GET user URL See merge request gitlab-org/gitlab-ce!21130
2018-08-14Update docs to change `Backlog` issue board list to `Open`Kushal Pandya
2018-08-14Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao
allowing override for EE.
2018-08-13Filter project hooks by branchDuana Saskia
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.
2018-08-13Get the `merge-base` of 2 refs trough the APIBob Van Landuyt
This adds an endpoint to get the common ancestor of 2 refs from the API.
2018-08-11Fix non-existent artifacts_file in job apiPeter Marko
2018-08-10Update GET project URL to be similar to GET user URLRonald van Zon
2018-08-09clarify user namespaceDavin Walker
2018-08-09Resolve "docs update api for usage with an array of hashes"Alexander
2018-08-08Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason
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.
2018-08-06Allow to delete group milestonesFelipe Artur
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-08-01Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable
Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
2018-08-01Merge branch '41416-making-instance-wide-data-tools-more-accessible' into ↵Filipa Lacerda
'master' Resolve "Making instance-wide data tools more accessible" Closes #41416 and #48507 See merge request gitlab-org/gitlab-ce!20874
2018-08-01Add the message HTML to the UserStatus apiBob Van Landuyt
2018-08-01Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri
2018-07-30Make it explicit that the status message can contain emojisWinnie Hellmann
2018-07-30Allow users to set a statusBob Van Landuyt
This can be done trough the API for the current user, or on the profile page.
2018-07-30Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
41416-making-instance-wide-data-tools-more-accessible
2018-07-30Resolve "Merge Request API response is missing changes_count"Jan Beckmann
2018-07-27Add instance statistics settings to APIBob Van Landuyt