Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-19Update specs to rails5 formatblackst0ne
2018-12-06Resolve "Can add an existing group member into a group project with new permi...James Lopez
2018-07-30Improve error message when adding invalid user to a projectJacopo
2018-07-26Resolve "API endpoint that returns all members, including the inherited membe...🙈 jacopo beschi 🙉
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-01-31Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...Stan Hu
2018-01-21Fix error on empty query for Members APIMark Fletcher
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-03Ensure user has a unique username otherwise `user10` would match `user1`Rémy Coutable
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-24API: Return 400 for all validation erros in the mebers APIRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-10Add member: Always return 409 when a member existsJarka Kadlecova
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-10-21Fix project member access levelsValery Sizov
2016-10-05Use Grape DSL to document methods and their paramsRémy Coutable
2016-09-16Better assertion in API members specsRémy Coutable
2016-09-16Ensure invitees are not returned in Members APIRémy Coutable
2016-08-18Add expiration date to group membershipsSean McGivern
2016-08-10Restore back-compatibility for current members API endpointsRémy Coutable
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable