summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-272-0/+29
* Add specs. Adjust filter.Josh Frye2016-01-191-0/+23
* Merge branch 'ci/build_dependencies' into 'master' Douwe Maan2016-01-151-0/+12
|\
| * Change dependencies.builds to depends_on_buildsKamil Trzcinski2016-01-151-2/+2
| * Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-0/+12
* | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-144-1/+227
|\ \ | |/
| * 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-143-5/+246
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'ci/view-build-artifacts' into 'master' Grzegorz Bizon2016-01-141-0/+46
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-6/+5
| | | * | | | | Update build artifacts APIGrzegorz Bizon2016-01-141-13/+35
| | | * | | | | Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-141-0/+25
| * | | | | | | 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
| * | | | | | Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-0/+51
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '8-4-stable' into ci/api-triggersTomasz Maczukin2016-01-142-0/+44
|\ \ \ \ \ \ | |/ / / / /