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

[dev.icinga.com #6557] Add FilterNotEqual and FilterMatch #782

Closed
icinga-migration opened this issue Jun 24, 2014 · 5 comments
Closed

[dev.icinga.com #6557] Add FilterNotEqual and FilterMatch #782

icinga-migration opened this issue Jun 24, 2014 · 5 comments
Labels
enhancement New feature or improvement
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/6557

Created by tgelf on 2014-06-24 08:27:07 +00:00

Assignee: tgelf
Status: Resolved (closed on 2014-09-02 17:55:04 +00:00)
Target Version: 2.0-14
Last Update: 2014-09-02 17:55:04 +00:00 (in Redmine)


Right now this functionality is provided by a FilterNot filter chain negating all subfilters and by FilterEqual respecting asterisk (*). We should create dedicated filter expression objects here. This would allow us to use host!=localhost in addition to !host=localhost. I'm still unsure whether Filter::match should use a different operator than Filter::equal (~ VS =?).

Best,
Thomas

Changesets

2014-09-02 17:51:56 +00:00 by tgelf 3d352ba

Filter: add FilterNotEqual and FilterMatch

fixes #6557
@icinga-migration
Copy link
Author

Updated by tgelf on 2014-08-19 08:38:02 +00:00

  • Target Version set to 2.0-12

@icinga-migration
Copy link
Author

Updated by tgelf on 2014-08-19 08:44:52 +00:00

NB: This will be = for match and we will rename FilterEqual to FilterMatch. A REAL FilterEqual (without wildcard support) will remain there for internal use.

@icinga-migration
Copy link
Author

Updated by tgelf on 2014-09-02 14:36:11 +00:00

  • Target Version changed from 2.0-12 to 2.0-14

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 17:53:35 +00:00

Build !#1946 triggered by commit 3d352ba failed.

Branch: origin/master
Author: Thomas Gelf

@icinga-migration
Copy link
Author

Updated by tgelf on 2014-09-02 17:55:04 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 3d352ba.

@icinga-migration icinga-migration added the enhancement New feature or improvement label Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0-14 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant