We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary Currently, the "filter by repo" is not working* for carvel packages as we aren't really using this filter:
kubeapps/cmd/kubeapps-apis/plugins/kapp_controller/packages/v1alpha1/server_utils.go
Lines 280 to 285 in f298db6
(*) from a backend PoV, the UI is actually filtering, but from the whole list of packages.
Background and rationale Once Carvel repos can be added via the UI we should support filtering by repos also in this plugin.
Description Allow filtering by repo in carvel packages.
Acceptance criteria
Additional context Not critical as, feature-wise, it is actually working with the UI workaround.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Currently, the "filter by repo" is not working* for carvel packages as we aren't really using this filter:
kubeapps/cmd/kubeapps-apis/plugins/kapp_controller/packages/v1alpha1/server_utils.go
Lines 280 to 285 in f298db6
(*) from a backend PoV, the UI is actually filtering, but from the whole list of packages.
Background and rationale
Once Carvel repos can be added via the UI we should support filtering by repos also in this plugin.
Description
Allow filtering by repo in carvel packages.
Acceptance criteria
Additional context
Not critical as, feature-wise, it is actually working with the UI workaround.
The text was updated successfully, but these errors were encountered: