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

Support subquery filters in filter chains #3868

Merged
merged 8 commits into from
Jul 30, 2019

Conversation

lippserd
Copy link
Member

Before, combined membership filters were only possible in filter expressions, e.g. hostgroup_name=(a&b).
Now, also (hostgroup_name=a&hostgroup_name=b) is supported (even w/o the parantheses) which makes it easier to build such filters with the filter editor.

@lippserd lippserd force-pushed the feature/subquery-filter-in-chain branch 2 times, most recently from ab89872 to 89e6492 Compare July 16, 2019 12:48
@lippserd lippserd added this to the 2.7.0 milestone Jul 16, 2019
@lippserd
Copy link
Member Author

ref/NC/615573

Before, combined membership filters were only possible in filter
expressions, e.g. hostgroup_name=(a&b). Now, also
(hostgroup_name=a&hostgroup_name=b) is supported which makes it easier
to build such filters with the filter editor.
Before, the forced hostgroup_name paramemter may interfere with an
existing hostgroup_name filter.
Before, the forced servicegroup_name paramemter may interfere with an
existing servicegroup_name filter.
Filter chains require parantheses to work properly.
@nilmerg nilmerg force-pushed the feature/subquery-filter-in-chain branch from 6a11915 to ac08fb2 Compare July 30, 2019 07:28
@nilmerg nilmerg merged commit 00e4990 into master Jul 30, 2019
@nilmerg nilmerg deleted the feature/subquery-filter-in-chain branch July 30, 2019 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants