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: grpc/grpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.54.2
Choose a base ref
...
head repository: grpc/grpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.54.3
Choose a head ref
  • 11 commits
  • 78 files changed
  • 10 contributors

Commits on May 25, 2023

  1. [client_channel] backport to 1.54: Fix use-after-free (#33245)

    Backport #33239 to 1.54.
    
    Co-authored-by: Craig Tiller <ctiller@google.com>
    markdroth and ctiller authored May 25, 2023
    Configuration menu
    Copy the full SHA
    bd68b35 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. [PSM interop] Don't fail target if sub-target already failed (#33222) (

    …#33303)
    
    We configured TestGrid to file bug separately for each failed
    sub-target, if we still fail the main target, TestGrid will fail
    duplicate bugs.
    
    
    
    
    <!--
    
    If you know who should review your pull request, please assign it to
    that
    person, otherwise the pull request would get assigned randomly.
    
    If your pull request is for a specific language, please add the
    appropriate
    lang label.
    
    -->
    XuanWang-Amos authored May 31, 2023
    Configuration menu
    Copy the full SHA
    6894b4b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. [PSM interop] Don't fail url_map target if sub-target already failed …

    …(v1.54.x backport) (#33525)
    
    Backport of #33520 to v1.54.x.
    ---
    Follow up change of #33222.
    
    We don't want file multiple bugs if any of the sub-tests of the
    `url_map` test fails.
    
    <!--
    
    If you know who should review your pull request, please assign it to
    that
    person, otherwise the pull request would get assigned randomly.
    
    If your pull request is for a specific language, please add the
    appropriate
    lang label.
    
    -->
    XuanWang-Amos authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    da9ef34 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. [backport][iomgr][EventEngine] Improve server handling of file descri…

    …ptor exhaustion (#33670)
    
    Backport of #33656
    drfloob authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f44cddb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Automated fix for refs/heads/v1.54.x (#33682)

    PanCakes to the rescue!
    
    We noticed that our 'sanity' test was going to fail, but we think we can
    fix that automatically, so we put together this PR to do just that!
    
    If you'd like to opt-out of these PR's, add yourself to NO_AUTOFIX_USERS
    in .github/workflows/pr-auto-fix.yaml
    
    Co-authored-by: ctiller <ctiller@users.noreply.github.com>
    github-actions[bot] and ctiller authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b8fd152 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. [release] Bump release version 1.54.3 (#33708)

    Generated by release script
    apolcyn authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d084ddc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [PSM Interop] Legacy test builds always pull the driver from master (…

    …v1.54.x backport) (#33725)
    
    Backport of #33699 to v1.54.x.
    ---
    Similar to grpc/grpc-java#8982.
    All other languages already to this.
    
    Needed for easier deployment of #33685.
    
    ref b/274944592
    sergiitk authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7a053eb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. [PSM Interop] Legacy tests: fix xDS test client build (v1.54.x backpo…

    …rt) (#33809)
    
    Backport of #33796 to v1.54.x.
    ---
    #33699 incorrectly changed the legacy
    builds to not just use the test driver from the master, but also to
    build from it. This PR fixes the issue, and also updates the python job
    to work use the driver from master.
    sergiitk authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    057ff9b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. [v1.54][Build] Update Phusion baseimage (#33767) (#33835)

    Eugene Ostroukhov authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c3fadd6 View commit details
    Browse the repository at this point in the history
  2. [Backport] [dependency] Restrict cython to less than 3.X (#33771)

    *Beep boop. This is an automatically generated backport of #33738.*
    
    This should resolve breakage on master caused by the jump to Cython
    3.0.0 this morning.
    gnossen authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b80ee02 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. [v1.54.x][Interop] Backport Python image update (#33865)

    Update Phusion base image to address security issues. Original PR:
    #33847
    Eugene Ostroukhov authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    868412b View commit details
    Browse the repository at this point in the history
Loading