summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-063-4/+4
* Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-2/+2
* Update after reviewKamil Trzcinski2017-03-062-0/+4
* Lint docKamil Trzcinski2017-03-051-2/+2
* Update documentation and expose IDKamil Trzcinski2017-03-053-109/+171
* Be able to list issues with no labels using APIVignesh Ravichandran2017-03-031-0/+6
* Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-032-38/+3
|\
| * Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-032-38/+3
* | Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-032-4/+8
* | Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-032-0/+2
|/
* Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-032-3/+4
|\
| * Use iids as filter parameterJarka Kadlecova2017-03-022-3/+4
* | Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan2017-03-026-62/+54
|\ \
| * | Add visibility change to API v3 -> v4 docToon Claes2017-03-021-0/+1
| * | Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-8/+11
| * | Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-11/+10
| * | Expose Group VisibilityLevel as StringToon Claes2017-03-021-14/+10
| * | Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-022-29/+22
* | | Merge branch 'api-doc-return-code' into 'master' Rémy Coutable2017-03-021-1/+1
|\ \ \
| * | | Correct the return code description for 204api-doc-return-codeRobert Schilling2017-03-021-1/+1
| |/ /
* | | Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-1/+6
|\ \ \ | |_|/ |/| |
| * | API issues - support filtering by iidsJarka Kadlecova2017-03-011-1/+6
* | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-021-2/+4
|\ \ \ | |_|/ |/| |
| * | Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-2/+4
* | | Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-0141-198/+198
|\ \ \
| * | | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-0141-198/+198
* | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-014-26/+32
|\ \ \ \
| * | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-014-26/+32
* | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński2017-03-012-3/+32
|\ \ \ \ \
| * | | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-282-3/+32
* | | | | | Clarification of list repository tree API callMarius Kleiner2017-03-011-0/+2
| |_|/ / / |/| | | |
* | | | | Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable2017-03-011-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Docs: Tags: Fix typo in parent_ids in example responseMichael Frister2017-02-271-2/+2
| | |_|/ | |/| |
* | | | Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | API project create: Make name or path requiredJarka Kadlecova2017-02-271-2/+2
| |/ /
* | | Update documentationRobert Schilling2017-02-2815-306/+1
| |/ |/|
* | Merge branch 'mock-ci-service' into 'master'Douwe Maan2017-02-271-0/+35
|\ \
| * | Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-0/+35
| |/
* | API: Return 400 for all validation erros in the mebers APIunified-member-api-responseRobert Schilling2017-02-241-1/+2
|/
* Merge branch 'master' into 'api-remove-owned-groups'api-remove-owned-groupsSean McGivern2017-02-241-0/+1
|\
| * Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-0/+2
* | Update documentationRobert Schilling2017-02-242-14/+2
|/
* Merge branch 'api-subscribe-doc' into 'master' Rémy Coutable2017-02-233-3/+3
|\
| * Use POST in the endpoint description for :ressource/unsubscribe [ci skip]api-subscribe-docRobert Schilling2017-02-233-3/+3
* | Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-222-20/+38
|\ \ | |/
| * Merge branch '28458-present-gitlab-version-for-v4-changes-on-docs' into 'mast...Sean McGivern2017-02-221-21/+24
| |\
| | * Add Merge Request link to the v3 to v4 documentation28458-present-gitlab-version-for-v4-changes-on-docsToon Claes2017-02-221-20/+20
| | * Present GitLab version for each V3 to V4 API change on v3_to_v4.mdOswaldo Ferreira2017-02-221-1/+4
| * | Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-221-0/+14
| |\ \ | | |/ | |/|
| | * Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+14