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 (Collapse)Author
2017-02-23Merge branch 'api-notes-entity-fields' into 'master' Sean McGivern
Remove deprecated `upvotes` and `downvotes` from the notes API Closes #28441 See merge request !9384
2017-02-23Rebase to master for avoiding failing testsGeorge Andrinopoulos
2017-02-22Merge branch 'master' into 'api-notes-entity-fields'Robert Schilling
# Conflicts: # doc/api/v3_to_v4.md
2017-02-22Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable
Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421
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
Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936
2017-02-22Merge branch 'api-subscription-restful' into 'master' Sean McGivern
API: Make subscription API more RESTfuL Closes #28327 See merge request !9325
2017-02-22Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern
Spam check and reCAPTCHA improvements Closes #28093 See merge request !9248
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
Rename retry failed button on pipeline page to just retry See merge request !9369
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
Unify issues search behavior by always filtering when ALL labels matches Closes #26315 See merge request !8849
2017-02-20Merge branch 'api-star-restful' into 'master'Rémy Coutable
API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` Closes #28328 See merge request !9328
2017-02-20Unify issues search behavior by always filtering when ALL labels matchesOswaldo Ferreira
2017-02-20Merge branch 'fix-grammar' into 'master' Robert Speicher
Fix some grammar in the API docs See merge request !9379
2017-02-20fixed specs + docsdimitrieh
2017-02-20Merge branch 'api-post-block' into 'master' Sean McGivern
API: Use POST to (un)block a user Closes #14596 See merge request !9371
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
add a :iid param to the IssuableFinder Closes #26379 See merge request !9222
2017-02-17add a :iids param to IssuableFindermhasbini
2017-02-17Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable
Paginate all the things Closes #8099 See merge request !8606
2017-02-17Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński
Prefer service object over after_save hook Closes #26921 See merge request !8664
2017-02-17Merge branch '22018-api-milestone-merge-requests' into 'master' Rémy Coutable
Add API endpoint to get all milestone merge requests Closes #22018 See merge request !9298
2017-02-17Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern
Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199
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 ↵Rémy Coutable
'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
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
Move tag services to `Tags` namespace See merge request !9231
2017-02-15Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable
Add missing api entities Closes #23895 See merge request !7138
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
Nested groups improvements pt 3 See merge request !9227
2017-02-15Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable
Make it possible to pass coverage value to commit status API Closes #27807 See merge request !9214
2017-02-15Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin
* 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: ...
2017-02-14Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets
# Conflicts: # doc/api/projects.md
2017-02-14entities: use the RepoCommit entity for branch commitsBen Boeckel
Fixes #23895.
2017-02-14Move tag services to `Tags` namespacedixpac
CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
2017-02-14API: Consolidate /projects endpointToon Claes
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
2017-02-14Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-14Make it possible to pass coverage value to commit status APIwendy0402