Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for GitLab Subgroups #458

Open
ghost opened this issue May 5, 2023 · 1 comment
Open

Support for GitLab Subgroups #458

ghost opened this issue May 5, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented May 5, 2023

GitLab allows an organization to have a hierarchy of Repos called Subgroups.

It would be very nice if we can configure this in hound and also allow filtering to any repo in a subproject.

Example:

https://gitlab.com/project/repo1
https://gitlab.com/project/subproject/*
  https://gitlab.com/project/subproject/repo2
  https://gitlab.com/project/subproject/repo3
  https://gitlab.com/project/subproject/subproject2/*
    https://gitlab.com/project/subproject/subproject2/repo4
    https://gitlab.com/project/subproject/subproject2/repo5

If choosing https://gitlab.com/project/subproject/* it will only search children and not return results from https://gitlab.com/project/repo1

@n00nchi
Copy link

n00nchi commented Oct 3, 2024

Can I pick this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants