-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Symptoms
If I try to list my personal GitLab projects, e.g.
concierge-cli gitlab topics bittner/or
concierge-cli gitlab mrs bittner/then nothing is listed, even though I have several projects at https://gitlab.com/bittner/.
Explanation
The current implementation (Topicmanager, MergeRequestManager) loops over a list of groups to make easy filtering of groups and projects possible. It looks like the personal namespace is not considered as a Group for a GroupProject in in the GitLab API.
How to fix this?
If you think this is a problem that deserves fixing, please
- investigate the issue on the GitLab issue tracker first, and review the python-gitlab docs and related GitLab API docs
- comment here for a proposed solution
- create a PR to fix the implementation
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed