Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | grpc_basictests for mac | Jan Tattermusch | 2017-07-26 |
| | |||
* | delete unused grpc_master.cfg | Jan Tattermusch | 2017-07-26 |
| | |||
* | address comments | Jan Tattermusch | 2017-07-26 |
| | |||
* | add prepare_build_windows.bat script | Jan Tattermusch | 2017-07-26 |
| | |||
* | upload reports as artifacts | Jan Tattermusch | 2017-07-26 |
| | |||
* | add script to generate index.html report | Jan Tattermusch | 2017-07-26 |
| | |||
* | Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing | Nathaniel Manista | 2017-07-25 |
|\ | | | | | gRPC Python test infrastructure. | ||
* | | Add classifiers to package details | Ken Payson | 2017-07-25 |
| | | |||
| * | gRPC Python test infrastructure | Nathaniel Manista | 2017-07-25 |
| | | | | | | | | (The time-related first part of it, anyway.) | ||
* | | Exit 1 if some tests fail. | Adele Zhou | 2017-07-24 |
| | | |||
* | | Merge pull request #11898 from adelez/download_json_file | Jan Tattermusch | 2017-07-24 |
|\ \ | | | | | | | Fix cloud_to_prod interop tests on kokoro | ||
* \ \ | Merge pull request #11884 from yashykt/connect-auth | Yash Tibrewal | 2017-07-21 |
|\ \ \ | | | | | | | | | HTTP CONNECT Auth support | ||
* \ \ \ | Merge pull request #11816 from sreecha/sreek-epoll1 | Sree Kuchibhotla | 2017-07-21 |
|\ \ \ \ | | | | | | | | | | | More changes to epoll1 poller (not enabled in tests yet) | ||
* | | | | | regex to diff | ncteisen | 2017-07-21 |
| | | | | | |||
* | | | | | Merge pull request #11829 from ctiller/mospam | Craig Tiller | 2017-07-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix spam | ||
* \ \ \ \ \ | Merge pull request #11871 from murgatroid99/uv_portability_fix | Michael Lumish | 2017-07-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix libuv core portability tests | ||
| | | * | | | | Disable epoll1 - so that I can merge whatever I have until now | Sree Kuchibhotla | 2017-07-21 |
| | | | | | | | |||
| | | * | | | | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-20 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | | | * | | | Test credentials are passed with channel arg. Renamed macros and refactored ↵ | Yash Tibrewal | 2017-07-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. | ||
| | | | | * | | Download the json file | Adele Zhou | 2017-07-20 |
| | | | | | | | |||
* | | | | | | | Allow passing regex to bm_diff tools | ncteisen | 2017-07-20 |
| |_|_|_|/ / |/| | | | | | |||
* | | | | | | Merge pull request #11770 from ncteisen/too-much-trace | Noah Eisen | 2017-07-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Ensure that GRPC_VERBOSITY is checked before logging | ||
| | | | * \ \ | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-19 |
| | | | |\ \ \ | |||
| | | | | | * \ | Merged latest commit from upstream | Yash Tibrewal | 2017-07-19 |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | |||
* | | | | | | | | Merge pull request #11883 from jtattermusch/kokoro_fix_linux_artifacts | Jan Tattermusch | 2017-07-19 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Fix linux artifacts on Kokoro | ||
| | | | | | * | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵ | Yash Tibrewal | 2017-07-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when user creds are present in uri | ||
* | | | | | | | | Merge pull request #11882 from yongni/kokoro | yongni | 2017-07-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added all previous minor releases of gRPC to the matrix. | ||
| | * | | | | | | | ruby is already installed on kokoro ubuntu VMs | Jan Tattermusch | 2017-07-19 |
| |/ / / / / / / |/| | | | | | | | |||
| | * | | | | | | Ban the silent version | ncteisen | 2017-07-18 |
| |/ / / / / / |/| | | | | | | |||
| * | | | | | | Added all previous minor releases of gRPC to the matrix. Modified the ↵ | Yong Ni | 2017-07-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | testsuite name format for better display test results in sponge. | ||
* | | | | | | | Merge pull request #11869 from jtattermusch/kokoro_fix_python_artifacts | Jan Tattermusch | 2017-07-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix python 2.7 & 3.4 artifacts on kokoro | ||
| | | * \ \ \ \ | Merge branch 'master' into uv_portability_fix | murgatroid99 | 2017-07-18 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | | * | | | | | libuv tests: skip a test that spawns a thread | murgatroid99 | 2017-07-18 |
| | | | | | | | | |||
| | | * | | | | | Add asserts that uv calls all run on the same thread | murgatroid99 | 2017-07-18 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #11454 from markdroth/server_cq_ok_semantics | Mark D. Roth | 2017-07-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Do not return calls on server when request proto fails to deserialize. | ||
| | * | | | | | | | fix grpcio_tools build on kokoro | Jan Tattermusch | 2017-07-18 |
| | | | | | | | | | |||
| | * | | | | | | | set path to mingw on kokoro | Jan Tattermusch | 2017-07-18 |
| |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #11607 from yihuazhang/tsi_init | Mark D. Roth | 2017-07-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add GTS plugin | ||
| | | | | | * \ \ | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-17 |
| | | | | | |\ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||
* | | / | | | | | | Fix image path when pulled from dockerhub. | Adele Zhou | 2017-07-17 |
| |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #11847 from yongni/master | yongni | 2017-07-17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added C++ to interop_matrix and created a kokoro config | ||
| | * | | | | | | | Add GTS plugin | Yihua Zhang | 2017-07-17 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #11189 from muxi/stream_compression | Muxi Yan | 2017-07-17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement stream compression lib module | ||
* | | | | | | | | | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #11838 from ncteisen/tracer-sanity | Noah Eisen | 2017-07-17 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Tracer Sanity | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #11821 from jtattermusch/parallel_multilang | Jan Tattermusch | 2017-07-17 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | More parallelism for multilang linux tests | ||
* | | | | | | | | | | | Merge pull request #11145 from vjpai/inproc3 | Vijay Pai | 2017-07-15 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | In-process transport | ||
| | | * | | | | | | | | | Smarter regex, blander algo | ncteisen | 2017-07-14 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | Add tracer sanity test | ncteisen | 2017-07-14 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| | | | * | | | | | | | Added grpc_interop_matrix.cfg for kokoro. | Yong Ni | 2017-07-14 |
| | | | | | | | | | | |