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

Use nip.io domain in MinioExtension #6856

Merged
merged 2 commits into from
May 19, 2023
Merged

Conversation

adutra
Copy link
Contributor

@adutra adutra commented May 19, 2023

This commit also re-enables MinioExtension on macOS since the switch to nip.io fixes the localhost subdomain issue.

Note: this will have the side-effect of enabling MinIO tests on CI for macOS. If these fail, I will disable the tests, but for CI only.

@adutra adutra added the pr-macos-win Test PR on macOS + Windows label May 19, 2023
format(
"Disabled on %s, because it doesn't support wildcard localhost FQDNs.",
OS.current().name()));
return disabled(format("Disabled on %s", OS.current().name()));
Copy link
Contributor Author

@adutra adutra May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH I think the extension is also compatible with Windows now, but I can't really guarantee. This is why I simplified the message.

@adutra
Copy link
Contributor Author

adutra commented May 19, 2023

Same thing as #6857, CI jobs have failed, so I reverted the CI changes.

@adutra
Copy link
Contributor Author

adutra commented May 19, 2023

The failure in :nessie-content-generator:intTest for Windows CI is unrelated. I will remove the pr-macos-win label since this PR doesn't touch CI anymore.

@adutra adutra removed the pr-macos-win Test PR on macOS + Windows label May 19, 2023
adutra added 2 commits May 19, 2023 16:44
This commit also re-enables MinioExtension on
macOS since the switch to nip.io fixes the
localhost subdomain issue.
@adutra adutra merged commit b5a58b5 into projectnessie:main May 19, 2023
@adutra adutra deleted the minio-macos branch May 19, 2023 15:41
snazy added a commit to snazy/nessie that referenced this pull request May 24, 2023
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup.
This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
snazy added a commit to snazy/nessie that referenced this pull request May 24, 2023
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup.
This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
snazy added a commit to snazy/nessie that referenced this pull request May 24, 2023
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup.
This change first tries to resolve the "magic" nip.io address and falls back to the pre-projectnessie#6856 behavior if the pre-check fails.
snazy added a commit that referenced this pull request May 24, 2023
nip.io's "magic" DNS names are not always resolvable, or resolvable in every setup.
This change first tries to resolve the "magic" nip.io address and falls back to the pre-#6856 behavior if the pre-check fails.
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.

2 participants