Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport Todos API to V3api-todos-restful | Robert Schilling | 2017-02-21 | 2 | -0/+29 |
| | |||||
* | API: Use POST requests to mark todos as done | Robert Schilling | 2017-02-21 | 1 | -2/+4 |
| | |||||
* | Merge branch '26315-unify-labels-filter-behavior' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -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-behavior | Oswaldo Ferreira | 2017-02-20 | 1 | -11/+3 |
| | | |||||
* | | Merge branch 'api-star-restful' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -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-restful | Robert Schilling | 2017-02-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fix-grammar' into 'master' | Robert Speicher | 2017-02-20 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Fix some grammar in the API docs See merge request !9379 | ||||
| * | | Fix some grammar in the API docs | Robert Schilling | 2017-02-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'api-post-block' into 'master' | Sean McGivern | 2017-02-20 | 2 | -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-block | Robert Schilling | 2017-02-20 | 2 | -2/+34 |
| |/ | |||||
* | | Use grape validation for datesapi-grape-datetime | Robert Schilling | 2017-02-20 | 2 | -21/+2 |
|/ | |||||
* | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disable | Robert Schilling | 2017-02-20 | 1 | -19/+3 |
| | |||||
* | Merge branch '26379-iid-param' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | add a :iid param to the IssuableFinder Closes #26379 See merge request !9222 | ||||
| * | add a :iids param to IssuableFinder | mhasbini | 2017-02-17 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'paginate-all-the-things' into 'master' | Rémy Coutable | 2017-02-17 | 24 | -40/+352 |
|\ \ | |/ |/| | | | | | | | | | Paginate all the things Closes #8099 See merge request !8606 | ||||
| * | Backport API to v3paginate-all-the-things | Robert Schilling | 2017-02-17 | 9 | -1/+262 |
| | | |||||
| * | Paginate all endpoints that return an array | Robert Schilling | 2017-02-16 | 16 | -40/+91 |
| | | |||||
* | | Merge branch 'use-update-runner-service' into 'master' | Kamil Trzciński | 2017-02-17 | 1 | -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-service | Lin Jen-Shin | 2017-02-15 | 21 | -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-Shin | 2017-02-08 | 1 | -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 Coutable | 2017-02-17 | 1 | -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 requests | Joren De Groof | 2017-02-17 | 1 | -0/+22 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch '26200-convert-sidebar-to-dropdown' into 'master' | Sean McGivern | 2017-02-17 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Resolve "Update global sidebar to dropdown" Closes #26200 See merge request !9199 | ||||
| * | | | Remove all instances of theme_id; require downtime | Annabel Dunstone Gray | 2017-02-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch ↵ | Rémy Coutable | 2017-02-16 | 1 | -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 returned | Mark Fletcher | 2017-02-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'move_tags_service_to_namespace' into 'master' | Rémy Coutable | 2017-02-15 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Move tag services to `Tags` namespace See merge request !9231 | ||||
| * | | | | Move tag services to `Tags` namespace | dixpac | 2017-02-14 | 1 | -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 Coutable | 2017-02-15 | 1 | -17/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138 | ||||
| * | | | | | entities: use the RepoCommit entity for branch commits | Ben Boeckel | 2017-02-14 | 1 | -17/+18 |
| | |/ / / | |/| | | | | | | | | | | | | | Fixes #23895. | ||||
* | | | | | Merge branch 'dz-nested-groups-improvements-3' into 'master' | Dmitriy Zaporozhets | 2017-02-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Nested groups improvements pt 3 See merge request !9227 | ||||
| * \ \ \ \ | Merge branch 'master' into 'dz-nested-groups-improvements-3' | Dmitriy Zaporozhets | 2017-02-14 | 3 | -56/+16 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | # Conflicts: # doc/api/projects.md | ||||
| * | | | | | Expose Namespace#full_path in namespaces API | Dmitriy Zaporozhets | 2017-02-14 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' | Rémy Coutable | 2017-02-15 | 2 | -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 API | wendy0402 | 2017-02-14 | 2 | -2/+4 |
| |/ / / | |||||
* | | | | API: Consolidate /projects endpoint | Toon Claes | 2017-02-14 | 3 | -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-endpoint | Oswaldo Ferreira | 2017-02-13 | 1 | -1/+1 |
|/ / | |||||
* | | Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removal | Oswaldo Ferreira | 2017-02-13 | 3 | -56/+162 |
| | | |||||
* | | Merge branch '20732_member_exists_409' into 'master' | Sean McGivern | 2017-02-13 | 3 | -10/+138 |
|\ \ | | | | | | | | | | | | | | | | | | | Add member: Always return 409 when a member exists Closes #20732 See merge request !9093 | ||||
| * | | Add member: Always return 409 when a member exists | Jarka Kadlecova | 2017-02-10 | 3 | -10/+138 |
| | | | |||||
* | | | Merge branch 'zj-drop-ruby-21-tests' into 'master' | Rémy Coutable | 2017-02-13 | 2 | -4/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Update Rubocop to Ruby 2.3 See merge request !8994 | ||||
| * | | | Update Rubocop to ruby 2.3zj-drop-ruby-21-tests | Z.J. van de Weg | 2017-02-07 | 2 | -4/+2 |
| | | | | |||||
* | | | | Merge branch 'rename_files_delete_service' into 'master' | Rémy Coutable | 2017-02-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Rename Files::DeleteService to Files::DestroyService See merge request !9110 | ||||
| * | | | | Rename Files::DeleteService to Files::DestroyService | dixpac | 2017-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Reason for renaming is to comply with naming convention of services in codebase. | ||||
* | | | | | Merge branch '1051-api-create-users-without-password' into 'master' | Rémy Coutable | 2017-02-10 | 1 | -2/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | 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 password | Joost Rijneveld | 2017-02-09 | 1 | -2/+14 |
| | | | | | |||||
* | | | | | Update MergeRequest API state_event option documentationjej-update-mr-state-event-docs | James Edwards-Jones | 2017-02-09 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'dz-nested-groups-api' into 'master' | Dmitriy Zaporozhets | 2017-02-09 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Nested groups API See merge request !9034 | ||||
| * | | | | Add nested groups to the APIdz-nested-groups-api | Dmitriy Zaporozhets | 2017-02-08 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | Merge branch 'rename_delete_services' into 'master' | Rémy Coutable | 2017-02-08 | 3 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix inconsistent naming for services that delete things See merge request !5803 |