-
Notifications
You must be signed in to change notification settings - Fork 896
Closed as not planned
@sradc
Description
Unlike GitHub, GitLab can have repos nested under multiple organisations / groups, e.g.
https://gitlab.com/my-org/my-parent-group/my-group/my-repo
Gitingest is incorrectly inferring that the repo is:
https://gitlab.com/my-org/my-parent-group/
Which causes it to fail to pull the repository:
.venv/lib/python3.13/site-packages/gitingest/query_parsing.py:253: RuntimeWarning: Warning: Failed to fetch branch list: Command failed: git ls-remote --heads https://gitlab.com/my-org/my-parent-group
This is with gitingest== 0.1.4