Thanks to visit codestin.com
Credit goes to github.com

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-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: google/cel-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 6, 2025

  1. Add a doc field on Function and update content advice (#446)

    Add a doc field on function and update content advice
    TristonianJones authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b0b1083 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Upgrade the googleapis repo deps, remove switched_rules (#447)

    Upgrade the googleapis repo deps
    TristonianJones authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    0ae0913 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Add a separate field for expressions under input bindings map (#449)

    * Add test_suite and test_config under conformance
    
    * added test_config.pb.go and test_suite.pb.go to conforanmce library build target
    
    * added test suite messages to simple.proto and updated test_config to env_config
    
    * add uncommitted files
    
    * updated build files for generated conformance and test code
    
    * corrected field name in env_config
    
    * replaced Variable and Function messages with cel.expr.DEcl
    
    * resolved comments
    
    * removed redundant any from simple proto
    
    * added context_message as an input kind to test case
    
    * removed redundant anypb import in env_config
    
    * update type_name to context_variable_type to conform with linting rules
    
    * moved test suite, test section and test case to suite.proto under conformance/test
    
    * update context variable attribute name to type_name
    
    * removed redundant FileDescriptor field from config
    
    * Revert "removed redundant FileDescriptor field from config"
    
    This reverts commit 3757b44.
    
    * added separate identifier field for expression type inputs to test case
    
    * corrected comment on input value expr
    
    * corrected comment on input value expr
    
    * removed nested messages and added those as independent messages
    aakash070 authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    ae6fb0d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Add java_lite messages to test_all_types messages (#450)

    * Add java_lite messages to TestAllTypes proto
    * Fix BUILD target names
    l46kok authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    6f8806d View commit details
    Browse the repository at this point in the history
Loading