David Garcia Quintas
d1deaad1be
Added test
6 years ago
adelez
0ed80eacc3
Merge pull request #15961 from adelez/foundry2
...
Configure bazel builds to use Foundry's multipool feature.
6 years ago
Mehrdad Afshari
dce1e10e31
Merge pull request #15965 from grpc/v1.13.x
...
Upmerge v1.13.x (Python3.7 macOS/Windows 64-bit targets)
6 years ago
Mehrdad Afshari
ff38bb6aae
Merge pull request #15963 from mehrdada/python37-mac-windows-wheels-64bit
...
Add Python 3.7 Mac and Windows artifact targets (64bit)
6 years ago
Matt Kwong
c2158edea4
Fix Dart interop tests by upgrading to Dart 2
6 years ago
Mehrdad Afshari
2a046b71e3
Install Cython on python3.7
6 years ago
Mehrdad Afshari
21a047a1aa
Build 64-bit Python 3.7 packages on macOS and Windows
6 years ago
Adele Zhou
c9868d011b
Add copyright
6 years ago
Adele Zhou
bd35dfaad9
Do not upload results to bigquery for pull requests.
6 years ago
Sree Kuchibhotla
7e9d52530d
Move executor implementation into GrpcExecutor class
6 years ago
Matt Kwong
19b8398b14
Merge pull request #15957 from matt-kwong/cherry-python37
...
Cherrypick: Install Python3.7 on Windows and MacOS
6 years ago
Matt Kwong
2e381482de
Merge pull request #15912 from matt-kwong/python37
...
Install Python3.7 on Windows and MacOS
6 years ago
Adele Zhou
a046f6e3ee
Configure bazel builds to use Foundry's multipool feature.
6 years ago
Matt Kwong
b2670fceb7
Add error handling for when a test result cannot be parsed
6 years ago
Mehrdad Afshari
46f399a282
Merge pull request #15960 from mehrdada/upmerge-v1.13.x
...
Upmerge v1.13.x into master
6 years ago
Mehrdad Afshari
1cc028fbc8
Upmerge v1.13.x into master
6 years ago
Mehrdad Afshari
4216ba42e1
Merge pull request #15958 from mehrdada/backport-15953-into-v1.13.x
...
Backport #15953 into v1.13.x (Pin cython to 0.28.3)
6 years ago
Mehrdad Afshari
a058d19b45
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
6 years ago
Matt Kwong
3dce7cb69d
Install Python3.7 on Windows and MacOS
6 years ago
Matt Kwong
969e12cdc6
Install Python3.7 on Windows and MacOS
6 years ago
Mehrdad Afshari
7f6d24b6c8
Merge pull request #15955 from mehrdada/backport-15954-to-v1.13.x
...
Backport #15954 (Python3.7 manylinux1 Dockerfile) to v1.13.x
6 years ago
Mehrdad Afshari
6e2d9f40e6
Merge pull request #15954 from mehrdada/revert-to-official-manylinux
...
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
bf7186aa51
Merge pull request #15953 from mehrdada/fix-artifact-py
...
Pin cython to 0.28.3 temporarily
6 years ago
Mehrdad Afshari
f243cb6afa
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
bd233ba18a
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
6359ab0329
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
6 years ago
Vijay Pai
bf9ff4e7e5
Merge pull request #15945 from vjpai/drop_assert
...
Drop a spurious assert, since ServerReader can SendInitialMetadata
6 years ago
Noah Eisen
7ff678c718
Merge pull request #15906 from ncteisen/channelz
...
Fix Channelz Linkage Error
6 years ago
Nathaniel Manista
7c312e3d65
Merge pull request #15845 from ghostwriternr/add_gevent_to_bazel
...
Add gevent_util.h to grpc_base_c Bazel target.
6 years ago
Jan Tattermusch
a894702454
Merge pull request #15940 from jtattermusch/add_troubleshooting
...
Add TROUBLESHOOTING.md
6 years ago
Jan Tattermusch
4eb44f3dfb
Address review comments.
6 years ago
Alexander Houben
7a7e09cf8a
Xamarin support: introduce PlatformApis.isXamarin*, working NativeMethods for Xamarin.Android, do not use System.Runtime.Loader on Android for the moment
6 years ago
Juanli Shen
86aa172d9b
Merge pull request #15919 from AspirinSJL/reorder
...
Reorder steps in ServerBuilder::BuildAndStart()
6 years ago
ncteisen
caa85b2a43
Reviewer feedback
6 years ago
ncteisen
c9c1feffca
Write ClientChannelNode in terms of client_channel
6 years ago
ncteisen
230035180f
Change pattern to have subtype do json population
6 years ago
ncteisen
afb9829819
Fix the muddled linkeage of channelz
6 years ago
David Garcia Quintas
c53f8dfbfc
Fixed ordering in adding pending picks to RR
6 years ago
Vijay Pai
c5336fcf8b
Drop a spurious assert, since ServerReader can SendInitialMetadata
6 years ago
Dan Rosart
d4c98676e3
Run clang-format
6 years ago
Jan Tattermusch
19010459a0
Mention troubleshooting guide in top level README.md
6 years ago
Jan Tattermusch
a811fd63d1
Update TROUBLESHOOTING.md
6 years ago
Jan Tattermusch
c81a4656de
Add TROUBLESHOOTING.md
6 years ago
yihuaz
252d3f3b46
Merge pull request #15909 from yihuazhang/local_channel_credentials
...
Implement local channel/server credentials
6 years ago
hcaseyal
f0375f86e9
Merge pull request #15879 from hcaseyal/client_auth_allocation
...
Remove allocation in client auth filter and use call arena instead
7 years ago
Noah Eisen
024c663312
Merge pull request #15771 from ncteisen/serialization
...
Support Per-Method Codegen Generic on Server Side
7 years ago
Dan Rosart
477a1aec5a
Don't segfault when product name from BIOS is empty
...
Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
7 years ago
Vijay Pai
bca3d3a6d0
Merge pull request #15902 from Torgen/gcp_environment_port_platform
...
Include port_platform in gcp_environment tests.
7 years ago
Juanli Shen
9e77eeb0d5
Update comment
7 years ago
Yihua Zhang
e83415df72
minor fix
7 years ago