summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Move the `ancestors_upto` to `Project` and `Namespace`Bob Van Landuyt2017-10-102-0/+29
* Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-102-45/+60
* Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt2017-10-101-2/+11
* Only expand ancestors when searchingBob Van Landuyt2017-10-091-1/+12
* Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt2017-10-051-0/+30
* Update feature specs for updated group listsBob Van Landuyt2017-10-053-41/+43
* Use `alias_attribute` & `alias_method` to define parent-methodsBob Van Landuyt2017-10-051-0/+7
* Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt2017-10-051-2/+2
* Load counts everywhere we render a group treeBob Van Landuyt2017-10-052-12/+28
* Make sure all ancestors are loaded when searching groupsBob Van Landuyt2017-10-051-2/+2
* Optimize queries and pagination in `GroupDescendantsFinder`Bob Van Landuyt2017-10-051-0/+46
* Force parents to be preloaded for building a hierarchyBob Van Landuyt2017-10-052-19/+27
* Move merging of Hashes out of the `GroupDescendant` concernBob Van Landuyt2017-10-041-0/+33
* Make it possible to limit ancestors in a `GroupHierarchy`Bob Van Landuyt2017-10-041-0/+28
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-0415-312/+1646
* Return an empty array when no matches are foundBob Van Landuyt2017-10-041-0/+10
* Always preload all elements in a hierarchy to avoid extra queries.Bob Van Landuyt2017-10-041-2/+19
* Clean up public/private api of `GroupDescendant`Bob Van Landuyt2017-10-041-32/+0
* Fix bug with project paginationBob Van Landuyt2017-10-041-5/+7
* Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-041-0/+10
* Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-3/+3
* Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-0/+28
* Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-0/+26
* Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-042-45/+27
* Rename hierarchies to descendants where applicableBob Van Landuyt2017-10-041-9/+9
* Only take unarchived projects into accountBob Van Landuyt2017-10-041-0/+6
* Improve number of queriesBob Van Landuyt2017-10-041-25/+25
* Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-042-2/+29
* `current_user:` as a keyword argumentBob Van Landuyt2017-10-041-1/+3
* Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-041-0/+12
* [WIP] improve number of queries when rendering a hierarchyBob Van Landuyt2017-10-041-12/+19
* Search subgroups on dashboard and explore viewsBob Van Landuyt2017-10-042-2/+23
* Reuse the groups tree for explore and dashboard.Bob Van Landuyt2017-10-046-75/+174
* Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt2017-10-041-4/+2
* Handle all cases for merging a hierarchyBob Van Landuyt2017-10-041-0/+11
* Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt2017-10-042-0/+45
* Include `can_leave` for a groupBob Van Landuyt2017-10-041-0/+6
* Don't include the parent in search results if it matchesBob Van Landuyt2017-10-041-0/+6
* Limit the amount of queries per rowBob Van Landuyt2017-10-041-6/+79
* Handle case where 2 matches in the same tree are foundBob Van Landuyt2017-10-041-0/+6
* Allow filtering children for a groupBob Van Landuyt2017-10-042-2/+75
* Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-042-0/+111
* Don't break when building unions on empty collectionsBob Van Landuyt2017-10-041-0/+7
* Add a concern to build hierarchies of groupsBob Van Landuyt2017-10-041-0/+61
* Find all children matching a queryBob Van Landuyt2017-10-041-0/+14
* Add pagination for childrenBob Van Landuyt2017-10-041-0/+18
* Update `children` route to handle projects and groupsBob Van Landuyt2017-10-042-28/+68
* Render group children using the same entityBob Van Landuyt2017-10-041-1/+74
* Add serializer for group childrenBob Van Landuyt2017-10-041-0/+15
* Remove the subgroups path on a groupBob Van Landuyt2017-10-042-13/+10