summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-0/+13
|
* 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
| * added API docsPhil Hughes2018-07-051-0/+1
| | | | | | | | | | | | CHANGELOG improved comments in API code improved spec description
* | Mention the forked_from_project field in projects APIAchilleas Pipinellis2018-07-051-0/+33
|/
* Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern2018-07-041-0/+1
|\ | | | | | | | | Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
| * [backend] Addressed review commentsJan Provaznik2018-07-031-0/+1
| | | | | | | | | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
* | New jobs sortingÉlie2018-07-031-34/+34
|/
* Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-0/+2
|
* Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable2018-07-011-6/+6
|\ | | | | | | | | Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
| * Add locked state to merge request APIChantal Rollison2018-06-281-6/+6
| |
* | Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon2018-06-291-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
| * | Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+10
| |/
* | Merge branch 'bvl-graphql-permissions' into 'master'Sean McGivern2018-06-281-1/+1
|\ \ | | | | | | | | | | | | | | | | | | expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152
| * | Expose permissions on types in GraphQLBob Van Landuyt2018-06-281-1/+1
| |/ | | | | | | | | This adds a reusable way to expose permissions for a user to types in GraphQL.
* | Merge branch 'straight-comparision-mode' into 'master'Sean McGivern2018-06-281-0/+1
|\ \ | | | | | | | | | | | | Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
| * | Allow straight diff in Compare APIMaciej Nowak2018-06-281-0/+1
| |/ | | | | | | Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
* | Add SHA256 and HEAD on File APIAhmet Demir2018-06-281-0/+34
|/
* Add ip_address to json examples in Runner API docsAchilleas Pipinellis2018-06-221-0/+12
|