summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Fix api users spec for post request with invalid idDmitriy Zaporozhets2016-10-101-4/+4
* Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-102-26/+28
* Fix API specs behaviour for invalid routingDmitriy Zaporozhets2016-10-102-20/+37
* Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets2016-10-101-2/+2
* Update git over http test to match new routingDmitriy Zaporozhets2016-10-101-3/+2
* Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-0/+30
|\
| * Update API docs and specs for /projects/visibleSean McGivern2016-10-041-2/+21
| * api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+11
* | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-2/+2
* | Merge branch 'rc-use-grape-dsl-to-document-members-api' into 'master' Robert Speicher2016-10-061-4/+12
|\ \
| * | Use Grape DSL to document methods and their paramsrc-use-grape-dsl-to-document-members-apiRémy Coutable2016-10-051-4/+12
* | | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-061-6/+267
|\ \ \
| * | | multi-file commitMarc Siegfriedt2016-10-051-6/+267
* | | | Merge branch 'issue-board-api-support' into 'master' Dmitriy Zaporozhets2016-10-061-0/+192
|\ \ \ \
| * | | | Added Issue Board API supportAndre Guedes2016-10-051-0/+192
| |/ / /
* | | | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-062-7/+34
|\ \ \ \
| * \ \ \ Merge branch '22435-no-api-state-change-via-rails-session' into 'security' Douwe Maan2016-09-281-6/+33
| |\ \ \ \
| | * | | | API: disable rails session auth for non-GET/HEAD requestsNick Thomas2016-09-231-6/+33
| * | | | | Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-271-1/+1
| |/ / / /
* | | | | Merge branch 'fix_group_links_404' into 'master' Fatih Acet2016-10-051-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix group links 404barthc2016-10-051-0/+10
| | |/ / | |/| |
* | | | Merge branch 'update-runner-information' into 'master' Rémy Coutable2016-10-051-16/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Add some tests for updating ci runner informationupdate-runner-informationGrzegorz Bizon2016-10-031-16/+27
| | |/ | |/|
* | | Invert method's namingRémy Coutable2016-10-031-1/+1
* | | Improve Members::DestroyServiceRémy Coutable2016-10-031-2/+12
|/ /
* | Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher2016-10-021-2/+2
|\ \
| * | Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-2/+2
* | | Merge branch 'rc-new-members-request-access-service' into 'master' Robert Speicher2016-10-021-2/+16
|\ \ \
| * | | New Members::RequestAccessServiceRémy Coutable2016-09-221-2/+16
* | | | Merge branch 'koding-setting-api' into 'master' Robert Speicher2016-09-301-10/+26
|\ \ \ \
| * | | | Expose the Koding application settings in the APIkoding-setting-apiDJ Mountney2016-09-291-10/+26
* | | | | Allowing ">" to be used for Milestone models's title and storing the value in...Makoto Scott-Hinkle2016-09-291-0/+8
|/ / / /
* | | | Merge branch 'issue_22382' into 'master' Rémy Coutable2016-09-291-3/+6
|\ \ \ \
| * | | | Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-3/+6
| | |_|/ | |/| |
* | | | Merge branch '22367-add-pipeline-id-build' into 'master' Rémy Coutable2016-09-291-0/+27
|\ \ \ \
| * | | | expose pipeline data in builds APIGuilherme Salazar2016-09-281-0/+27
* | | | | Merge branch 'lfs-ssh-authorization-fix' into 'master' Douwe Maan2016-09-282-3/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-282-4/+4
| * | | | Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano2016-09-271-0/+27
| | |_|/ | |/| |
* | | | Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad2016-09-281-324/+333
|/ / /
* | | Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-2/+2
* | | Add extra check for api users specDmitriy Zaporozhets2016-09-271-0/+1
* | | Improvements to user organization field feature after code reviewDmitriy Zaporozhets2016-09-271-0/+1
* | | Add User#organization to users apiDmitriy Zaporozhets2016-09-271-0/+7
|/ /
* | API: Return 404 when trying to fork to unaccessible namespaceRémy Coutable2016-09-221-2/+2
|/
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-1/+53
|\
| * Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-2/+2
| * API support for Award Emoji on SnippetsZ.J. van de Weg2016-09-191-5/+50
| * Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-191-0/+7
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-09-2112-63/+587
|\ \