summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'post-merge-improve-of-ci-permissions' into 'master' Rémy Coutable2016-09-211-3/+3
| |\ \
| | * | Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
| * | | Merge branch 'add_optional_author_for_commits' into 'master' Rémy Coutable2016-09-201-0/+75
| |\ \ \ | | |/ / | |/| |
| | * | Add optional 'author' param when making commitsDan Dunckel2016-09-191-0/+75
| | |/
| * | Merge branch 'lfs-support-for-ssh-enabled' into 'master' Douwe Maan2016-09-202-0/+62
| |\ \
| | * | Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-192-0/+62
| * | | Merge branch '22065-group-members-api-returning-null-user-details' into 'mast...Robert Speicher2016-09-201-9/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Better assertion in API members specs22065-group-members-api-returning-null-user-detailsRémy Coutable2016-09-161-1/+3
| | * | Ensure invitees are not returned in Members APIRémy Coutable2016-09-161-9/+16