Naresh
3af1aaadab
Basic setup to build gRPC Python with Bazel
...
Building gRPC Python with Bazel has been one of the long requested
additions to gRPC (#8079 ). Doing so had been made complex by the fact
that Bazel itself is still in active development.
There has been extensive work on building Cython code at tensorflow,
which can be reused for gRPC's purposes as well.
Major included changes required for building grpcio with Bazel are:
- Include Cython as a third party Bazel package, to compile the Cython
parts of gRPC Python.
- Include rules for Python autoconfiguration so Python headers can be
detected by cygrpc.
7 years ago
adelez
0ed80eacc3
Merge pull request #15961 from adelez/foundry2
...
Configure bazel builds to use Foundry's multipool feature.
7 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)
7 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)
7 years ago
Mehrdad Afshari
2a046b71e3
Install Cython on python3.7
7 years ago
Mehrdad Afshari
21a047a1aa
Build 64-bit Python 3.7 packages on macOS and Windows
7 years ago
Adele Zhou
c9868d011b
Add copyright
7 years ago
Adele Zhou
bd35dfaad9
Do not upload results to bigquery for pull requests.
7 years ago
Matt Kwong
19b8398b14
Merge pull request #15957 from matt-kwong/cherry-python37
...
Cherrypick: Install Python3.7 on Windows and MacOS
7 years ago
Matt Kwong
2e381482de
Merge pull request #15912 from matt-kwong/python37
...
Install Python3.7 on Windows and MacOS
7 years ago
Adele Zhou
a046f6e3ee
Configure bazel builds to use Foundry's multipool feature.
7 years ago
Mehrdad Afshari
46f399a282
Merge pull request #15960 from mehrdada/upmerge-v1.13.x
...
Upmerge v1.13.x into master
7 years ago
Mehrdad Afshari
1cc028fbc8
Upmerge v1.13.x into master
7 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)
7 years ago
Mehrdad Afshari
a058d19b45
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
7 years ago
Matt Kwong
3dce7cb69d
Install Python3.7 on Windows and MacOS
7 years ago
Matt Kwong
969e12cdc6
Install Python3.7 on Windows and MacOS
7 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
7 years ago
Mehrdad Afshari
6e2d9f40e6
Merge pull request #15954 from mehrdada/revert-to-official-manylinux
...
Revert to the official manylinux1 image
7 years ago
Mehrdad Afshari
bf7186aa51
Merge pull request #15953 from mehrdada/fix-artifact-py
...
Pin cython to 0.28.3 temporarily
7 years ago
Mehrdad Afshari
f243cb6afa
Revert to the official manylinux1 image
7 years ago
Mehrdad Afshari
bd233ba18a
Revert to the official manylinux1 image
7 years ago
Mehrdad Afshari
6359ab0329
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
7 years ago
Vijay Pai
bf9ff4e7e5
Merge pull request #15945 from vjpai/drop_assert
...
Drop a spurious assert, since ServerReader can SendInitialMetadata
7 years ago
Noah Eisen
7ff678c718
Merge pull request #15906 from ncteisen/channelz
...
Fix Channelz Linkage Error
7 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.
7 years ago
Jan Tattermusch
a894702454
Merge pull request #15940 from jtattermusch/add_troubleshooting
...
Add TROUBLESHOOTING.md
7 years ago
Jan Tattermusch
4eb44f3dfb
Address review comments.
7 years ago
Juanli Shen
86aa172d9b
Merge pull request #15919 from AspirinSJL/reorder
...
Reorder steps in ServerBuilder::BuildAndStart()
7 years ago
ncteisen
caa85b2a43
Reviewer feedback
7 years ago
ncteisen
c9c1feffca
Write ClientChannelNode in terms of client_channel
7 years ago
ncteisen
230035180f
Change pattern to have subtype do json population
7 years ago
ncteisen
afb9829819
Fix the muddled linkeage of channelz
7 years ago
Vijay Pai
c5336fcf8b
Drop a spurious assert, since ServerReader can SendInitialMetadata
7 years ago
Jan Tattermusch
19010459a0
Mention troubleshooting guide in top level README.md
7 years ago
Jan Tattermusch
a811fd63d1
Update TROUBLESHOOTING.md
7 years ago
Jan Tattermusch
c81a4656de
Add TROUBLESHOOTING.md
7 years ago
yihuaz
252d3f3b46
Merge pull request #15909 from yihuazhang/local_channel_credentials
...
Implement local channel/server credentials
7 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
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
Yihua Zhang
587b40ddac
finished 2nd revision
7 years ago
Yihua Zhang
ff6c5b29c9
Merge remote-tracking branch 'upstream/master' into local_channel_credentials
7 years ago
Hope Casey-Allen
71566ffa93
Allocate on call arena in client_auth_filter
7 years ago
Noah Eisen
1115bb7b6d
Merge pull request #15859 from kerrick-lyft/kerrick-lyft-patch-1
...
Fix Bazel build instructions
7 years ago
Kerrick Staley
f44f0bc592
Merge branch 'master' into kerrick-lyft-patch-1
7 years ago
Yihua Zhang
0bcc55f6b7
finished 1st revision
7 years ago
Yihua Zhang
c5f1eda10f
implement loca credentials
7 years ago