summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | 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
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'api-project-upload' into 'master' Robert Speicher2016-01-081-0/+14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add API project upload endpointDouwe Maan2016-01-071-0/+14
| | | |_|/ | | |/| |
| * | | | Delete tag via APIapi-delete-tagRobert Schilling2016-01-081-0/+21
| |/ / /
| * | | Fix API project lookups when querying with a namespace with dotsStan Hu2016-01-031-0/+9
| |/ /
* | | Add some fixes after reviewTomasz Maczukin2016-01-131-6/+6
* | | Change 'trigger_id' to 'token' as resource ID in triggers APITomasz Maczukin2016-01-071-28/+14
* | | Get show details feature to triggers APITomasz Maczukin2016-01-051-5/+51
* | | Add create feature to triggers APITomasz Maczukin2016-01-051-0/+29
* | | Add delete feature to triggers APITomasz Maczukin2016-01-051-0/+33
* | | Add triggers feature to APITomasz Maczukin2016-01-041-4/+41
|/ /
* | Add API support for looking up a user by usernameStan Hu2015-12-241-0/+7
|/
* Merge branch 'branch-invalid-name' into 'master' Douwe Maan2015-12-241-1/+1
|\
| * Fix specDouglas Barbosa Alexandre2015-12-181-1/+1
* | Add project permissions to all project API endpointsStan Hu2015-12-221-0/+13
|/