Commits
User selector
Commit History
Commits on Jun 17, 2026
Refine iteration variable validation in CEL macros.
Show description for bb0b958authored andcommitted
Commits on May 28, 2026
Internal Changes
Show description for 98ce0bfauthored andcommitted
Commits on Feb 18, 2026
Properly establish cross dependenies across maven artifacts
Show description for daf9969authored andcommitted
Commits on Jan 10, 2026
Enable conformance tests for two-var comprehensions.
Show description for 777d089authored andcommitted
Commits on Dec 15, 2025
Simplify expression numbering logic in CelExprFactory
Show description for c26e26dauthored andcommitted
Commits on Nov 21, 2025
Fix a thread safety issue with CelParser's toBuilder
Show description for d7ad94dauthored andcommitted
Commits on Oct 30, 2025
Remove dev.cel.parser.Operator, migrate parser package to dev.cel.common.Operator
Show description for 0fb05e5authored andcommitted
Commits on Oct 29, 2025
Copy dev.cel.parser.Operator enum into dev.cel.common package
Show description for 2e6da1eauthored andcommitted
Commits on Sep 17, 2025
Setup of the coverage index.
Show description for da0f0aeauthored andcommitted
Commits on Sep 2, 2025
Optimize composed policies using Constant Folding and Common Subexpression Elimination
Show description for 8fc7387authored andcommitted
Commits on Aug 22, 2025
Add missing entires to REVERSE_OPERATORS
Show description for 1ee7d1dauthored andcommitted
Commits on Aug 19, 2025
Checker and parser changes to support comprehensionsV2
Show description for fe46a63authored andcommitted
Commits on Aug 18, 2025
Evaluate CEL's null and bytes to their native equivalent types
Show description for e1b6c11authored andcommitted
Commits on Aug 7, 2025
Exclude protobuf-javalite from the public artifacts for CEL.
Show description for 89624c8authored andcommitted
Commits on Jul 23, 2025
Add support for macro inclusion/exclusion to CelEnvironmentExporter
Show description for a0d6302authored andcommitted
Commits on Apr 22, 2025
Implement codegen for CelLiteDescriptor
Show description for 961fcc9authored andcommitted
Commits on Mar 14, 2025
Internal Changes
Show description for a10fe08authored andcommitted
Commits on Jan 31, 2025
Update CelUnparser and open up visibility so that inheriting class can use it
Show description for feb4499authored andcommitted
Commits on Jan 29, 2025
Internal Changes
Show description for 3138203authored andcommitted
Commits on Jan 8, 2025
Retain the original identifier during parse when quoted identifier is disabled
Show description for 9f59a54authored andcommitted
Commits on Jan 7, 2025
Add support for quoted field selectors in java.
Show description for 0386196authored andcommitted
Commits on Dec 19, 2024
Add option to enable updated accumulator variable.
Show description for ece46c4authored andcommitted
Commits on Oct 20, 2024
Commits on Oct 10, 2024
Fix CEL-Java to be fully protobuf v4 compatible
Show description for 23354f4authored andcommitted
Commits on Sep 24, 2024
Load the builtin Bazel java rules from @rules_java
Show description for 1fdbc4fauthored andcommitted
Commits on Sep 3, 2024
No public description
Show description for 0c37f93authored andcommitted
Commits on Aug 2, 2024
Upgrade protobuf version to 4.27.3
Show description for eba4c27authored andcommitted
Commits on May 9, 2024
Clear the source position for only the dangling macro expr ID instead of all exprs
Show description for 285436eauthored andcommitted
Commits on May 6, 2024
Variable name cleanups from removing create modifier
Show description for 2a8789fauthored andcommitted
Commits on May 2, 2024
Do not re-use ID twice in exists_one macro
Show description for d513f33authored andcommittedClean up dangling source information from macro expansion
Show description for 3ff9bebauthored andcommitted
Commits on Apr 30, 2024
Remove create modifiers from list,struct,map methods
Show description for 8c3fb02authored andcommittedRemove modifier create from CelCreateList, CelCreateMap and CelCreateStruct
Show description for 9af1bedauthored andcommitted
Commits on Mar 29, 2024
Enable conformance tests for `optional_type`
Show description for 423e8bbauthored andcommitted
Commits on Feb 8, 2024
Add `.toBuilder` methods to constructed CEL environments
Show description for 00d7726authored andcommitted