- 10 Oct, 2017 7 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 09 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
Not all_groups, since that would expose groups the user does not have access to
-
- 05 Oct, 2017 13 commits
-
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 04 Oct, 2017 19 commits
-
-
Bob Van Landuyt authored
Since it can technically merge any hash with objects that respond to `==`
-
Bob Van Landuyt authored
Passing a parent_id will limit ancestors upto the specified parent if it is found. Using `ancestors` and `descendants` the `base` relation will not be included
-
Kushal Pandya authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
So only methods that are used elsewhere are public.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When projects were listed after groups, the projects that would also have been listed on the last page containing groups would be repeated.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When filtering we want all to preload all the ancestors upto the specified parent group. - root - subgroup - nested-group - project So when searching 'project', on the 'subgroup' page we want to preload 'nested-group' but not 'subgroup' or 'root'
-
Bob Van Landuyt authored
And fix some pagination bugs
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
By preloading the count of members, projects and subgroups of a group, we don't need to query them later. We also preload the entire hierarchy for a search result and include the counts so we don't need to query for them again
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
We do the wrapping in an array in represent_hierarchy for children.
-
Bob Van Landuyt authored
When finding children for a group
-