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-22Merge branch 'bvl-parent-preloading' into 'master'Douwe Maan
2017-10-12Pass `archived:` as a keyword argumentBob Van Landuyt
2017-10-11Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt
2017-10-10Use the `GroupProjectsFinder` to find direct childrenBob Van Landuyt
2017-10-10Some cleanup in the GroupDescendantFinderBob Van Landuyt
2017-10-10Don't load unneeded elements in GroupsController#showBob Van Landuyt
2017-10-10Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-05Optimize queries and pagination in `GroupDescendantsFinder`Bob Van Landuyt
2017-10-04Split up adding ancestors for projectsBob Van Landuyt
2017-10-04Fix bug with project paginationBob Van Landuyt
2017-10-04Improve count queries and move them to contantsBob Van Landuyt
2017-10-04Only preload ancestors for search results in the specified parentBob Van Landuyt
2017-10-04Make sure all queries are limited to the page sizeBob Van Landuyt
2017-10-04Make sure the user only sees groups he's allowed to seeBob Van Landuyt
2017-10-04Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt
2017-10-04Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt
2017-10-04Only take unarchived projects into accountBob Van Landuyt
2017-10-04Improve number of queriesBob Van Landuyt
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt