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

Adding a sqlite index fallback #312

Merged
merged 6 commits into from
Dec 7, 2024

Conversation

blast-hardcheese
Copy link
Collaborator

Why

Pypi is making some changes to their search index. If we have any issues, we fall back to best effort served from the sqlite database.

What changed

Adding a fallback search result that just serves the package names. TODO is to add download count, but that requires some more thought.

Test plan

does upm search -l python flask work inside a repl?

@blast-hardcheese blast-hardcheese requested a review from a team as a code owner December 6, 2024 23:58
@blast-hardcheese blast-hardcheese requested review from vlinkz and removed request for a team December 6, 2024 23:58
@blast-hardcheese blast-hardcheese enabled auto-merge (squash) December 7, 2024 00:07
@blast-hardcheese blast-hardcheese added the enhancement New feature or request label Dec 7, 2024
@blast-hardcheese blast-hardcheese force-pushed the dstewart/feat/initial-sqlite-search-fallback branch from d514c48 to 56cc047 Compare December 7, 2024 01:07
@blast-hardcheese blast-hardcheese force-pushed the dstewart/feat/initial-sqlite-search-fallback branch from 29218e4 to 5294c50 Compare December 7, 2024 02:45
@blast-hardcheese blast-hardcheese merged commit 99dfba8 into main Dec 7, 2024
5 checks passed
@blast-hardcheese blast-hardcheese deleted the dstewart/feat/initial-sqlite-search-fallback branch December 7, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants