-
Notifications
You must be signed in to change notification settings - Fork 250
Comparing changes
Open a pull request
base repository: google/cel-go
base: v0.25.0
head repository: google/cel-go
compare: v0.26.0
- 16 commits
- 57 files changed
- 10 contributors
Commits on Apr 24, 2025
-
fix test runner test cases (#1170)
* fix test runner test cases * add empty check on programs and tests creation
Configuration menu - View commit details
-
Copy full SHA for 9ed72dd - Browse repository at this point
Copy the full SHA 9ed72ddView commit details
Commits on Apr 25, 2025
-
* Adding math square root function * Adding info to readme on math square root function * Handle overload error and test NaN * adding version 2
Configuration menu - View commit details
-
Copy full SHA for ad76382 - Browse repository at this point
Copy the full SHA ad76382View commit details
Commits on May 1, 2025
-
Fix lastIndexOf behavior against an empty string in strings extension (…
…#1173) * Fix lastIndexOf behavior against an empty string in strings extension
Configuration menu - View commit details
-
Copy full SHA for 845f2a8 - Browse repository at this point
Copy the full SHA 845f2a8View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f6d3c92 - Browse repository at this point
Copy the full SHA f6d3c92View commit details
Commits on May 20, 2025
-
Add bazel rule to trigger cel tests and return policy metadata while …
…creating CEL programs (#1176) * add bazel rule to trigger cel test
Configuration menu - View commit details
-
Copy full SHA for b1209b8 - Browse repository at this point
Copy the full SHA b1209b8View commit details
Commits on May 23, 2025
-
Create an util method to convert rpc status to eval status (#1178)
* Create an util method to convert rpc status to eval status * Formatted the Go files. * Formatted the WORKSPACE file. * Add failing conformance test to SKIP_TESTS. * Added RefValue to ExprValue converter. * Update Module bazel. * Updated go.mod and go.sum. * Removed gRpc status dependencies from io and io_test. * formatted the files. * Followed the convention of returning the v1alpha1 format. * Updated the documentation. * Remove unnecessary dependencies.
Configuration menu - View commit details
-
Copy full SHA for 83ab641 - Browse repository at this point
Copy the full SHA 83ab641View commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 746d711 - Browse repository at this point
Copy the full SHA 746d711View commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c55aebf - Browse repository at this point
Copy the full SHA c55aebfView commit details
Commits on Jun 5, 2025
-
Add documentation for YAML quirks in celpolicy (#1186)
Also add top-level description field. The celpolicy parser has special handling for CEL expressions embedded in the YAML document in order to preserve location information. This is used to help the CEL compiler correctly highlight error location. As a consequence, the CEL expression will include characters that are normally not considered meaningful in YAML, and the literal and folded style for multiline strings are treated identically.
Configuration menu - View commit details
-
Copy full SHA for dc36eaa - Browse repository at this point
Copy the full SHA dc36eaaView commit details
Commits on Jun 20, 2025
-
Add support for global constants to constant folder (#1180)
Global constants like enums are represented in the AST as identifiers. These identifiers can be looked up in the AST reference map. If there is an entry in the reference map, we can try to fold it as a constant and to turn it into a literal. This reduces the size of the AST and unlocks more optimization opportunities.
Configuration menu - View commit details
-
Copy full SHA for 66a441f - Browse repository at this point
Copy the full SHA 66a441fView commit details
Commits on Jun 23, 2025
-
Bump the npm_and_yarn group across 1 directory with 2 updates (#1188)
Bumps the npm_and_yarn group with 2 updates in the /repl/appengine/web directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli). Updates `webpack-dev-server` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.0...v5.2.1) Updates `@angular-devkit/build-angular` from 19.1.3 to 20.0.1 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@19.1.3...20.0.1) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@angular-devkit/build-angular" dependency-version: 20.0.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be08958 - Browse repository at this point
Copy the full SHA be08958View commit details -
fix(checker): Correct Sprintf argument count in notAnOptionalFieldSel…
…ectionCall (#1185) Signed-off-by: cuishuang <imcusg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 050981e - Browse repository at this point
Copy the full SHA 050981eView commit details
Commits on Jul 1, 2025
-
Add Regex Extension Library (#1187)
Adds the Regex extension library for additional regular expression operations. Functions: `regex.replace(source : string, pattern_re : string, replace : string) -> string` -- replace all `regex.replace(source : string, pattern_re : string, replace : string, int : limit) -> string` -- replace all (capped) `regex.extract(source : string, pattern_re : string) -> optional(string)` -- extract pattern (first) `regex.extractAll(source : string, pattern_re : string) -> list(string)` -- extract pattern (all)
Configuration menu - View commit details
-
Copy full SHA for a4b169a - Browse repository at this point
Copy the full SHA a4b169aView commit details -
Add test runner option to configure a custom test suite parser (#1189)
* add test runner option to configure a custom test suite parser
Configuration menu - View commit details
-
Copy full SHA for 41e7392 - Browse repository at this point
Copy the full SHA 41e7392View commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 41023c5 - Browse repository at this point
Copy the full SHA 41023c5View commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b023645 - Browse repository at this point
Copy the full SHA b023645View 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.25.0...v0.26.0