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

[Feature](greenhouse-org-admin): Filtering for Plugin List #754

Closed
uwe-mayer opened this issue Jan 31, 2025 · 2 comments · Fixed by #809
Closed

[Feature](greenhouse-org-admin): Filtering for Plugin List #754

uwe-mayer opened this issue Jan 31, 2025 · 2 comments · Fixed by #809
Assignees
Labels
enhancement New feature or request

Comments

@uwe-mayer
Copy link
Contributor

uwe-mayer commented Jan 31, 2025

Description
We would like to add the possibility to filter the Plugin list within the greenhouse org-admin Area

Problem Statement
Currently we have an unsorted, unfilterable list of Plugins within the org-admin area. With increasing number of deployed plugins it becomes more and more unusable. E.g. I like to highlight clusterNames via the browser search to be able to focus on a set of Plugins

Proposed Solution
Add sorting and filtering options to the list.
Filter by:

  • Plugin.Spec.ClusterName
  • Plugin.Spec.PluginDefinition
  • Plugin.Status.StatusConditions.Ready = true/false/unknown
  • Plugin.Metadata.Label[key] = [value]

Sort by:

  • Plugin.Spec.DisplayName (default)
  • Plugin.Spec.ClusterName then Plugin.Spec.DisplayName

Additional Context
The Plugin list screen is going to be replaced by a list/view only showing PluginPresets. So this should just be a quick solution. Maybe sorting is superflous if default sorting by displayName is implemented.

@uwe-mayer uwe-mayer added the enhancement New feature or request label Jan 31, 2025
@uwe-mayer
Copy link
Contributor Author

Updated Ticket description with ask for filtering by labels...
🙏

@ArtieReus ArtieReus assigned ArtieReus and unassigned TilmanHaupt Mar 6, 2025
@TilmanHaupt TilmanHaupt assigned TilmanHaupt and unassigned ArtieReus Mar 6, 2025
@TilmanHaupt
Copy link
Contributor

TilmanHaupt commented Mar 6, 2025

@uwe-mayer Regarding: Plugin.Metadata.Label[key] = [value] - is it needed to connect more then one label - like in supernova? Is there something how i can get these labels? I mean i could parse them all from all the items, but that seems quite long lasting and not very efficient if there are a huge amount of configs. A Alternative could be AppProps and a Helmchart - what do you think?

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 a pull request may close this issue.

3 participants