summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-1/+3
* Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-5/+13
* Merge branch 'issue_22269' into 'master' Kamil Trzciński2016-12-161-2/+36
|\
| * Mattermost Notifications ServiceFelipe Artur2016-12-151-2/+36
* | Merge branch '22864-add-clean-environment-name' into 'master' Kamil Trzciński2016-12-151-2/+6
|\ \
| * | Add an environment slugNick Thomas2016-12-151-2/+6
| |/
* | Remove duplicated parameter description [ci skip]fix-api-docsRobert Schilling2016-12-151-1/+0
|/
* Merge branch 'api-cherry-pick' into 'master' Rémy Coutable2016-12-131-0/+39
|\
| * API: Ability to cherry-pick a commitRobert Schilling2016-12-131-0/+39
* | API: Ability to get group's project in simple representationapi-simple-group-projectRobert Schilling2016-12-131-6/+11
* | Merge branch 'grapify-service-api' into 'master' Rémy Coutable2016-12-121-2/+110
|\ \ | |/ |/|
| * Grapify the service APIgrapify-service-apiRobert Schilling2016-12-121-6/+16
| * Grapify the service APIRobert Schilling2016-12-091-2/+100
* | Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-0/+232
|\ \
| * | API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+232
* | | Fix typo in curl example requestGeorg Hartmann2016-12-111-1/+1
* | | Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable2016-12-091-23/+26
|\ \ \
| * | | API: Ability to remove source branchapi-remove-source-branchRobert Schilling2016-12-041-23/+26
* | | | Merge branch 'public-tags-api' into 'master' 19703-direct-link-pipelines-into-buildsDouwe Maan2016-12-081-2/+5
|\ \ \ \
| * | | | Allow public access to some Tag API endpointspublic-tags-apiRémy Coutable2016-12-071-2/+5
| | |/ / | |/| |
* | | | Merge branch '24537-reenable-private-token-with-sudo' into 'master' Douwe Maan2016-12-081-1/+50
|\ \ \ \
| * | | | adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-1/+50
* | | | | Merge branch '24565-fix-api-example-typos' into 'master' Rémy Coutable2016-12-072-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typos in API doc examplesRyan O'Boyle2016-11-162-9/+9
* | | | | Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-061-1/+2
|\ \ \ \ \
| * | | | | Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'document-public-project-api' into 'master' Douwe Maan2016-12-061-4/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document the public Project API and document `GET /projects/:id/users`document-public-project-apiRémy Coutable2016-12-021-4/+44
| | |/ / | |/| |
* | | | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-3015-164/+56
| |\ \ \
| * \ \ \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-257-33/+103
| |\ \ \ \
| * | | | | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-1/+1
* | | | | | API: Expose committer details for a commitapi-expose-commiter-detailsRobert Schilling2016-12-011-0/+8
| |_|_|/ / |/| | | |
* | | | | Merge branch 'api-branch-status' into 'master' Rémy Coutable2016-11-301-0/+5
|\ \ \ \ \
| * | | | | API: Expose branch statusapi-branch-statusRobert Schilling2016-11-301-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'grapify-files-api' into 'master' Rémy Coutable2016-11-301-2/+2
|\ \ \ \ \
| * | | | | Grapify the files APIgrapify-files-apiRobert Schilling2016-11-301-2/+2
| |/ / / /
* | | | | Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-0/+1
|/ / / /
* | | | Merge branch 'zj-expose-coverage-pipelines' into 'master' Rémy Coutable2016-11-251-6/+12
|\ \ \ \
| * | | | Add docs for pipeline coverageZ.J. van de Weg2016-11-251-6/+12
* | | | | Merge branch 'issue-24534' into 'master' Rémy Coutable2016-11-2514-158/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz2016-11-2414-158/+44
| |/ / /
* | | | Merge branch 'rephrase-system-notes' into 'master' Robert Speicher2016-11-251-1/+1
|\ \ \ \
| * | | | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
* | | | | You can only assign default_branch when editing a project or when creating a ...Robert Schilling2016-11-241-1/+1
* | | | | Add default_branch attr to Project API payload in docs.update-project-api-docRuben Davila2016-11-231-0/+2
* | | | | Merge branch 'api-delete-group-share' into 'master' Rémy Coutable2016-11-231-0/+19
|\ \ \ \ \
| * | | | | API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+19
| | |/ / / | |/| | |
* | | | | Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+3
| |/ / / |/| | |
* | | | Add changes to JIRA api docsAchilleas Pipinellis2016-11-221-9/+7