Skip to content

gerrit: use the `recursive` query param to fetch group members

BryanDavis requested to merge work/bd808/better-gerrit-api-call into main

Use the Gerrit API provided recursive query param to fetch all direct and subgroup members in a single API call rather than walking the group hierarchy ourselves.

Merge request reports