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

fix: don't filter out packages with dot in name #150

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

YYYasin19
Copy link
Contributor

cc @pavelzw @jannikwibker

@pavelzw found a bug that accessing the UI with URLs like
http://our.domain.com/channels/local1/packages/package_name.with_dots
results in errors.
After a long search, we found the place responsible for this!
Not sure if this is the best fix, but it should filter out all package cases.

@YYYasin19 YYYasin19 marked this pull request as ready for review July 27, 2023 20:49
Copy link
Contributor

@hbcarlos hbcarlos left a comment

Choose a reason for hiding this comment

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

Thanks!

@hbcarlos hbcarlos added the bug Something isn't working label Jul 28, 2023
@hbcarlos
Copy link
Contributor

Thanks, @YYYasin19!
Could you pin pydantic on the dependencies? Here:

pydantic

That should fix CI.

Leaving this comment as documentation:
We are pining pedantic as a workaround until the fix is released upstream. See: mamba-org/quetz#653

@hbcarlos hbcarlos merged commit abb1412 into mamba-org:main Jul 31, 2023
6 checks passed
@pavelzw pavelzw mentioned this pull request Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants