Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Expand)Author
2017-02-23Merge branch 'api-notes-entity-fields' into 'master' Sean McGivern
2017-02-23Rebase to master for avoiding failing testsGeorge Andrinopoulos
2017-02-22Merge branch 'master' into 'api-notes-entity-fields'Robert Schilling
2017-02-22Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable
2017-02-22Add housekeeping endpoint for Projects APIMark Fletcher
2017-02-22Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling
2017-02-22Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable
2017-02-22Merge branch 'api-subscription-restful' into 'master' Sean McGivern
2017-02-22Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern
2017-02-22No more and/orDouwe Maan
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-21Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda
2017-02-21API: Make subscription API more RESTfuLRobert Schilling
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-21Backport Todos API to V3Robert Schilling
2017-02-21API: Use POST requests to mark todos as doneRobert Schilling
2017-02-20Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable
2017-02-20Merge branch 'api-star-restful' into 'master'Rémy Coutable
2017-02-20Unify issues search behavior by always filtering when ALL labels matchesOswaldo Ferreira
2017-02-20Merge branch 'fix-grammar' into 'master' Robert Speicher
2017-02-20fixed specs + docsdimitrieh
2017-02-20Merge branch 'api-post-block' into 'master' Sean McGivern
2017-02-20Fix some grammar in the API docsRobert Schilling
2017-02-20API: Use POST to (un)block a userRobert Schilling
2017-02-20API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`Robert Schilling
2017-02-20Use grape validation for datesRobert Schilling
2017-02-20API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`Robert Schilling
2017-02-17Merge branch '26379-iid-param' into 'master'Rémy Coutable
2017-02-17add a :iids param to IssuableFindermhasbini
2017-02-17Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable
2017-02-17Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński
2017-02-17Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable
2017-02-17Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern
2017-02-17Add API endpoint to get all milestone merge requestsJoren De Groof
2017-02-17Backport API to v3Robert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-16Merge branch '27873-when-a-commit-appears-in-several-projects-commit-comments...Rémy Coutable
2017-02-15Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray
2017-02-15Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable
2017-02-15Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable
2017-02-15Ensure only commit comments relevant to target project are returnedMark Fletcher
2017-02-15Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets
2017-02-15Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable
2017-02-15Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin
2017-02-14Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets
2017-02-14entities: use the RepoCommit entity for branch commitsBen Boeckel
2017-02-14Move tag services to `Tags` namespacedixpac
2017-02-14API: Consolidate /projects endpointToon Claes
2017-02-14Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets
2017-02-14Make it possible to pass coverage value to commit status APIwendy0402