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

Added category to Filter to allow category metadata assignment of filters #1222

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

gavinbunney
Copy link
Collaborator

@gavinbunney gavinbunney commented Mar 4, 2022

Added category field to Filter, to allow specifying of different category metadata for filters.

@gavinbunney gavinbunney requested review from argha-c and artgon March 7, 2022 17:18
@gavinbunney gavinbunney merged commit 44da1cd into master Mar 7, 2022
@gavinbunney gavinbunney deleted the gavin/filter-category branch March 7, 2022 17:53
/**
* Category of the filter.
*/
String category() default "zuul";
Copy link
Collaborator

Choose a reason for hiding this comment

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

This feels too open-ended as a string representation.
At the very least, it should have a pre-defined set of categories in an enum etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants