Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-17Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2017-10-13Make sure we always return an array of hierarchiesBob Van Landuyt
Even when we pass an array of only a single object
2017-10-10Return `self` from `GroupChildSerializer#expand_hierarchy`Bob Van Landuyt
2017-10-05Rename parameters to paramsBob Van Landuyt
2017-10-04Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt
2017-10-04Rename hierarchies to descendants where applicableBob Van Landuyt
2017-10-04Don't wrap arrays twice: `children` are already wrapped in an arrayBob Van Landuyt
We do the wrapping in an array in represent_hierarchy for children.
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04Include pagination when rendering expanded hierarchiesBob Van Landuyt
2017-10-04Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt
2017-10-04Allow filtering children for a groupBob Van Landuyt
When fetching children for a group with a filter, we will search all nested groups for results and render them in an expanded tree
2017-10-04Merge group hierarchies when parents are sharedBob Van Landuyt
2017-10-04Add serializer for group childrenBob Van Landuyt