summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-1/+1
* API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-19/+3
* Merge branch '26379-iid-param' into 'master'Rémy Coutable2017-02-171-1/+2
|\
| * add a :iids param to IssuableFindermhasbini2017-02-171-1/+2
* | Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-1724-40/+352
|\ \ | |/ |/|
| * Backport API to v3paginate-all-the-thingsRobert Schilling2017-02-179-1/+262
| * Paginate all endpoints that return an arrayRobert Schilling2017-02-1616-40/+91
* | Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński2017-02-171-1/+2
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-1521-311/+772
| |\ \
| * | | Use UpdateRunnerService to update runner in API:Lin Jen-Shin2017-02-081-1/+2
* | | | Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable2017-02-171-0/+22
|\ \ \ \
| * | | | Add API endpoint to get all milestone merge requestsJoren De Groof2017-02-171-0/+22
| | |_|/ | |/| |
* | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-1/+1
* | | | Merge branch '27873-when-a-commit-appears-in-several-projects-commit-comments...Rémy Coutable2017-02-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure only commit comments relevant to target project are returnedMark Fletcher2017-02-151-1/+1
* | | | Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable2017-02-151-2/+2
|\ \ \ \
| * | | | Move tag services to `Tags` namespacedixpac2017-02-141-2/+2
* | | | | Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-151-17/+18
|\ \ \ \ \
| * | | | | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-17/+18
| | |/ / / | |/| | |
* | | | | Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets2017-02-151-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-143-56/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable2017-02-152-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make it possible to pass coverage value to commit status APIwendy04022017-02-142-2/+4
| |/ / /
* | | | API: Consolidate /projects endpointToon Claes2017-02-143-55/+15
| |/ / |/| |
* | | Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-131-1/+1
|/ /
* | Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removalOswaldo Ferreira2017-02-133-56/+162
* | Merge branch '20732_member_exists_409' into 'master'Sean McGivern2017-02-133-10/+138
|\ \
| * | Add member: Always return 409 when a member existsJarka Kadlecova2017-02-103-10/+138
* | | Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-132-4/+2
|\ \ \
| * | | Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-072-4/+2
* | | | Merge branch 'rename_files_delete_service' into 'master' Rémy Coutable2017-02-131-1/+1
|\ \ \ \
| * | | | Rename Files::DeleteService to Files::DestroyServicedixpac2017-02-101-1/+1
* | | | | Merge branch '1051-api-create-users-without-password' into 'master' Rémy Coutable2017-02-101-2/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Optionally make users created via the API set their passwordJoost Rijneveld2017-02-091-2/+14
* | | | | Update MergeRequest API state_event option documentationjej-update-mr-state-event-docsJames Edwards-Jones2017-02-091-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets2017-02-092-0/+2
|\ \ \ \
| * | | | Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-082-0/+2
* | | | | Merge branch 'rename_delete_services' into 'master'Rémy Coutable2017-02-083-3/+3
|\ \ \ \ \
| * | | | | Fix inconsistent naming for services that delete thingsdixpac2017-02-083-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-15/+4
|\ \ \ \ \
| * | | | | API: remove `public` param for projectsToon Claes2017-02-071-15/+4
| | |_|_|/ | |/| | |
* | | | | Remove /projects/:id/keys/.. endpointsRobert Schilling2017-02-073-89/+206
| |_|/ / |/| | |
* | | | Merge branch 'api-remove-snippets-expires-at' into 'master'Sean McGivern2017-02-077-74/+223
|\ \ \ \ | |_|/ / |/| | |
| * | | Split V3 entities into a separate fileapi-remove-snippets-expires-atRobert Schilling2017-02-076-93/+95
| * | | Remove deprecated 'expires_at' from project snippets APIRobert Schilling2017-02-073-3/+150
* | | | Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-061-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-067-20/+469
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-038-10/+10
| |\ \ \