-
Notifications
You must be signed in to change notification settings - Fork 963
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
Verify GitLab pages URLs #16753
Labels
Comments
wangenau
added
feature request
requires triaging
maintainers need to do initial inspection of issue
labels
Sep 19, 2024
di
removed
the
requires triaging
maintainers need to do initial inspection of issue
label
Sep 19, 2024
I think we can do something similar to what we do for GitHub here: warehouse/warehouse/oidc/models/github.py Lines 342 to 379 in c979275
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the problem this feature will solve?
After playing around with the new verified sections through trusted publishing, I noticed that GitLab pages will not be marked as verified.
According to the documentation, this is the case for GitHub, but not GitLab: https://docs.pypi.org/project_metadata/#verified-details
Since documentations are often uploaded to GitLab pages, this will create an unpleasant split between verified details (i.e., the repository URL) and unverified URLs (i.e., the documentation URL).
Describe the solution you'd like
Similar to GitHub, the GitLab pages should get verified as well. Similar to the documentation, these would need to be added:
https://pypa.gitlab.io/pip
https://pypa.gitlab.io/pip/*
(all subpaths)The text was updated successfully, but these errors were encountered: