-
Notifications
You must be signed in to change notification settings - Fork 403
waf_condition - adds missing options validation to filters #2220
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
waf_condition - adds missing options validation to filters #2220
Conversation
a8babdd
to
0a9dc91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The regex_pattern
argument needs to be updated for the sanity tests to pass
fixed |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 21s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 4m 54s (non-voting) |
699539f
into
ansible-collections:main
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2222 🤖 @patchback |
SUMMARY waf_condition - adds missing options validation to filters ISSUE TYPE Feature Pull Request COMPONENT NAME waf_condition ADDITIONAL INFORMATION Arguably a breaking change, but behaviour would be a little erratic if bad options were passed. Reviewed-by: Bikouo Aubin (cherry picked from commit 699539f)
…2222) This is a backport of PR #2220 as merged into main (699539f). SUMMARY waf_condition - adds missing options validation to filters ISSUE TYPE Feature Pull Request COMPONENT NAME waf_condition ADDITIONAL INFORMATION Arguably a breaking change, but behaviour would be a little erratic if bad options were passed. Reviewed-by: Mark Chappell
SUMMARY
waf_condition - adds missing options validation to filters
ISSUE TYPE
COMPONENT NAME
waf_condition
ADDITIONAL INFORMATION
Arguably a breaking change, but behaviour would be a little erratic if bad options were passed.