summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| | |_|/ / | |/| | |
* | | | | Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon2018-08-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport of EE changes "Customize notifications for new epic - Web and API" See merge request gitlab-org/gitlab-ce!20793
| * | | | | Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-1/+1
| | |_|_|/ | |/| | | | | | | | allowing override for EE.
* | | | | Merge branch 'rz-update_events_documentation' into 'master'49019-extract-base-docker-image-for-test49019-extract-base-docker-image-for-code_quality49019-extract-base-docker-image-for-build49019-create-project-for-dockerfiles-for-auto-devopsAchilleas Pipinellis2018-08-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update GET project URL to be similar to GET user URL See merge request gitlab-org/gitlab-ce!21130
| * | | | | Update GET project URL to be similar to GET user URLRonald van Zon2018-08-101-1/+1
| | | | | |
* | | | | | Update docs to change `Backlog` issue board list to `Open`Kushal Pandya2018-08-142-2/+2
| |/ / / / |/| | | |
* | | | | Get the `merge-base` of 2 refs trough the APIBob Van Landuyt2018-08-131-0/+36
| |/ / / |/| | | | | | | | | | | This adds an endpoint to get the common ancestor of 2 refs from the API.
* | | | clarify user namespaceDavin Walker2018-08-091-2/+1
|/ / /
* | | Resolve "docs update api for usage with an array of hashes"Alexander2018-08-091-4/+17
|/ /
* | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+1
| | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* | Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable2018-08-011-0/+79
|\ \ | | | | | | | | | | | | | | | | | | Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
| * | Add the message HTML to the UserStatus apiBob Van Landuyt2018-08-011-19/+35
| | |
| * | Make it explicit that the status message can contain emojisWinnie Hellmann2018-07-301-1/+1
| | |
| * | Allow users to set a statusBob Van Landuyt2018-07-301-0/+63
| | | | | | | | | | | | | | | This can be done trough the API for the current user, or on the profile page.
* | | Merge branch '41416-making-instance-wide-data-tools-more-accessible' into ↵Filipa Lacerda2018-08-011-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Making instance-wide data tools more accessible" Closes #41416 and #48507 See merge request gitlab-org/gitlab-ce!20874
| * \ \ Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-07-301-12/+5
| |\ \ \ | | | |/ | | |/| | | | | 41416-making-instance-wide-data-tools-more-accessible
| * | | Add instance statistics settings to APIBob Van Landuyt2018-07-271-2/+5
| | | |
* | | | Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-0/+1
| |/ / |/| |
* | | Resolve "Merge Request API response is missing changes_count"Jan Beckmann2018-07-301-12/+5
|/ /
* | Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern2018-07-271-5/+2
| | | | | | | | | | into 'master'" This reverts merge request !20679
* | Add instance statistics settings to APIBob Van Landuyt2018-07-271-2/+5
| |
* | Resolve "API endpoint that returns all members, including the inherited ↵🙈 jacopo beschi 🙉2018-07-251-5/+70
|/ | | | membership through ancestor group"
* Fix missing ` in users.mdfix-users-md-typodocs-fix-users-md-typoLin Jen-Shin2018-07-241-2/+2
| | | | This is already applied in EE
* Add an option to have a private profile on GitLabJX Terry2018-07-241-5/+12
|
* Merge branch 'docs-no-milestone-issues-api' into 'master'Sean McGivern2018-07-241-3/+3
|\ | | | | | | | | In docs, add `No+Milestone` for querying by milestone See merge request gitlab-org/gitlab-ce!20784
| * Add `No+Milestone` for querying by milestonedocs-no-milestone-issues-apiVictor Wu2018-07-231-3/+3
| |
* | Add min_access_level filter to projects APIMarko, Peter2018-07-231-3/+6
| | | | | | | | Signed-off-by: Marko, Peter <peter.marko@siemens.com>
* | Add min_access_level filter to groups APIMarko, Peter2018-07-231-4/+6
|/ | | | Signed-off-by: Marko, Peter <peter.marko@siemens.com>
* Merge branch 'hangouts_chat_integration' into 'master'Sean McGivern2018-07-231-0/+48
|\ | | | | | | | | Hangouts chat integration See merge request gitlab-org/gitlab-ce!20290
| * Fix some moments in documentationKukovskii Vladimir2018-07-221-0/+2
| |
| * Add documentation for Hangouts Chat integrationKukovskii Vladimir2018-07-141-0/+46
| |
* | Fix gitlab import project loadFrancisco Javier López2018-07-231-1/+9
| |
* | Merge branch 'rs-web_url-for-pipelines-and-jobs' into 'master'Douwe Maan2018-07-232-14/+30
|\ \ | | | | | | | | | | | | Expose web_url attribute in PipelineBasic and JobBasic See merge request gitlab-org/gitlab-ce!20703
| * | Expose web_url attribute in PipelineBasic and JobBasicrs-web_url-for-pipelines-and-jobsRobert Speicher2018-07-182-14/+30
| | |
* | | Backport of gitlab-org/gitlab-ee!6137Valery Sizov2018-07-191-0/+5
|/ /
* | Merge branch '38095-change-api-docs-lookup-by-username' into 'master'Rémy Coutable2018-07-171-15/+15
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Change API docs to reflect that lookup by username does not require admin access" Closes #38095 See merge request gitlab-org/gitlab-ce!20646
| * | Update doc/api/users.mdDaniel Fernau2018-07-161-15/+15
| |/ | | | | Move "search by email or username" block to "for normal users" section