Hey team, I'm really close to having the Gitlab connector running. I'm currently able to sync repos and other items to my warehouse for the top-level group, no problems.
Problem: I'm wondering if the connector supports sub-groups, as this is how my teams keep themselves organised. Does the connector recurse through groups, sub-groups, sub-groups of sub-groups, and so on? Has anyone done this before?
Edit: Seems as though the connector needs either or both of a group id and project id. If the groupID is left empty, the Gitlab api will return all of the groups that the API key has access to. This would be preferable to having to set a long list of space-delimited
my-org%2fsome-subgroup
as the group ID (which works!)