summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'api-version' into 'master' Robert Speicher2016-10-121-0/+27
|\
| * API: Version informationapi-versionRobert Schilling2016-10-121-0/+27
* | Merge branch '17541-move-licenses-api-endpoint-to-templates-licenses' into 'm...Rémy Coutable2016-10-122-164/+176
|\ \ | |/ |/|
| * Create a new /templates API namespaceThomas Balthazar2016-10-122-164/+176
* | Merge branch 'user-events-api' into 'master' Robert Speicher2016-10-121-0/+54
|\ \
| * | Make spec deterministicuser-events-apiRémy Coutable2016-10-111-11/+9
| * | Addresses Robert's feedbackRémy Coutable2016-10-111-2/+3
| * | API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+55
* | | Merge branch 'speed-up-api-projects-spec' into 'master' Robert Speicher2016-10-121-13/+15
|\ \ \
| * | | Speed up specs for GET /projects/:id/eventsspeed-up-api-projects-specRémy Coutable2016-10-101-13/+15
| |/ /
* | | Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-123-9/+15
|\ \ \ | |_|/ |/| |
| * | refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-113-9/+15
| |/
* | Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+14
* | 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
|\ \ \ \ \ | |/ / / / |/| | | |