-
Notifications
You must be signed in to change notification settings - Fork 21
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
CEL Interperter for Conditions #354
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9801078 - Browse repository at this point
Copy the full SHA 9801078View commit details -
Bring back the original simple parsing, and only enable cel expressio…
…n parsing if the condition has the `cel:` prefix. Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5007c15 - Browse repository at this point
Copy the full SHA 5007c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c063001 - Browse repository at this point
Copy the full SHA c063001View commit details -
Drop dead code, and cargo fmt.
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8ad128 - Browse repository at this point
Copy the full SHA c8ad128View commit details -
Add feature cel_conditions feature flag.
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d42e6d2 - Browse repository at this point
Copy the full SHA d42e6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6d4ce - Browse repository at this point
Copy the full SHA ff6d4ceView commit details -
Add more cel tests, handle cases where the var variable name conflict…
…s with cel built in expressions. Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 954485f - Browse repository at this point
Copy the full SHA 954485fView commit details -
Use an assert_false! Macro for better test readability
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb0278e - Browse repository at this point
Copy the full SHA bb0278eView commit details -
cel: reserve _* identifiers for future internal use like adding
helper functions. Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f70031 - Browse repository at this point
Copy the full SHA 4f70031View commit details
Commits on Jun 7, 2024
-
Pickup updates cel 0.7.0 (patched) version.
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ab013f - Browse repository at this point
Copy the full SHA 4ab013fView commit details -
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93795b1 - Browse repository at this point
Copy the full SHA 93795b1View commit details
Commits on Jun 8, 2024
-
Show an alternative way to access the cel variable.
Signed-off-by: Hiram Chirino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45958e0 - Browse repository at this point
Copy the full SHA 45958e0View commit details