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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.3
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.16.0
Choose a head ref
  • 9 commits
  • 77 files changed
  • 5 contributors

Commits on May 24, 2023

  1. Bump socket.io-parser from 4.2.2 to 4.2.3 in /repl/appengine/web (#713)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.2...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    8d75c0f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fix for macro call tracking with optional list elements (#712)

    * Fix for macro call tracking with optional list elements
    * Additional coverage tests
    TristonianJones authored May 25, 2023
    Configuration menu
    Copy the full SHA
    af41637 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Bump google.golang.org/genproto (#714)

    This picks up a version of genproto that separates api and rpc packages into submodules,
    to enable dropping transitive dependencies on cloud API packages in the future
    for uses of those generic packages.
    liggitt authored May 26, 2023
    Configuration menu
    Copy the full SHA
    fb3273c View commit details
    Browse the repository at this point in the history
  2. Add vendor integrity check (#716)

    * Add vendor integrity check
    * Use golang base image for verify-vendor.sh
    jpbetz authored May 26, 2023
    Configuration menu
    Copy the full SHA
    b7d6721 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    bf620b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad926f0 View commit details
    Browse the repository at this point in the history
  3. Presence test cost tracking options (#721)

    * Flag for tracking whether presence test operations have the same cost as field accesses
    * Expose default enabled presence test costing at the environment
    * Minor updates to the functional option for clarity
    TristonianJones authored May 30, 2023
    Configuration menu
    Copy the full SHA
    f8fc7b9 View commit details
    Browse the repository at this point in the history
  4. Support for optMap() optional value macro (#717)

    * Support for optMap() optional value macro
    TristonianJones authored May 30, 2023
    Configuration menu
    Copy the full SHA
    afe0a6c View commit details
    Browse the repository at this point in the history
  5. Workspace deps (#722)

    Update WORKSPACE dependencies on cel-spec and go-genproto
    TristonianJones authored May 30, 2023
    Configuration menu
    Copy the full SHA
    6548b40 View commit details
    Browse the repository at this point in the history
Loading