-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/pkgsite: support GitLab nested groups #37592
Comments
Thanks for the feedback! We're currently discussing this request with our UX team. We'll post on this issue with any updates. /cc @fflewddur |
@steveazz Thanks for filing this 🙇 |
Ehh, it's been half a year, any plans to add this to the plan? |
https://pkg.go.dev/gitlab.com/gitlab-org/security-products/analyzers/common/v2 seems very similar to https://gitlab.com/gitlab-org/security-products/analyzers/common to me. Would you mind elaborating on what you're looking for? |
There have been a number of GitLab bugs surrounding the
It appears that some or all of them have been resolved within the past year or so. It isn't clear to me whether those fixes have addressed the issues reported here. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
As bugs on gitlab.com were fixed in 2020-10, this problem looks fixed now. Thanks for confirming. |
What did you do?
Visit https://pkg.go.dev/gitlab.com/gitlab-org/security-products/analyzers/common/v2
What did you expect to see?
A Go module showing godocs, show README, version. something similar to https://pkg.go.dev/gitlab.com/akita/akita?tab=doc
What did you see instead?
It's treated like a subdirectory o godocs, empty README.
Information
GitLab supported nested groups https://docs.gitlab.com/ee/user/group/subgroups/index.html#subgroups where you can have projects inside of those groups such as https://gitlab.com/gitlab-org/security-products/analyzers/common. This package should be considered as the root of the module.
The text was updated successfully, but these errors were encountered: