murgatroid99
5d65eb6bbe
Build the Node health-check package in the build_packages script
8 years ago
Konstantin Podsvirov
d2b883022c
CMake: Installation and Export Configuration
8 years ago
Stanley Cheung
7d8c543d64
regenerate from template
8 years ago
Stanley Cheung
78f0fd4715
fix copyright
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
7b672f8473
remove outdated php dockerfile dependency
8 years ago
Yuchen Zeng
e7068c836e
Remove references to string_ref_helper
8 years ago
Yuchen Zeng
28263275f0
Remove unnecessary dependencies
8 years ago
Stanley Cheung
211a2a0f12
fix copyright
8 years ago
Yuchen Zeng
29ca79be89
Command processing, validation
8 years ago
murgatroid99
598d5240c0
Fix merge again
8 years ago
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
47168ea6ee
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
8 years ago
murgatroid99
224fe989e4
Fixed incorrect merges
8 years ago
murgatroid99
2b7fe5a6c0
Actually commit changes to tools/distrib/python/grpcio_tools/setup.py
8 years ago
Ken Payson
cc17af1681
Remove non-manylinux linux .whl artifacts
8 years ago
Masood Malekghassemi
6f7d4221af
Upgrade virtualenv pip in Python docgen
...
Also ignore the docgen-generated directories under doc/.
8 years ago
murgatroid99
1c2268b453
Correct shell scripting mistake in node package generation code
8 years ago
Jorge Canizales
9e6372380d
Update protobuf submodule to 3.0.0-beta-4
...
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
8 years ago
Masood Malekghassemi
34c9a73ab9
Document the custom grpcio-tools command class
8 years ago
Craig Tiller
268a47a2b1
Add latency profiling from 'important' marks
...
Allows seeing directly how long was spent:
- running up to putting bytes on the wire
- between sending and receiving
- between receiving and finishing
8 years ago
Yuchen Zeng
dd5b9a8086
Fix sanity check
8 years ago
Vijay Pai
c23d33b29b
Revert "Generate html report for perf tests"
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Masood Malekghassemi
398b06e843
Force the Python host version on Mac OS X
8 years ago
Nicolas "Pixel" Noble
6570b83c9c
Splitting interop_server.cc
8 years ago
Yuchen Zeng
1318479011
Separate generated file and protobuf dependency
8 years ago
Ken Payson
dd24c1ece4
Polish grpcio_health_checking package
...
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
8 years ago
Craig Tiller
8f18ee64b2
Make default log verbosity ERROR, run tests with DEBUG
8 years ago
Craig Tiller
4f2d9ae8e2
Add sync variants of important tests, add sweeps across different channel counts
8 years ago
thinkerou
6660c110df
fix spell error by pyflakes found
8 years ago
Masood Malekghassemi
792d899b7e
Support long paths in make_grpcio_tools.py
8 years ago
Masood Malekghassemi
58a0494ceb
Use normalized path separators in `setup.py`s
8 years ago
Masood Malekghassemi
c089a58a20
Change directory when building grpcio-tools
8 years ago
Masood Malekghassemi
027835fbd6
Increase build timeouts for Python artifacts
8 years ago
Masood Malekghassemi
0e12875b7c
Build Python distributions for Python 3
8 years ago
Masood Malekghassemi
9756fa3e1a
Allow make_grpcio_tools.py to be invoked in parallel
8 years ago
Masood Malekghassemi
e917486753
Install virtualenv in Python distribtest Dockerfiles
8 years ago
thinkerou
3a9ba6bd53
delete some commits which not need
8 years ago
Adele Zhou
7d4373bc6e
Generate html report for perf tests
8 years ago
Sree Kuchibhotla
6dbfce0a9d
Add clientSuccess and serverSuccess to BQ schema
8 years ago
yang-g
d28fb6df8f
regenerate projects
8 years ago
Mark D. Roth
dfbdefedd3
Added handshaker.[ch] to build.yaml.
8 years ago
David Garcia Quintas
824363dc2f
Simplified LR filter
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Masood Malekghassemi
d66be0b6f6
Set more build-flags in `setup.py`s
...
Removes MinGW flags from various build scripts, since they're now set in
our `setup.py`s by default. Also removes the arguments for the
extensions in grpcio's setup.py; that function was already accessing
globals anyway, might as well go whole-hog.
8 years ago
Robbie Shade
710d242e89
Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago