summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Update pipelines.md to have correct curl commandsAlex Holland2018-07-161-2/+2
|/
* Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-121-1/+1
|\ | | | | | | | | Add manifest import See merge request gitlab-org/gitlab-ce!20304
| * Add documentation for manifest import featureDmitriy Zaporozhets2018-07-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'docs-add-api-params-array-hash' into 'master'Douwe Maan2018-07-121-1/+31
|\ \ | | | | | | | | | | | | Add examples for array and hash type API params See merge request gitlab-org/gitlab-ce!20574
| * | Add examples for array and hash type API paramsdocs-add-api-params-array-hashAthar Hameed2018-07-121-1/+31
| | |
* | | Merge branch 'project_import_export_update' into 'master'Marcia Ramos2018-07-121-1/+27
|\ \ \ | | | | | | | | | | | | | | | | Update project_import_export.md to include example remote import script and additional curl command See merge request gitlab-org/gitlab-ce!20529
| * | | Update project_import_export.md. Removed cURL statementproject_import_export_updateMichael Leopard2018-07-101-5/+0
| | | |
| * | | Update project_import_export.md to include example remote import script and ↵Michael Leopard2018-07-101-0/+31
| | |/ | |/| | | | | | | additional curl command
* | | Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
| |/ |/|
* | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-1/+0
|/ | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
* Merge branch 'fix-api-docs-simple-projects' into 'master'Rémy Coutable2018-07-101-4/+39
|\ | | | | | | | | Fix API docs around unauthenticated projects return fields See merge request gitlab-org/gitlab-ce!20477
| * Fix API docs on unauthenticated projects returnKaspar Emanuel2018-07-091-4/+39
| |
* | Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho2018-07-091-0/+25
|/
* Merge branch 'ide-merge-request-info' into 'master'Sean McGivern2018-07-061-0/+1
|\ | | | | | | | | | | | | Added merge request info to Web IDE sidebar Closes #45187 See merge request gitlab-org/gitlab-ce!19860