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
2019-01-20Eliminate N+1 queries in /api/groups/:idStan Hu
2018-12-19Update specs to rails5 formatblackst0ne
2018-11-19Add :nested_groups metadata to tests using subgroupsHeinrich Lee Yu
2018-11-19Change param name for consistencyHeinrich Lee Yu
2018-11-19Add group projects API options for including shared and subgroupsHeinrich Lee Yu
2018-09-24Applies the CE backport of EE#657Tiago Botelho
2018-07-23Add min_access_level filter to groups APIMarko, Peter
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
2018-06-18Add id as second sort parameter for group sort by nameMarko, Peter
2018-06-15Ensure ordering for group sorting testsMarko, Peter
2018-06-12Add id group api sorting optionMarko, Peter
2018-05-18Move API group deletion to SidekiqStan Hu
2018-02-04Backport /api/v4/groups N+1 query check from EEStan Hu
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-09Merge branch 'rs-security-group-api' into 'security-10-2'Douwe Maan
2017-12-01Optimize API /groups/:id/projects by preloading associationsStan Hu
2017-11-09Add /groups/:id/subgroups endpoint to APIWinnie Hellmann
2017-11-06Support custom attributes on groupsMarkus Koller
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-19Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas
2017-09-07Make Members with Owner and Master roles always able to create subgroupsRuben Davila
2017-08-30Merge branch '37198-api-doesn-t-respect-default-group-visibility' into 'master'Sean McGivern
2017-08-29Respect the default visibility level when creating a groupRobert Schilling
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-24Fix group and project search for anonymous usersNick Thomas
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-06Fix all testsToon Claes
2017-03-06Update entities, rename from builds to jobsZ.J. van de Weg
2017-03-02Expose Group VisibilityLevel as StringToon Claes
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-24Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern
2017-02-24API: Use parameter to get owned groups instead of dedicated endpointRobert Schilling
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-14API: Consolidate /projects endpointToon Claes
2017-02-10Remove a transient failure from spec/requests/api/groups_spec.rbRobert Speicher
2017-02-08Add nested groups to the APIDmitriy Zaporozhets