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
Craig Tiller
61e2040de0
Get json_run_localhost working again
8 years ago
Craig Tiller
72376da8ba
Get json_run_localhost working again
8 years ago
Masood Malekghassemi
48d07c6489
Add special methods to generated Python docs
...
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
8 years ago
Masood Malekghassemi
165f9a713b
Restructure reStructured text to be valid
8 years ago
Alexander Polcyn
cdff92f02e
added ruby client compression interop tests
8 years ago
Nicolas "Pixel" Noble
aa0b4c8084
Bringing 0.15 to protobuf beta 3.3 to satisfy both nodejs and objc.
8 years ago
Masood Malekghassemi
1fa0faa2e2
Add src/compiler to clang format
8 years ago
Craig Tiller
2808be6641
Fix regex filtering
8 years ago
Nicolas "Pixel" Noble
49bfb92dc1
Master is now 1.1.0-dev.
8 years ago
Nicolas "Pixel" Noble
8c72ae43f9
Flagging master as 1.0.0-pre1.
8 years ago
Nicolas "Pixel" Noble
9183314435
Addressing comments.
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
8 years ago
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
8 years ago
Craig Tiller
c919aff578
Prep for making GA video
8 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
9 years ago