Skip to content

Personal projects on GitLab are not found (known issue) #60

@bittner

Description

@bittner

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

  1. investigate the issue on the GitLab issue tracker first, and review the python-gitlab docs and related GitLab API docs
  2. comment here for a proposed solution
  3. create a PR to fix the implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions