aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* watch channel state without the gil to fix deadlock on abrupt SIGTERMGravatar Alexander Polcyn2017-03-15
|
* add failing test revealing bug in channel state apiGravatar Alexander Polcyn2017-03-15
|
* add initial framework for full end2end tests outside of rspecGravatar Alexander Polcyn2017-03-14
|
* Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
|\ | | | | Add uv resolver fallback for named ports, fix portability tests
* | Introducing 1.2.0-pre1Gravatar David Garcia Quintas2017-03-09
| |
| * Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| |
* | Fix mac buildGravatar Craig Tiller2017-03-09
| |
* | Merge pull request #10046 from jtattermusch/dont_silence_run_tests_use_dockerGravatar Jan Tattermusch2017-03-09
|\ \ | | | | | | Dont silence realtime output from run_tests.py --use_docker
* \ \ Merge pull request #10033 from matt-kwong/fix-dockerfilesGravatar matt-kwong2017-03-08
|\ \ \ | | | | | | | | Fix pyenv Dockerfile
* \ \ \ Merge pull request #9977 from ctiller/fssplitGravatar Craig Tiller2017-03-08
|\ \ \ \ | | | | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
| | * | | Fix pyenv dockerfileGravatar Matt Kwong2017-03-08
| | | |/ | | |/|
* | | | Fix misplaced assert in run_tests.pyGravatar David Garcia Quintas2017-03-08
| | | |
| | | * dont silence realtime output from run_tests.py --use_dockerGravatar Jan Tattermusch2017-03-08
| |_|/ |/| |
* | | make report naming internal-CI compliantGravatar Jan Tattermusch2017-03-08
| | |
* | | Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2Gravatar Mehrdad Afshari2017-03-07
|\ \ \ | |_|/ |/| | Updated protobuf dependency for python to 3.2.0
* | | Ensure port server is running on remote hostsGravatar Craig Tiller2017-03-07
| | |
| * | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
|/ /
* | fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
| |
* | Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it.
* | fix C# nuget restoreGravatar Jan Tattermusch2017-03-07
| |
* | regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
| |
* | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
| |
* | upgrade third_party/protobuf to 3.2.0Gravatar Jan Tattermusch2017-03-07
| |
| * Merge branch 'fssplit' of github.com:ctiller/grpc into fssplitGravatar Craig Tiller2017-03-06
| |\
| * | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| | |
* | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
|\ \ \
| | | * Fix mac buildGravatar Craig Tiller2017-03-03
| | | |
* | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-03-03
|\ \ \ \ | | | | | | | | | | Add a slice type that shares a refcount with a transport stream
| | | | * Move trickle to the end: it takes a while, and its less important (in the ↵Gravatar Craig Tiller2017-03-03
| | | |/ | | | | | | | | | | | | face of failures)
| | | * Update test listGravatar Craig Tiller2017-03-03
| | | |
| | | * Get back trickleGravatar Craig Tiller2017-03-03
| | | |
| | | * Further splittingGravatar Craig Tiller2017-03-03
| | | |
| | | * Split bm_fullstack unary ping pong outGravatar Craig Tiller2017-03-03
| | | |
| | | * Prep for splitting bm_fullstackGravatar Craig Tiller2017-03-03
| | | |
| | | * Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| |_|/ |/| |
* | | Merge pull request #9930 from ctiller/call_create_fixturesGravatar Craig Tiller2017-03-03
|\ \ \ | | | | | | | | Add fixtures for call creation benchmarks
* \ \ \ Merge pull request #9814 from apolcyn/turn_off_ruby_testsGravatar apolcyn2017-03-02
|\ \ \ \ | | | | | | | | | | re-enable ruby tests on mac
| | | | * Disable node_protobuf_async_unary_qps_unconstrained benchmark testGravatar murgatroid992017-03-02
| | | | |
* | | | | regenerate docsGravatar Jan Tattermusch2017-03-02
| | | | |
* | | | | Merge pull request #9928 from jtattermusch/kokoro_winGravatar Jan Tattermusch2017-03-02
|\ \ \ \ \ | | | | | | | | | | | | Improve script for running windows tests on internal_ci
* | | | | | Enable C++ negative http2 testGravatar Eric Gribkoff2017-03-01
| | | | | |
* | | | | | Merge pull request #9894 from apolcyn/update_go_bmGravatar apolcyn2017-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | update go to 1.8 on benchmarks
* | | | | | | Revert "Enable lto for performance testing"Gravatar Craig Tiller2017-03-01
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into ltoGravatar Craig Tiller2017-03-01
|\ \ \ \ \ \ \
| | | | | | | * Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
| | | | | | | |
| * | | | | | | Merge pull request #9769 from ctiller/always-use-port-serverGravatar Craig Tiller2017-03-01
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Always use port server
| * | | | | | | | stripGravatar Craig Tiller2017-03-01
| | | | | | | | |
| * | | | | | | | Call the right functionGravatar Craig Tiller2017-03-01
| | | | | | | | |
| * | | | | | | | Make cleanGravatar Craig Tiller2017-03-01
| | | | | | | | |
| * | | | | | | | Fix module name :)Gravatar Craig Tiller2017-03-01
| | | | | | | | |