summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge branch 'issue_20978' into 'master' Rémy Coutable2016-09-192-5/+24
| |\ \ \ | | |_|/ | |/| |
| | * | Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-192-5/+24
| * | | Solve code review commentsKamil Trzcinski2016-09-191-0/+9
| * | | Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-192-62/+0
| * | | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-193-3/+31
| |\ \ \
| | * | | Ensure validation messages are shown within the milestone formMark Fletcher2016-09-191-2/+21
| | * | | Add specs that target status failure22286-fix-missing-statusKamil Trzcinski2016-09-181-1/+1
| | |/ /
| | * | Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-0/+9
| | |/
| * | Improve authentication_result usageKamil Trzcinski2016-09-161-2/+2
| * | Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-162-17/+17
| * | Added missing LFS specsKamil Trzcinski2016-09-161-22/+213
| * | Added builds_spec and git_http_specsKamil Trzcinski2016-09-153-19/+129
| * | Fix specs after merging LFS changesKamil Trzcinski2016-09-151-3/+21
| * | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-152-0/+62
| |\ \