Skip to content

Please use group ID instead of Path when get Gitlab top level groups #399

@angelabad

Description

@angelabad

Hi, you use gitlab group Path when get gitlab top level groups, this cause errors because ghorg doesnt found all groups, gitlab uses id instead of path for this api calls. You should use group ID, as you can see on go-gitlab function:

And on gitlab api documentation:

I patch your code to use ID and it works fine on my gitlab instance with 480 groups and 1250 projects.

This is related to #159 as you can see on the last comment.

Ill prepare a pull request today.

Thanks for your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions