-
Notifications
You must be signed in to change notification settings - Fork 320
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
Fix url shortening for gitlab, and more test for github #1888
Conversation
Closes pydata#1887 Note that some non cannonical url (not having /-/) are not properly shortened.
tests/test_short_url.py
Outdated
"gitlab-org/gitlab#375583", | ||
), | ||
( | ||
# todo, non cannonical url, needs extra parsing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this TODO still outstanding? Looks like all tests are passing...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that both gitlab.com/foo/bar/issues and gitlab.com/foo/bar/-/issues should shorten to the same.
It's more a good to have but would be an extra feature for another time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok with me to address the TODOs in a later PR
Since this has been approved and CI is happy I will go ahead and merge |
Closes #1887
Note that some non cannonical url (not having /-/) are not properly shortened.