Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fields | Robert Schilling | 2017-02-22 | 2 | -20/+38 |
|\ | | | | | | | # Conflicts: # doc/api/v3_to_v4.md | ||||
| * | Merge branch '28458-present-gitlab-version-for-v4-changes-on-docs' into ↵ | Sean McGivern | 2017-02-22 | 1 | -21/+24 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Present GitLab version for each V3 to V4 API change on v3_to_v4.md Closes #28458 See merge request !9425 | ||||
| | * | Add Merge Request link to the v3 to v4 documentation28458-present-gitlab-version-for-v4-changes-on-docs | Toon Claes | 2017-02-22 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | Similar to changelog, mention the Merge Request id & link for each change. | ||||
| | * | Present GitLab version for each V3 to V4 API change on v3_to_v4.md | Oswaldo Ferreira | 2017-02-22 | 1 | -1/+4 |
| | | | |||||
| * | | Merge branch '27032-add-a-house-keeping-api-call' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -0/+14 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421 | ||||
| | * | Add housekeeping endpoint for Projects API | Mark Fletcher | 2017-02-22 | 1 | -0/+14 |
| | | | |||||
* | | | Remove deprecated `upvotes` and `downvotes` from the notes API | Robert Schilling | 2017-02-22 | 4 | -20/+4 |
|/ / | |||||
* | | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' | Rémy Coutable | 2017-02-22 | 4 | -16/+22 |
|\ \ | | | | | | | | | | | | | | | | | | | 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-branch | Oswaldo Ferreira | 2017-02-21 | 4 | -16/+22 |
| | | | |||||
* | | | Merge branch 'api-subscription-restful' into 'master' | Sean McGivern | 2017-02-22 | 4 | -13/+14 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | API: Make subscription API more RESTfuL Closes #28327 See merge request !9325 | ||||
| * | | Update documentationapi-subscription-restful | Robert Schilling | 2017-02-22 | 4 | -14/+14 |
| | | | |||||
| * | | API: Make subscription API more RESTfuL | Robert Schilling | 2017-02-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' | Filipa Lacerda | 2017-02-21 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Rename retry failed button on pipeline page to just retry See merge request !9369 | ||||
| * | | fixed specs + docs | dimitrieh | 2017-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | API: Use POST requests to mark todos as done | Robert Schilling | 2017-02-21 | 2 | -11/+6 |
| |/ |/| | |||||
* | | Merge branch '26315-unify-labels-filter-behavior' into 'master' | Rémy Coutable | 2017-02-20 | 2 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+4 |
| | | | |||||
* | | | Merge branch 'api-star-restful' into 'master' | Rémy Coutable | 2017-02-20 | 2 | -3/+4 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | 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 | 2 | -3/+4 |
| | | | |||||
* | | | Merge branch 'fix-grammar' into 'master' | Robert Speicher | 2017-02-20 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix some grammar in the API docs See merge request !9379 | ||||
| * | | | Fix some grammar in the API docs | Robert Schilling | 2017-02-20 | 2 | -3/+3 |
| |/ / | |||||
* | | | API: Use POST to (un)block a userapi-post-block | Robert Schilling | 2017-02-20 | 2 | -4/+5 |
|/ / | |||||
* | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disable | Robert Schilling | 2017-02-20 | 2 | -33/+7 |
|/ | |||||
* | Merge branch 'paginate-all-the-things' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Paginate all the things Closes #8099 See merge request !8606 | ||||
| * | Backport API to v3paginate-all-the-things | Robert Schilling | 2017-02-17 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '22018-api-milestone-merge-requests' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -0/+13 |
|\ \ | | | | | | | | | | | | | | | | | | | 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/+13 |
| |/ | |||||
* | | Remove all instances of theme_id; require downtime | Annabel Dunstone Gray | 2017-02-15 | 3 | -7/+0 |
|/ | |||||
* | Merge branch 'add-missing-api-entities' into 'master' | Rémy Coutable | 2017-02-15 | 2 | -3/+25 |
|\ | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138 | ||||
| * | entities: use the RepoCommit entity for branch commits | Ben Boeckel | 2017-02-14 | 2 | -3/+25 |
| | | | | | | | | Fixes #23895. | ||||
* | | Merge branch 'dz-nested-groups-improvements-3' into 'master' | Dmitriy Zaporozhets | 2017-02-15 | 2 | -9/+23 |
|\ \ | | | | | | | | | | | | | Nested groups improvements pt 3 See merge request !9227 | ||||
| * \ | Merge branch 'master' into 'dz-nested-groups-improvements-3' | Dmitriy Zaporozhets | 2017-02-14 | 3 | -189/+8 |
| |\ \ | | | | | | | | | | | | | # Conflicts: # doc/api/projects.md | ||||
| * | | | Use Namespace#full_path instead of Namespace#path | Dmitriy Zaporozhets | 2017-02-14 | 1 | -9/+18 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Expose Namespace#full_path in namespaces API | Dmitriy Zaporozhets | 2017-02-14 | 1 | -1/+8 |
| | |/ | |/| | | | | | | | 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 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | 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 | 1 | -0/+2 |
| |/ | |||||
* | | API: Consolidate /projects endpoint | Toon Claes | 2017-02-14 | 3 | -185/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+2 |
|/ | |||||
* | Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removal | Oswaldo Ferreira | 2017-02-13 | 1 | -0/+10 |
| | |||||
* | Merge branch '20732_member_exists_409' into 'master' | Sean McGivern | 2017-02-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '1051-api-create-users-without-password' into 'master' | Rémy Coutable | 2017-02-10 | 1 | -2/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | 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/+3 |
| | | | |||||
* | | | Merge branch 'jej-update-mr-state-event-docs' into 'master' | Sean McGivern | 2017-02-10 | 1 | -4/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update MergeRequest API state_event option documentation Closes #25566 See merge request !8077 | ||||
| * | | | Update MergeRequest API state_event option documentationjej-update-mr-state-event-docs | James Edwards-Jones | 2017-02-09 | 1 | -4/+5 |
| | |/ | |/| | |||||
* | | | Merge branch 'patch-9' into 'master' | Rémy Coutable | 2017-02-09 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | oauth2.md: should use the provider's URL which is gitlab.example.com See merge request !8173 | ||||
| * | | | oauth2.md: should use the provider's URL which is gitlab.example.com | Mehdy Khoshnoody | 2016-12-19 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge branch 'fixes/namespace-api-documentation' into 'master' | Rémy Coutable | 2017-02-09 | 2 | -81/+14 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Update API docs for new namespace format Closes #27730 See merge request !9073 | ||||
| * | | | Update API docs for new namespace format | Markus Koller | 2017-02-08 | 2 | -81/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730 | ||||
* | | | | Merge branch 'dz-nested-groups-api' into 'master' | Dmitriy Zaporozhets | 2017-02-09 | 1 | -3/+7 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Nested groups API See merge request !9034 |