-
Notifications
You must be signed in to change notification settings - Fork 44
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
package search: Add repository queryparam which invokes dnf-json #263
Comments
We should be careful about how this would perform, but overall: I like! |
Yea the assumption is that this would be slow. There's a few options here though: Get the entire package list? Currently you need to specify We could generate the json blob and store it for x amount of time as well? |
If we go down this path, we should make |
Hm I'm not entirely sure I follow. |
I mean it could be in a separate API, as it does not speak to composer, it does not use the database and the compose API could be used without it. It could also be used independently of image-builder. dnf-as-a-service, if you wish ;) The benefit would be (albeit minimal), that if this gets overloaded it would not affect regular operations. That might be overkill though, just a thought. |
Instead of #244:
/packages
to take?repo=
as well, which would invokednf-json
and search in that repoThis would give package search for non-predefined repos.
The text was updated successfully, but these errors were encountered: