Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/cel-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.0
Choose a base ref
...
head repository: google/cel-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.1
Choose a head ref
  • 17 commits
  • 85 files changed
  • 5 contributors

Commits on Jan 28, 2025

  1. Modify cost updates to be more extension friendly (#1113)

    * Revert scalar designation for type and null values
    * Revert type size estimation to defer to caller first
    TristonianJones authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d8351df View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Bump github.com/golang/glog (#1115)

    Bumps the go_modules group with 1 update in the /codelab directory: [github.com/golang/glog](https://github.com/golang/glog).
    
    
    Updates `github.com/golang/glog` from 1.0.0 to 1.2.4
    - [Release notes](https://github.com/golang/glog/releases)
    - [Commits](golang/glog@v1.0.0...v1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/glog
      dependency-type: direct:production
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    fb3fe56 View commit details
    Browse the repository at this point in the history
  2. Minor update on cost order (#1119)

    * slight reordering in cost computation to preserve legacy compatibility
    * Additional tests to attempt to catch ordering issues with cost estimation
    TristonianJones authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    1bf2472 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    2a85bb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    1ef45b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Add k8s custom policy tag handler for test (#1121)

    * Add k8s custom policy tag handler for test
    * Add copyright and remove redundant attribute from go_library target
    aakash070 authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    e086729 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    c053251 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. ContextEval support for Unknowns (#1126)

    * Fix for ContextEval with unknown attributes
    TristonianJones authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9a4b48b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c14fa View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Canonical environment description and stdlib subsetting (#1125)

    * Canonical CEL environment with stdlib subsetting support
    TristonianJones authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    fddae56 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Support for cel.Env conversion to YAML-serializable config (#1128)

    * Support for cel.Env conversion to an env.Config object
    * Backed out change remove stdlib types as variables
    TristonianJones authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    af0bf8e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    4adcf4d View commit details
    Browse the repository at this point in the history
  2. Option to configure CEL via env.Config object (#1129)

    * FromConfig option to configure CEL from an external config file
    * Validation tests and cel package tests
    TristonianJones authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4b27149 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Support for feature flags and validators in env.Config (#1132)

    * Support for feature flags and validators in env.Config
    * Minor update to documentation
    TristonianJones authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    45c4980 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Use remote caching for Cloud Build with Bazel (#1134)

    * Use remote caching for Cloud Build with Bazel
    
    Signed-off-by: Justin King <jcking@google.com>
    
    * Also bump machineType to E2_HIGHCPU_32
    
    Signed-off-by: Justin King <jcking@google.com>
    
    ---------
    
    Signed-off-by: Justin King <jcking@google.com>
    jcking authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    fad0c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Support for splitting nested branching operators within policies (#1136)

    * Support for splitting nested branching operators within policies
    * Introduce an ast.Heights() helper
    * Updated tests and expanded flattening to all calls
    * Added test case for comprehension pruning during unnest
    TristonianJones authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9855c70 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Separate unnest optimization from composer to capture type info (#1138)

    * Separate unnest optimization from composer to capture type info
    * Simplify the variable tracking during unnest
    TristonianJones authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    3b3a438 View commit details
    Browse the repository at this point in the history
Loading