Mehrdad Afshari
d3143cd90f
Fix post_tests_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
4ef3c92170
Fix post_tests_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d8ef4887dd
Fix post_tests_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
1a0ff1edb4
Fix post_tests_c.sh to pass shellcheck
7 years ago
Mehrdad Afshari
517d298071
Fix bundle_install_wrapper.sh to pass shellcheck
7 years ago
Mehrdad Afshari
ba137985ff
Fix build_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
3b6dcfa3be
Fix build_python_msys2.sh to pass shellcheck
7 years ago
Mehrdad Afshari
009941ed51
Fix build_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
0ccd3af0e8
Fix build_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
3bfa56fcea
Fix build_python.sh to pass shellcheck
7 years ago
David G. Quintas
af605bae61
Merge pull request #13226 from dgquintas/super_detect_flakes
...
Many improvements to detect flakes script
7 years ago
apolcyn
2ebb168ac7
Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests
...
Tentatively disable so_reuseport in ruby tests
7 years ago
apolcyn
dd1dbca2c3
Merge pull request #13561 from apolcyn/revise_bazel_api
...
Carry on from #13468 , simplify bazel consumption of grpc
7 years ago
David Garcia Quintas
806de15273
yapf'd the new file
7 years ago
Alexander Polcyn
54a70409c0
Move more special cases in bazel build to the .bzl files
7 years ago
Ning Ren
00a7d47e5b
Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check.
...
Otherwise include "third_party/nanopb/pb.h" will find local ph.h rather than the one in "//external:nanopb".
7 years ago
Ning Ren
174e02ae3e
Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build.
7 years ago
Yuchen Zeng
65ca508892
Merge pull request #13785 from y-zeng/cli_token
...
Support access token credential in grpc_cli
7 years ago
David Garcia Quintas
4131b58688
Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes
7 years ago
Yuchen Zeng
487ee31b9e
Address review comments
7 years ago
Mehrdad Afshari
5b6b591343
Merge pull request #13789 from grpc/v1.8.x
...
Upmerge changes from v1.8.x to master
7 years ago
kpayson64
f5649c7e96
Merge pull request #13786 from kpayson64/fix_python_server_race
...
Fixes race condition in Python server shutdown
7 years ago
Ken Payson
8179b9523a
Fixes race condition in Python server shutdown
...
When we set the call state to "CANCELLED" after
grpc_cancel_all_calls, we would block other start batch
operations from happening. The rpc_state for the cancelled
call would still be in the server's rpc_states set, but it
would never get removed because there were no active batches
for the call, and the only place we remove from rpc_states is
when a batch completes.
It is better to rely on c-core's cancellation. Once a call
is cancelled, all subsequent ops on that call will return
immediately with a cancellation error.
The RLock() change is due to the possibility that
_on_call_completed
gets invoked immediately when the call has already completed when the
rpc_future callback is created.
7 years ago
Nathaniel Manista
bbb6270dc7
Merge pull request #13784 from nathanielmanistaatgoogle/13752
...
Reallow out-of-spec metadata.
7 years ago
Yuchen Zeng
243505060a
Support access token credential in grpc_cli
7 years ago
Noah Eisen
ba6ca24a18
Merge pull request #13773 from ncteisen/tsan
...
Fix tsan in bad_client tests
7 years ago
Nathaniel Manista
e1c4021726
Reallow out-of-spec metadata
...
This restore unsupported, de facto behavior that was dropped in
80516e884a
but that it turns out a lot of folks
have been using.
7 years ago
Jan Tattermusch
5d37e61d06
Merge pull request #13775 from jtattermusch/dont_hardcode_boringssl_headers
...
cmake: Don't rely on boringssl headers when ssl provider is "package"
7 years ago
Jan Tattermusch
86ef92516a
dont hardcode using boringssl headers when ssl provider is package
7 years ago
Jan Tattermusch
b2c389352f
Merge pull request #13769 from jtattermusch/cmake_exclude_custom_ares
...
Exclude artificial ares target when building with cmake
7 years ago
Jan Tattermusch
cd0d7547bc
Merge pull request #13763 from jtattermusch/csharp_examples_cleanup
...
Cleanup C# examples
7 years ago
kpayson64
f0b89e2a3f
Merge pull request #13764 from kpayson64/fix_unused_param
...
Fix unused parameter warning in cpp codegen
7 years ago
Noah Eisen
430f745e6b
Fix tsan in bad_client tests
7 years ago
Alexander Polcyn
b14f1ea602
Disable soreuseport in ruby unit tests
7 years ago
Jan Tattermusch
3fc14dc979
exclude artificial ares target when building with cmake
7 years ago
David Garcia Quintas
eb81761f64
Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes
7 years ago
Craig Tiller
78335ac376
Merge pull request #13710 from ctiller/fix17it1
...
Fix test helper binaries
7 years ago
kpayson64
92b6e9909a
Merge pull request #13758 from kpayson64/fix_yapf_code
...
Ignore pyc files on yapf diff
7 years ago
Muxi Yan
b8a28d2e3f
Merge pull request #13754 from muxi/fix-stream-compression-gzip
...
Fix stream_compression_payload flake
7 years ago
David Garcia Quintas
11053bc665
PR comments
7 years ago
Ken Payson
096e3c34b7
Fix unused parameter warning in cpp codegen
7 years ago
Jan Tattermusch
63110654a1
regenerate routeguide protos
7 years ago
Jan Tattermusch
4dec552614
regenerate helloworld protos
7 years ago
Jan Tattermusch
990299b48d
upgrade Grpc and Protobuf nugets in routeguide
7 years ago
Jan Tattermusch
2df1c24f1d
upgrade Grpc and Protobuf nugets in helloworld
7 years ago
Jan Tattermusch
a54c12d6cd
regenerate helloworld-from-cli protos
7 years ago
Jan Tattermusch
b12b8d0ddf
cleanup helloworld for dotnet CLI
7 years ago
adelez
c969a67b46
Merge pull request #13736 from menghanl/release_matrix
...
Add go release versions to client_matrix.py
7 years ago
adelez
cc847e5184
Merge pull request #13737 from menghanl/fix_release_matrix
...
Fix interop_matrix/create_matrix_images.py error
7 years ago
Jan Tattermusch
04fb1c0b31
Merge pull request #13744 from jtattermusch/backport_13604
...
Backport #13604 to v1.8.x
7 years ago