Skip to content
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

Preserve ports when munging repository URLs #1112

Merged
merged 2 commits into from
May 21, 2024
Merged

Preserve ports when munging repository URLs #1112

merged 2 commits into from
May 21, 2024

Conversation

sigmavirus24
Copy link
Member

When repository URLs were altered to remove user information, we did not preserve the port. This fixes that by using the better library for munging the URL and adds tests to ensure no regression.

Closes #1111

When repository URLs were altered to remove user information, we did not
preserve the port. This fixes that by using the better library for
munging the URL and adds tests to ensure no regression.

Closes #1111
@sigmavirus24 sigmavirus24 merged commit 6fbf880 into main May 21, 2024
22 of 23 checks passed
@sigmavirus24 sigmavirus24 deleted the bug/1111 branch May 21, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repository port lost in get_repository_from_config when username is provided
1 participant