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

Handle properly repositories in nested GitLab subgroups #11

Open
rdicosmo opened this issue Dec 16, 2022 · 1 comment
Open

Handle properly repositories in nested GitLab subgroups #11

rdicosmo opened this issue Dec 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rdicosmo
Copy link
Owner

rdicosmo commented Dec 16, 2022

Unlike GitHub, GitLab allows to nest repositories inside subgroups at arbitrary depth.
The current regular expression used to detect and extract a repository url from an url on GitLab (or an instance) does not capture that, so one gets a red button and cannot properly interact with these repositories.

For example, see the behavior on https://gitlab.com/litt-arts-num/fonte-gaia/ok-api

@rdicosmo
Copy link
Owner Author

Partially fixed in 342d01a : now nested repositories are properly handled, but subgroup pages pop up a red button, because the GitLab API (correctly) reports that those URLs are not for a repository.

@rdicosmo rdicosmo changed the title Handling repositories in nested GitLab subgroups Handle properly repositories in nested GitLab subgroups Dec 16, 2022
@rdicosmo rdicosmo added the enhancement New feature or request label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant