-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: cel-expr/cel-python
base: v0.1.2
head repository: cel-expr/cel-python
compare: main
- 8 commits
- 16 files changed
- 1 contributor
Commits on May 29, 2026
-
PiperOrigin-RevId: 923583737
Configuration menu - View commit details
-
Copy full SHA for 92628a4 - Browse repository at this point
Copy the full SHA 92628a4View commit details
Commits on Jun 1, 2026
-
PiperOrigin-RevId: 924897098
Configuration menu - View commit details
-
Copy full SHA for 76b61ae - Browse repository at this point
Copy the full SHA 76b61aeView commit details
Commits on Jun 11, 2026
-
PiperOrigin-RevId: 930640971
Configuration menu - View commit details
-
Copy full SHA for 9d5a61d - Browse repository at this point
Copy the full SHA 9d5a61dView commit details
Commits on Jun 16, 2026
-
Add Python bindings and wrapper for CEL Policy compilation.
Add cel_policy.compile Python wrapper and C++ bindings to compile CEL policies into CEL AST expressions (cel.Expression). Refactor cel C++ sources into a standalone pybind_library to enable clean C++ dependency sharing across extension modules. Add comprehensive unit tests verifying policy compilation, invalid condition handling, unnesting height limits, and AST evaluation. PiperOrigin-RevId: 933160646
Configuration menu - View commit details
-
Copy full SHA for adc0bfd - Browse repository at this point
Copy the full SHA adc0bfdView commit details
Commits on Jun 17, 2026
-
Update cel-cpp git override commit and remote in MODULE.bazel
PiperOrigin-RevId: 933916502
Configuration menu - View commit details
-
Copy full SHA for 5a5538c - Browse repository at this point
Copy the full SHA 5a5538cView commit details -
Add context_variable to CEL Env
Context_variable is a struct type that defines top-level variables that can be directly referenced by a CEL policy. PiperOrigin-RevId: 933928877
Configuration menu - View commit details
-
Copy full SHA for 200bb5f - Browse repository at this point
Copy the full SHA 200bb5fView commit details -
Add support for macos/x86_64 wheels
PiperOrigin-RevId: 933998105
Configuration menu - View commit details
-
Copy full SHA for 4414207 - Browse repository at this point
Copy the full SHA 4414207View commit details
Commits on Jun 18, 2026
-
Fix Windows bazel build by unsetting ANDROID_HOME
Prevent transitive rules_android dependency from attempting to configure an Android SDK repository on CI environments where ANDROID_HOME is set but contains an incompatible Android SDK build tools version. PiperOrigin-RevId: 934508617
Configuration menu - View commit details
-
Copy full SHA for 78c8096 - Browse repository at this point
Copy the full SHA 78c8096View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.2...main