summaryrefslogtreecommitdiff
path: root/spec/finders/group_descendants_finder_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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