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: cncf/xds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f00578
Choose a base ref
...
head repository: cncf/xds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ac532f
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 26, 2025

  1. cel: add raw string expression support (#118)

    Signed-off-by: wangbaiping(wbpcode) <[email protected]>
    wbpcode authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    ae57f3c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. keep_matching in OnMatch to skip matched Matchers (#117)

    * Add a keep_matching field to OnMatch which indicates to callers that it should not enforce the matcher's action and instead continue looking for another match if possible
    
    Signed-off-by: Brian Surber <[email protected]>
    
    * Commit synchronized, generated files
    
    Signed-off-by: Brian Surber <[email protected]>
    
    * Add clarification of default behaviors when the field's support hasn't yet been implemented.
    
    Signed-off-by: Brian Surber <[email protected]>
    
    ---------
    
    Signed-off-by: Brian Surber <[email protected]>
    bsurber authored May 1, 2025
    Configuration menu
    Copy the full SHA
    2ac532f View commit details
    Browse the repository at this point in the history
Loading