summaryrefslogtreecommitdiff
path: root/app/serializers/group_child_serializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-231-0/+2
* Make sure we always return an array of hierarchiesBob Van Landuyt2017-10-131-1/+3
* Return `self` from `GroupChildSerializer#expand_hierarchy`Bob Van Landuyt2017-10-101-5/+5
* Rename parameters to paramsBob Van Landuyt2017-10-051-1/+1
* Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-1/+1
* Rename hierarchies to descendants where applicableBob Van Landuyt2017-10-041-1/+1
* Don't wrap arrays twice: `children` are already wrapped in an arrayBob Van Landuyt2017-10-041-2/+2
* Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-2/+2
* Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-041-15/+17
* Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt2017-10-041-2/+3
* Allow filtering children for a groupBob Van Landuyt2017-10-041-5/+9
* Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-041-0/+37
* Add serializer for group childrenBob Van Landuyt2017-10-041-0/+5