Naresh
11f199e34d
Workspace changes to build gRPC Python with Bazel
...
- Include new rules from bazelbuild/rules_python, which allow for
importing pip dependencies with Bazel.
- Make Cython BUILD file visible to WORKSPACE.
- Use a custom requirements file for Bazel python. This is added to
allow for requirements previously added only during build steps.
6 years ago
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.
6 years ago
Jan Tattermusch
8fb45dc24f
Merge pull request #16136 from jtattermusch/csharp_reflection_docs
...
Add C# server reflection tutorial
6 years ago
Jan Tattermusch
9f89b6f21b
Merge pull request #16144 from jtattermusch/csharp_cleanup_examples
...
Cleanup and update C# examples
6 years ago
Alexander Polcyn
9896c64186
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
...
This reverts commit d9e8f86675
, reversing
changes made to 04847aeb1e
.
6 years ago
Jan Tattermusch
888d7da8de
address review comments
6 years ago
Mehrdad Afshari
58dec1aa9e
Merge pull request #16157 from mehrdada/upmerge1.14.x
...
Upmerge 1.14.x into master
6 years ago
apolcyn
d9e8f86675
Merge pull request #16158 from apolcyn/revert_windows_breakage
...
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
6 years ago
Srini Polavarapu
04847aeb1e
Merge pull request #16152 from srini100/master
...
Fix spaces in mergeable config file
6 years ago
Muxi Yan
190badb180
Merge pull request #16148 from grpc/boost-boringssl
...
BoringSSL commit and version boost
6 years ago
Yash Tibrewal
d2d8f4776c
Remove the notifier pollset from grpc event engine since it's not used anywhere
6 years ago
Mark D. Roth
78aca7bf85
clang-format
6 years ago
Yash Tibrewal
35925d5863
Add API to grpc event engines to forcibly set underlying fd to be readable/writable/errored
6 years ago
Mark D. Roth
32b8a11b25
Fix build.
6 years ago
Mark D. Roth
43002a3d9f
Remove no-longer-necessary MakePolymorphicRefCounted().
6 years ago
Alexander Polcyn
f34c653936
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
...
This reverts commit ae8d3efc3a
, reversing
changes made to e41215e181
.
6 years ago
Mark D. Roth
87e772fa7b
Fix RefCountedPtr to handle polymorphism.
6 years ago
Mehrdad Afshari
70ae86e049
Merge branch 'v1.14.x'
6 years ago
Mehrdad Afshari
62ce6a8e49
Merge pull request #16153 from mehrdada/backport-SERVICE_NAME-to-1.14.x
...
Add SERVICE_NAME to reflection/health (1.14.x backport)
6 years ago
apolcyn
7fc47f27d5
Merge pull request #16142 from apolcyn/optionally_wait_long
...
Wait a configurable amount of time for benchmark channels to connect
6 years ago
Mehrdad Afshari
b69e2681ee
Merge pull request #16151 from mehrdada/server-reflection-service-name-exposure
...
Add SERVICE_NAME to reflection/health
6 years ago
Mehrdad Afshari
ae8ab0f749
Add SERVICE_NAME to reflection/health
6 years ago
Srini Polavarapu
ad2c5bee58
fix space
6 years ago
Srini Polavarapu
d6df4d59d6
fix space
6 years ago
Mehrdad Afshari
b12f0aaf07
Add SERVICE_NAME to reflection/health
6 years ago
Eric Anderson
a2bb308c8f
Merge pull request #16129 from ejona86/special-interop
...
Add interop test for status description with special characters
6 years ago
Muxi Yan
3ffde93f85
BoringSSL commit and version boost
6 years ago
Alexander Polcyn
a2160f547f
Wait a configurable amount of time for benchmark channels to become ready
6 years ago
Mehrdad Afshari
ac81f5aa32
Merge pull request #16145 from mehrdada/rollback-16133
...
Revert "Switched to extra_requires for Python 2 specific requirements"
6 years ago
Jean de Klerk
4cc2e6031c
Move to bottom
6 years ago
Mehrdad Afshari
0b739a2547
Revert "Switched to extra_requires for Python 2 specific requirements"
...
This reverts commit 2e4ab7a6e2
.
6 years ago
Jan Tattermusch
e48fe72622
upgrade HelloworldLegacyCsproj to grpc1.13.1
6 years ago
Jan Tattermusch
1a70151ac7
update the README files
6 years ago
Jan Tattermusch
9f3e83e90a
upgrade c# Helloworld and RouteGuide to v1.13.1
6 years ago
Jan Tattermusch
b56747397b
rename route_guide -> RouteGuide
6 years ago
Jan Tattermusch
b8acb536e3
make new-style .csproj helloworld the default
6 years ago
Jan Tattermusch
760a492c53
move helloworld -> HelloworldLegacyCsproj
6 years ago
Jan Tattermusch
3443de4a65
convert route_guide to .NETcore project
6 years ago
Jan Tattermusch
871268fce9
Address review comments
6 years ago
Mehrdad Afshari
158fb288fc
Merge pull request #16133 from a-musing-moose/feature/python-environment-markers
...
Switched to extra_requires for Python 2 specific requirements
6 years ago
apolcyn
1680f20c35
Merge pull request #16120 from tenderlove/rm-unused-code
...
Remove unused code
6 years ago
apolcyn
ae8d3efc3a
Merge pull request #15797 from apolcyn/windows_compile_and_sort
...
Enable c-ares address sorting on windows
6 years ago
hcaseyal
e41215e181
Merge pull request #16141 from hcaseyal/fix_typo
...
Fix typo in ev_epollex_linux
6 years ago
Nicolas Noble
d81fa7d6ec
Merge pull request #16140 from grpc/mergeable-config
...
Creating mergeable's config.
6 years ago
Hope Casey-Allen
89a2ddb870
Fix typo in ev_epollex_linux
6 years ago
Alex Polcyn
1b1d5e52e7
Get c-ares to compile and do address sorting on windows
6 years ago
Nicolas Noble
cba3575ed7
Creating mergeable's config.
...
Initial attempt at configuring mergeable.
6 years ago
Mehrdad Afshari
c01ec49912
Merge pull request #16138 from mehrdada/disable-beta-api-test
...
Disable Beta API ChannelConnectivityTest
6 years ago
Mehrdad Afshari
e954cd8e5f
Merge pull request #16137 from mehrdada/add-dirname-to-pkg-archive
...
Include commit hash in directory name for archived packages
6 years ago
Yash Tibrewal
3df98c15f7
Merge pull request #16106 from grpc/yashykt-patch-1
...
Add note on retrying RPCs
6 years ago