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-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-21Backport a change made in EERémy Coutable
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-20Update grape gemDmitriy Zaporozhets
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...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-23Use grape to validate parameters in the members APIRobert Schilling
2017-02-10Add member: Always return 409 when a member existsJarka Kadlecova
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-14Use declared_params helper in APIRobert Schilling
2016-10-05Use Grape DSL to document methods and their paramsRémy Coutable
2016-10-03Remove useless code now that Member#add_user handles itRémy Coutable
2016-10-03Improve Members::DestroyServiceRémy Coutable
2016-09-28Allow Member.add_user to handle access requestersRé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-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-10Improve the performance of the GET /:sources/:id/{access_requests,members} AP...Rémy Coutable
2016-08-10Restore back-compatibility for current members API endpointsRémy Coutable
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable