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-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
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-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-23Add min_access_level filter to groups APIMarko, Peter
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-06-18Add id as second sort parameter for group sort by nameMarko, Peter
2018-06-12Add id group api sorting optionMarko, Peter
2018-05-18Move API group deletion to SidekiqStan Hu
2018-05-16Whitelisted query limits for group destroy APIJan Provaznik
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-02-08Allow including custom attributes in API responsesMarkus Koller
2017-12-01Refactored /projects and /user/:user_id/projects endpointsFrancisco Lopez
2017-12-01Code review comments appliedFrancisco Lopez
2017-12-01Small renamingFrancisco Lopez
2017-12-01More preloading improvement and added batch count servicesFrancisco Lopez
2017-12-01Preload project route to avoid N+1 queryStan Hu
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-09-07Make Members with Owner and Master roles always able to create subgroupsRuben Davila
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-30Merge branch '37198-api-doesn-t-respect-default-group-visibility' into 'master'Sean McGivern
2017-08-30Make rubocop happyRobert Schilling
2017-08-29Respect the default visibility level when creating a groupRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-08-24Refactor complicated API group finding rules into GroupsFinderNick Thomas
2017-08-23Allow v4 API GET requests for groups to be unauthenticatedNick Thomas
2017-07-20Update grape gemDmitriy Zaporozhets
2017-06-06Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin
2017-05-30Add :owned param to ProjectFinderToon Claes
2017-05-30Use helper to construct Finder paramsToon Claes
2017-05-17Hide nested group UI/API support for MySQLYorick Peterse
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan
2017-04-10Add share_with_group_lock to CE optional params blockOswaldo Ferreira
2017-04-10Separate CE params on Grape APIOswaldo Ferreira
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-02Expose Group VisibilityLevel as StringToon Claes
2017-02-24API: Use parameter to get owned groups instead of dedicated endpointRobert Schilling
2017-02-14API: Consolidate /projects endpointToon Claes
2017-02-09Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets
2017-02-08Add nested groups to the APIDmitriy Zaporozhets