summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-202-3/+4
|
* 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
|\ | | | | | | | | | | | | Paginate all the things Closes #8099 See merge request !8606
| * 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 requests Closes #22018 See merge request !9298
| * | 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
|\ | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-142-3/+25
| | | | | | | | Fixes #23895.
* | Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets2017-02-152-9/+23
|\ \ | | | | | | | | | | | | Nested groups improvements pt 3 See merge request !9227
| * \ Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-143-189/+8
| |\ \ | | | | | | | | | | | | # Conflicts: # doc/api/projects.md
| * | | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-9/+18
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+8
| | |/ | |/| | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | 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 API Closes #27807 See merge request !9214
| * | Make it possible to pass coverage value to commit status APIwendy04022017-02-141-0/+2
| |/
* | API: Consolidate /projects endpointToon Claes2017-02-143-185/+5
| | | | | | | | | | | | | | | | | | | | | | It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
* | 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 exists Closes #20732 See merge request !9093
| * 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 password Closes #1051 See merge request !8957
| * | 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 documentation Closes #25566 See merge request !8077
| * | | 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.com See merge request !8173
| * | | 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 format Closes #27730 See merge request !9073
| * | | Update API docs for new namespace formatMarkus Koller2017-02-082-81/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
* | | | Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets2017-02-091-3/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Nested groups API See merge request !9034
| * | | Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: remove `public` param for projects Closes #23104 See merge request !8736
| * | | | API: remove `public` param for projectsToon Claes2017-02-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
* | | | | 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) See merge request !8245
| * | | | | Fix the curl command for deleting files (DELETE instead of PUT)Bruno Melli2016-12-211-1/+1
| | | | | |
* | | | | | Remove /projects/:id/keys/.. endpointsRobert Schilling2017-02-071-0/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'api-remove-snippets-expires-at' into 'master'Sean McGivern2017-02-072-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated 'expires_at' from project snippets API Closes #14156 See merge request !8723
| * | | | | Remove deprecated 'expires_at' from project snippets APIRobert Schilling2017-02-072-2/+1
| | | | | |
* | | | | | Merge branch '27643-api-sample-fix-for-file-ops' into 'master' Rémy Coutable2017-02-061-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename example from file_name to file_path Closes #27643 See merge request !8959
| * | | | | Rename example from file_name to file_path Rick Gudmundson2017-02-031-3/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Applied in example response for create, update, and delete operations Fixes #27643
* | | | | Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-063-3/+4
| |_|/ / |/| | |
* | | | Merge branch 'terminal-max-session-time' into 'master' Kamil Trzciński2017-02-061-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce maximum session time for terminal websocket connection Closes #26263 See merge request !8413
| * | | | Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Store the value in application settings. Expose the value to Workhorse.
* | | | | Merge branch '22007-unify-projects-search' into 'master' Rémy Coutable2017-02-062-0/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Unify projects search by removing /projects/:search endpoint Closes #22007 See merge request !8877
| * | | | Update V3 to V4 docsOswaldo Ferreira2017-02-022-0/+11
| | | | |
* | | | | Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
| |/ / / |/| | |
* | | | Merge branch '24606-force-password-reset-on-next-login' into 'master'Sean McGivern2017-02-031-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force new password after password reset via API Closes #24606 See merge request !8933
| * | | | Update api docs and minor changesGeorge Andrinopoulos2017-02-021-0/+1
| | | | |
* | | | | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-1/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-271-1/+1
|/ / /
* | | Update enviroments.md - example CURL requests had a typo in the URLMarc van Gend2017-01-241-2/+2
| | |