summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* 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 '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable2017-02-224-16/+22
|\
| * Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-214-16/+22
* | Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-224-13/+14
|\ \ | |/ |/|
| * Update documentationapi-subscription-restfulRobert Schilling2017-02-224-14/+14
| * API: Make subscription API more RESTfuLRobert Schilling2017-02-211-0/+1
* | Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda2017-02-211-1/+1
|\ \ | |/ |/|
| * fixed specs + docsdimitrieh2017-02-201-1/+1
* | API: Use POST requests to mark todos as doneRobert Schilling2017-02-212-11/+6
* | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-202-2/+4
|\ \
| * | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-202-2/+4
* | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-202-3/+4
|\ \ \ | |/ / |/| |
| * | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-202-3/+4
* | | Merge branch 'fix-grammar' into 'master' Robert Speicher2017-02-202-3/+3
|\ \ \
| * | | Fix some grammar in the API docsRobert Schilling2017-02-202-3/+3
| |/ /
* | | API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-202-4/+5
|/ /
* | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-202-33/+7
|/
* Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-171-0/+1
|\
| * Backport API to v3paginate-all-the-thingsRobert Schilling2017-02-171-0/+1
* | Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable2017-02-171-0/+13
|\ \
| * | Add API endpoint to get all milestone merge requestsJoren De Groof2017-02-171-0/+13
| |/
* | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-153-7/+0
|/
* Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-152-3/+25
|\
| * entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-142-3/+25
* | Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets2017-02-152-9/+23
|\ \
| * \ Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-143-189/+8
| |\ \
| * | | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-9/+18
| * | | Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+8
| | |/ | |/|
* | | Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable2017-02-151-0/+2
|\ \ \ | |_|/ |/| |
| * | Make it possible to pass coverage value to commit status APIwendy04022017-02-141-0/+2
| |/
* | API: Consolidate /projects endpointToon Claes2017-02-143-185/+5
* | Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-132-1/+2
|/
* Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removalOswaldo Ferreira2017-02-131-0/+10
* Merge branch '20732_member_exists_409' into 'master'Sean McGivern2017-02-131-0/+1
|\
| * Add member: Always return 409 when a member existsJarka Kadlecova2017-02-101-0/+1
* | Merge branch '1051-api-create-users-without-password' into 'master' Rémy Coutable2017-02-101-2/+3
|\ \
| * | Optionally make users created via the API set their passwordJoost Rijneveld2017-02-091-2/+3
* | | Merge branch 'jej-update-mr-state-event-docs' into 'master'Sean McGivern2017-02-101-4/+5
|\ \ \
| * | | Update MergeRequest API state_event option documentationjej-update-mr-state-event-docsJames Edwards-Jones2017-02-091-4/+5
| | |/ | |/|
* | | Merge branch 'patch-9' into 'master' Rémy Coutable2017-02-091-3/+3
|\ \ \
| * | | oauth2.md: should use the provider's URL which is gitlab.example.comMehdy Khoshnoody2016-12-191-3/+3
* | | | Merge branch 'fixes/namespace-api-documentation' into 'master'Rémy Coutable2017-02-092-81/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Update API docs for new namespace formatMarkus Koller2017-02-082-81/+14
* | | | Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets2017-02-091-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-3/+7
* | | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-3/+0
|\ \ \ \
| * | | | API: remove `public` param for projectsToon Claes2017-02-071-3/+0
* | | | | Merge branch 'fix-api-delete-file-example' into 'master'Rémy Coutable2017-02-081-1/+1
|\ \ \ \ \
| * | | | | Fix the curl command for deleting files (DELETE instead of PUT)Bruno Melli2016-12-211-1/+1