summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma...Douwe Maan2016-02-121-3/+12
|\
| * Add a spec for setting/updating a MR's milestone via the APIskakirill/gitlab-ce-api-merge-request-setup-milestoneRémy Coutable2016-02-091-3/+12
* | Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' in...Rémy Coutable2016-02-111-0/+22
|\ \
| * | Pass current_user to merge_request.closes_issues in API ans streamline MR API...Schniz/gitlab-ce-feature/merge-request-closes-issues-in-apiRémy Coutable2016-02-111-12/+8
| * | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r...Gal Schlezinger2016-02-111-0/+26
| |/
* | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-092-22/+34
|\ \
| * | Fix commit status testsKamil Trzcinski2016-02-061-18/+30
| * | Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-041-3/+34
| |\ \ | | |/
| * | Make the CI permission model simplerKamil Trzcinski2016-02-021-4/+4
* | | Add an API spec for MergeRequest#merge_status and properly document this reso...develop7/add-merge_status-to-merge-request-in-apiRémy Coutable2016-02-081-0/+1
| |/ |/|
* | Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-031-0/+31
|\ \
| * | Fix rubocop offensesDouglas Barbosa Alexandre2016-02-021-5/+9
| * | Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-021-3/+8
| * | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+22
| |/
* | Add a spec for the API pagination Link headerRémy Coutable2016-02-021-3/+3
|/
* Improve consistency and duplication for Merge Request APIimprove-mr-apiDmitriy Zaporozhets2016-01-281-31/+31
* Add specs. Adjust filter.Josh Frye2016-01-191-0/+23
* Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-143-1/+181
|\
| * Merge branch 'ci/api-builds' into 'master' Douwe Maan2016-01-141-0/+172
| |\
| | * Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-143-5/+252
| | |\
| | * | Add seperated 'describe' block for build trace specsTomasz Maczukin2016-01-131-7/+13
| | * | Change :ci_build_canceled factory to :canceled traitTomasz Maczukin2016-01-131-1/+1
| | * | Add some fixes after reviewTomasz Maczukin2016-01-131-0/+6
| | * | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-112-0/+35
| | |\ \
| | * | | Change commit builds URL in builds APITomasz Maczukin2016-01-111-3/+3
| | * | | Add some modifications to builds API and specsTomasz Maczukin2016-01-081-4/+4
| | * | | Change test access level from MASTER to DEVELOPERTomasz Maczukin2016-01-081-1/+1
| | * | | Modify entities for builds APITomasz Maczukin2016-01-081-1/+0
| | * | | Modify builds scope filtering in builds APITomasz Maczukin2016-01-081-1/+14
| | * | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-051-0/+9
| | |\ \ \
| | * \ \ \ Merge branch 'master' into ci/api-buildsTomasz Maczukin2015-12-301-0/+7
| | |\ \ \ \
| | * | | | | Add cancel/retry features to builds APITomasz Maczukin2015-12-301-1/+61
| | * | | | | Add specs for build details/traces features in builds APITomasz Maczukin2015-12-301-2/+38
| | * | | | | Add specs for build listings in APITomasz Maczukin2015-12-291-0/+52
| * | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into add-pag...Rémy Coutable2016-01-142-5/+200
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-apiRémy Coutable2016-01-142-1/+9
* | | | | | | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-141-0/+182
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'master' into ci/api-variablesDouwe Maan2016-01-142-5/+70
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '8-4-stable' into ci/api-variablesTomasz Maczukin2016-01-132-0/+44
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Modify :ci_variable factoryTomasz Maczukin2016-01-131-2/+2
| * | | | | | | Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-27/+15
| * | | | | | | Add create feature to variables APITomasz Maczukin2015-12-311-0/+38
| * | | | | | | Add missing 'not_found' checks in variables APITomasz Maczukin2015-12-311-0/+18
| * | | | | | | Add delete feature to variables APITomasz Maczukin2015-12-311-1/+28
| * | | | | | | Add update feature for variables APITomasz Maczukin2015-12-311-8/+44
| * | | | | | | Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+75
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-142-5/+70
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-141-5/+18
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto2016-01-081-5/+18
| * | | | | | Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-5/+6