summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-221-0/+13
|\ | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-221-0/+13
| |\ | | | | | | | | | | | | | | | | | | Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421
| | * Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+13
| | |
* | | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-226-5/+206
|/ /
* | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable2017-02-226-11/+355
|\ \ | | | | | | | | | | | | | | | | | | Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936
| * | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-216-11/+355
| | |
* | | Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-223-2/+56
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Make subscription API more RESTfuL Closes #28327 See merge request !9325
| * | | API: Make subscription API more RESTfuLRobert Schilling2017-02-213-2/+56
| | | |
* | | | Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern2017-02-226-8/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spam check and reCAPTCHA improvements Closes #28093 See merge request !9248
| * | | | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-216-8/+35
| | |_|/ | |/| |
* | | | No more and/orDouwe Maan2017-02-211-1/+1
| |_|/ |/| |
* | | Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda2017-02-211-2/+2
|\ \ \ | |_|/ |/| | | | | | | | Rename retry failed button on pipeline page to just retry See merge request !9369
| * | fixed specs + docsdimitrieh2017-02-201-2/+2
| | |
* | | Backport Todos API to V3api-todos-restfulRobert Schilling2017-02-212-0/+29
| | |
* | | API: Use POST requests to mark todos as doneRobert Schilling2017-02-211-2/+4
| |/ |/|
* | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-201-11/+3
|\ \ | | | | | | | | | | | | | | | | | | Unify issues search behavior by always filtering when ALL labels matches Closes #26315 See merge request !8849
| * | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-11/+3
| | |
* | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-201-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` Closes #28328 See merge request !9328
| * | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-1/+1
| | |
* | | Merge branch 'fix-grammar' into 'master' Robert Speicher2017-02-201-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix some grammar in the API docs See merge request !9379
| * | | Fix some grammar in the API docsRobert Schilling2017-02-201-2/+2
| | | |
* | | | Merge branch 'api-post-block' into 'master' Sean McGivern2017-02-202-2/+34
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | API: Use POST to (un)block a user Closes #14596 See merge request !9371
| * | | API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-202-2/+34
| |/ /
* | | Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-202-21/+2
|/ /
* | 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 :iid param to the IssuableFinder Closes #26379 See merge request !9222
| * 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
|\ \ | |/ |/| | | | | | | | | Paginate all the things Closes #8099 See merge request !8606
| * 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
|\ \ | | | | | | | | | | | | | | | | | | Prefer service object over after_save hook Closes #26921 See merge request !8664
| * \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-1521-311/+772
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (488 commits) Remove duplicate CHANGELOG.md entries for 8.16.5 Update CHANGELOG.md for 8.14.9 Update CHANGELOG.md for 8.15.6 #27631: Add missing top-area div to activity header page Update CHANGELOG.md for 8.16.5 Update CHANGELOG.md for 8.16.5 Update CHANGELOG.md for 8.16.5 Fix yarn lock and package.json mismatch caused by MR 9133 sync yarn.lock with recent changes to package.json Add changelog Fix z index bugs Add Links to Branches in Calendar Activity SidekiqStatus need to be qualified in some cases Replace static fixture for behaviors/requires_input_spec.js (!9162) API: Consolidate /projects endpoint Add MySQL info in install requirements Fix timezone on issue boards due date Use Gitlab::Database.with_connection_pool from !9192 Disconnect the pool after done Use threads directly, introduce pool later: ...
| * | | Use UpdateRunnerService to update runner in API:Lin Jen-Shin2017-02-081-1/+2
| | | | | | | | | | | | | | | | | | | | TODO: Add tests to make sure controllers and API would tick the queue.
* | | | Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable2017-02-171-0/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+22
| | |_|/ | |/| |
* | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-171-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199
| * | | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-1/+1
| | | |
* | | | Merge branch ↵Rémy Coutable2017-02-161-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '27873-when-a-commit-appears-in-several-projects-commit-comments-are-shared-across-projects' into 'master' Ensure only commit comments relevant to target project are returned Closes #27873 See merge request !9264
| * | | 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` namespace See merge request !9231
| * | | | Move tag services to `Tags` namespacedixpac2017-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
* | | | | Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-151-17/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * | | | | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-141-17/+18
| | |/ / / | |/| | | | | | | | | | | | | Fixes #23895.
* | | | | Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets2017-02-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Nested groups improvements pt 3 See merge request !9227
| * \ \ \ \ Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-143-56/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | # Conflicts: # doc/api/projects.md
| * | | | | Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | 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 API Closes #27807 See merge request !9214
| * | | | Make it possible to pass coverage value to commit status APIwendy04022017-02-142-2/+4
| |/ / /
* | | | API: Consolidate /projects endpointToon Claes2017-02-143-55/+15
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-131-1/+1
|/ /