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

Commits on Jul 30, 2019

  1. Add FilterChain::setFilters()

    lippserd authored and nilmerg committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    b8fb193 View commit details
    Browse the repository at this point in the history
  2. Support subquery filters in filter chains

    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.
    lippserd authored and nilmerg committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9a75e10 View commit details
    Browse the repository at this point in the history
  3. Fix show all hosts/services links in the hostgroup overview

    Before, the forced hostgroup_name paramemter may interfere with an
    existing hostgroup_name filter.
    lippserd authored and nilmerg committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    cc94c12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58e3ae4 View commit details
    Browse the repository at this point in the history
  5. Fix show all services links in the servicegroup overview

    Before, the forced servicegroup_name paramemter may interfere with an
    existing servicegroup_name filter.
    lippserd authored and nilmerg committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    bee5099 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0de923f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61cb71 View commit details
    Browse the repository at this point in the history
  8. Fix filtered links in the tactical overview

    Filter chains require parantheses to work properly.
    lippserd authored and nilmerg committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    ac08fb2 View commit details
    Browse the repository at this point in the history