1. 29 Aug, 2022 1 commit
  2. 19 Aug, 2022 1 commit
  3. 18 Aug, 2022 1 commit
  4. 17 Aug, 2022 1 commit
  5. 08 Aug, 2022 1 commit
  6. 26 Jul, 2022 1 commit
  7. 19 Jul, 2022 2 commits
  8. 05 Jul, 2022 1 commit
  9. 01 Jul, 2022 2 commits
    • Yash Tibrewal's avatar
      Bump core version to 26.0.0 for upcoming release (#30163) · 46bd0be2
      Yash Tibrewal authored
      * bump C-core version
      
      * regenerate projects
      46bd0be2
    • Yash Tibrewal's avatar
      Upmerge v1.47.x branch into master (#30160) · 9d6999e3
      Yash Tibrewal authored
      
      * Bump version to 1.47.0-pre1 (on v1.47.x branch) (#29830)
      
      * bump version to 1.47.0-pre1
      
      * regenerate projects
      
      * xDS: Workaround to get gRPC clients working with istio (#29841) (#29850)
      
      * xDS: Workaround to get gRPC clients working with istio
      
      * Formatting
      
      * Comment test too
      
      * Disable instead of commenting
      
      * Support for prebuilt Ruby binary on x64-mingw-ucrt platform (#29684) (#29868)
      
      * Add support for prebuilt Ruby binary on x64-mingw-ucrt platform, which is used for Windows RubyInstaller Ruby 3.1+
      
      Co-authored-by: default avatarJohnny Shields <johnny.shields@gmail.com>
      
      * use constraints value in @platforms instead of @bazel_tools//platforms https://github.com/bazelbuild/bazel/issues/8622
      
       (#30019)
      
      * Set Correct Platform Tag in Wheels on Mac OS with Python 3.10 (#29857) (#30026)
      
      * Attempt to set correct platform on Mac OS
      
      * Add some debug
      
      * Make it fail
      
      * Print more
      
      * Try again
      
      * Maybe it's an ordering issue?
      
      * Get logs back
      
      * Try copying distutils to see exactly what is being used
      
      * Actually export the variable
      
      * I just love debugging with CI
      
      * One directory higher this time
      
      * Try with an upgraded Python install
      
      * Fix version
      
      * Rebreak
      
      * Try setting it even earlier?
      
      * Unbreak
      
      * Try explicitly renaming the artifacts
      
      * Fix
      
      * I am about ready to start NAT hole punching for SSH
      
      * Break things for logs
      
      * Whoops
      
      * Clean up
      
      * Shellcheck
      
      * xds-k8s jobs: standardize TESTING_VERSION (#30027) (#30048)
      
      This Addresses the issue with skips not working in golang tests, ref b/235688697. 
      
      1. Unifies `TESTING_VERSION` detection  in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages.
      2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
      
      * Bump Release Version to 1.47.0 (#30073)
      
      * bump version to 1.47.0
      
      * regenerate projects
      
      * Using string rep for status-time (#30123) (#30145)
      
      * tell MSVC to build grpc with utf-8 (#30003) (#30153)
      
      * tell MSVC to build grpc with utf-8
      
      fix #29979
      
      * generate_projects
      
      Co-authored-by: default avatarAJ Heller <hork@google.com>
      
      Co-authored-by: default avatarAJ Heller <hork@google.com>
      
      Co-authored-by: default avatarRichard Belleville <rbellevi@google.com>
      Co-authored-by: default avatarapolcyn <apolcyn@google.com>
      Co-authored-by: default avatarJohnny Shields <johnny.shields@gmail.com>
      Co-authored-by: default avatarAra Nguyen <91614797+aranguyen@users.noreply.github.com>
      Co-authored-by: default avatarSergii Tkachenko <sergiitk@google.com>
      Co-authored-by: default avatarEsun Kim <veblush@google.com>
      Co-authored-by: default avatarhongnod <6680267+hongnod@users.noreply.github.com>
      Co-authored-by: default avatarAJ Heller <hork@google.com>
      9d6999e3
  10. 30 Jun, 2022 8 commits
  11. 29 Jun, 2022 8 commits
  12. 28 Jun, 2022 8 commits
    • Yash Tibrewal's avatar
      Fix MacOS master (#30137) · 766caf51
      Yash Tibrewal authored
      766caf51
    • Esun Kim's avatar
      Using string rep for status-time (#30123) · 2119f54f
      Esun Kim authored
      2119f54f
    • Richard Belleville's avatar
      Fix Race Condition During grpcio-tests Install on CI (#30093) · dec31be0
      Richard Belleville authored
      * Tryonly running fetch_build_eggs once
      
      * Run pip freeze
      
      * Use the correct pip
      
      * Try explicitly printing stacktrace
      
      * Try to pin/upgrade the wheel package
      
      * Try running only 3.8
      
      * Show the initial state of the egg directory
      
      * Whoops
      
      * More permissive
      
      * What does this button do?
      
      * Try just 3.9
      
      * Try 3.10
      
      * Back to 3.8
      
      * Try pre-installing protobuf
      
      * Clean up
      
      * Clean up better
      dec31be0
    • Wanlin Du's avatar
      Move PSM results to separate table. (#30088) · 55130967
      Wanlin Du authored
      55130967
    • Jan Tattermusch's avatar
      Update win RBE docker image to VS2019 (#30072) · 99a7f299
      Jan Tattermusch authored
      * update win RBE docker image and toolchain
      
      and switch win RBE builds to using it.
      
      * delete legacy RBE windows toolchain config
      
      * switching to VS2019 makes #28544 obsolete
      99a7f299
    • Benoit Daloze's avatar
      Make the gem build on TruffleRuby (#27660) · 0a5d9828
      Benoit Daloze authored
      * replace darwin checks in extconf.rb to exclude TruffleRuby
      
      * inherit RANLIB and STRIP from RbConfig, set LDXX
      
      * enable overriding ranlib command in top-level makefile
      
      * ensure the -no_warning_for_no_symbols flag is only used with Apple's ranlib
      
      * don't embed openssl & zlib on truffleruby
      
      * add RbConfig's cppflag to CPPFLAGS when using TruffleRuby
      
      * this ensure the paths to find the system's OpenSSL are set up correctly with TruffleRuby (includes being able to find an OpenSSL installed via Homebrew etc)
      
      * don't statically link standard libraries on Linux with Truffleruby
      
      * This does not work when compiling to bitcode.
      
      * Prefer SIGTERM to SIGQUIT for graceful shutdown in examples
      
      * Overriding SIGQUIT is suboptimal, for example on JVM where it is very
        useful to dump the thread stacktraces.
      
      * Keep the rb_tr_abi_version symbol for TruffleRuby in grpc_c.so
      
      * Otherwise TruffleRuby cannot verify the ABI version is correct.
      * See https://github.com/oracle/truffleruby/issues/2386
      
      
      
      * Use RbConfig::CONFIG['STRIP'] instead of just `strip`
      
      * Use a local variable for apple_toolchain for consistency
      
      * Add a comment about -static-libgcc -static-libstdc++ and TruffleRuby
      
      * Split comment into two for openssl/zlib
      
      Co-authored-by: default avatarNicolas Laurent <nicolas.laurent@oracle.com>
      0a5d9828
    • Craig Tiller's avatar
      Reland (again) bytestream removal (#29987) · eb5ae614
      Craig Tiller authored
      * Revert "Revert "Reland bytestream removal (#29911)" (#29964)"
      
      This reverts commit e6c6840d
      
      .
      
      * initial fc fuzzer
      
      * fixes
      
      * add rq to fc fuzzer
      
      * fleshing things out
      
      * Automated change: Fix sanity tests
      
      * cleanup
      
      * send with payload
      
      * ensure if no reader no flow control tokens are granted
      
      * remove some public methods
      
      * remove bogus benchmarks
      
      * account for pending size
      
      * Automated change: Fix sanity tests
      
      * Automated change: Fix sanity tests
      
      * better logic
      
      * Automated change: Fix sanity tests
      
      * fix
      
      * fixes
      
      * fuzz pending size
      
      * Automated change: Fix sanity tests
      
      * fix
      
      * Automated change: Fix sanity tests
      
      * huh
      
      * increase too short timeout
      
      * review feedback
      
      * review feedback
      
      * fix u32 overflow
      
      * fix
      
      * robustness fixes for channelz_servicer_test
      
      * fix
      
      * Automated change: Fix sanity tests
      
      * fix
      
      * fix
      
      * fix
      
      * Automated change: Fix sanity tests
      
      * dont send window updates if read closed
      
      * Automated change: Fix sanity tests
      
      Co-authored-by: default avatarctiller <ctiller@users.noreply.github.com>
      eb5ae614
    • Wanlin Du's avatar
      Add regular tests for PSM benchmarks CI (#30122) · 17811f67
      Wanlin Du authored
      * Add regular tests for PSM benchmarks CI
      17811f67
  13. 27 Jun, 2022 5 commits