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

Conditional Policy: Add more operations #821

Open
davidor opened this issue Jul 24, 2018 · 5 comments
Open

Conditional Policy: Add more operations #821

davidor opened this issue Jul 24, 2018 · 5 comments

Comments

@davidor
Copy link
Contributor

davidor commented Jul 24, 2018

Right now, the conditional policy only supports 2 operations (!=, ==), and and/or for combining them.

After some discussion in #820 it looks that we'll need to add support for others for the @3scale/ostia project:

  • As operations: >=, <=, >, <, starts_with, matches.
  • For combining: nand, nor, xor, equals.
@jmprusi
Copy link
Contributor

jmprusi commented Jul 25, 2018

yup, those improvements should be enough! 👍

@davidor davidor removed their assignment Jul 26, 2018
@davidor
Copy link
Contributor Author

davidor commented Jan 10, 2019

The "matches" operation was added in #975

@unleashed
Copy link
Contributor

was it? I see it not merged?

@davidor
Copy link
Contributor Author

davidor commented Jan 15, 2019

Now it is @unleashed :D

@davidor
Copy link
Contributor Author

davidor commented Jan 15, 2019

We should also consider operations such as "includes" and "excludes" as suggested by @mikz in #976 (comment)

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

No branches or pull requests

3 participants