question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GitLab connector does not show Group Projects

See original GitHub issue

Using GitLab connector, I can’t see the group projects. Looking the source code, I found this call to GitLab API

String requestUrl = this.endpoint("/api/v4/groups/:group/projects").bind("group", group).toString();

But the 'group` in this case was not the group name, but the group ID.

https://docs.gitlab.com/ee/api/groups.html#list-a-group-s-projects

https://github.com/Apicurio/apicurio-studio/blob/4adc35ceaa6587db3a2706fb068b22685d41fa45/back-end/hub-api/src/main/java/io/apicurio/hub/api/gitlab/GitLabSourceConnector.java#L371

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
EricWittmanncommented, Oct 10, 2018

OK I think I have this fixed. Should be all set in the next release. We can probably do better with respect to the display of the groups (they are all displayed in the drop-down without any concept of the hierarchy). But other than that I think it’s all working now.

1reaction
EricWittmanncommented, Sep 3, 2018

Ah ok maybe the problem is that they are private. I’ll look into that. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project and group visibility - GitLab Docs
On the top bar, select Main menu > Groups and find your project. · On the left sidebar, select Settings > General. ·...
Read more >
Groups - GitLab Docs
You can also view all of the issues and merge requests for the projects in the group, and view analytics that show the...
Read more >
Manage groups - GitLab Docs
Manage groups. Use groups to manage one or more related projects at the same time. View groups. To view groups, on the top...
Read more >
Members of a project - GitLab Docs
Members are the users and groups who have access to your project. Each member gets a role ... The members of the group...
Read more >
Groups without projects do not autocomplete for mentioning
Summary Gitlab groups do not autocomplete when mentioning unless the group also has a public project.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found