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-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
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-01-03Fix groups API to accept path when transferring a projectMark Fletcher
2016-12-21Add more storage statisticsMarkus Koller
2016-12-21Consistently use current_user in API entitiesMarkus Koller
2016-12-13API: Ability to get group's project in simple representationRobert Schilling
2016-12-12API: Fix groups filterRobert Schilling
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-25Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' Yorick Peterse
2016-11-24API: Introduce `#find_group!` which also check access permissionRémy Coutable