summaryrefslogtreecommitdiff
path: root/spec/finders/group_descendants_finder_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+3
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+35
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+2
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-3/+3
* Fix default sorting for subgroups and projects list53290-incorrect-project-list-order-select-default-labelJacopo2018-11-141-0/+7
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-0/+9
* Revert "Don't include projects shared as group-descendants"Bob Van Landuyt2018-04-181-9/+0
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-1/+12
* Don't include projects shared as group-descendantsBob Van Landuyt2018-01-221-1/+10
* Enable sorting by name in the Groups dropdownMark Fletcher2017-12-201-0/+35
* Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt2017-10-111-0/+32
* Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-0/+16
* Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt2017-10-101-2/+11
* Load counts everywhere we render a group treeBob Van Landuyt2017-10-051-12/+0
* Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-0/+28
* Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-22/+16
* Only take unarchived projects into accountBob Van Landuyt2017-10-041-0/+6
* Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-0/+93