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 #13133] Filter: provide a "contains" operator #592

Closed
icinga-migration opened this issue Nov 10, 2016 · 3 comments
Closed
Milestone

Comments

@icinga-migration
Copy link

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

Created by tgelf on 2016-11-10 11:22:23 +00:00

Assignee: tgelf
Status: Resolved (closed on 2016-12-13 13:55:03 +00:00)
Target Version: 1.3.0
Last Update: 2016-12-13 13:55:03 +00:00 (in Redmine)


It should be possible to choose a "contains" operator. host.vars.some_array contains "some-entry" should render to "some-entry" in host.vars.some_array. As the Filter object isn't aware of such operator we should either introduce one or store such filter as host.vars.some_array[]="some-entry" or "some-entry"=[host.vars.some_array] or similar.

Changesets

2016-12-13 13:49:36 +00:00 by tgelf 7c6a100

AssignFilter: add 'contains' operator

fixes #13133
@icinga-migration
Copy link
Author

Updated by tgelf on 2016-11-10 12:55:13 +00:00

  • Subject changed from Filter: provice "contains" operator to Filter: provide a "contains" operator

@icinga-migration
Copy link
Author

Updated by tgelf on 2016-12-13 13:48:32 +00:00

  • Status changed from New to Assigned
  • Assigned to set to tgelf
  • Target Version set to 1.3.0

@icinga-migration
Copy link
Author

Updated by tgelf on 2016-12-13 13:55:03 +00:00

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

Applied in changeset 7c6a100.

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

No branches or pull requests

1 participant