Jan Tattermusch
|
71ee19cb16
|
fix interop docker build
|
2018-09-07 23:32:04 +02:00 |
Mark D. Roth
|
a8247c833c
|
Merge pull request #16574 from markdroth/health_checking_service
Second attempt: Implement Watch method in health check service.
|
2018-09-07 11:53:16 -07:00 |
Bill Feng
|
6073e804a3
|
Merge pull request #16568 from billfeng327/hotfix/disable-asan-tsan-for-qps
excluded asan and tsan for qps tests
|
2018-09-07 11:27:22 -07:00 |
Bill Feng
|
3943790e09
|
simplified argument packing
|
2018-09-07 10:19:32 -07:00 |
Bill Feng
|
2a6f71ea5b
|
flipped script argument order
|
2018-09-06 15:13:47 -07:00 |
Bill Feng
|
b7bbc350b8
|
naming bugfix
|
2018-09-06 14:33:32 -07:00 |
Bill Feng
|
3fb62ae92c
|
exclude less tests from qps
|
2018-09-06 13:41:02 -07:00 |
Yash Tibrewal
|
c402b737ab
|
Merge pull request #16539 from yashykt/sliceexecctx
use grpc_slice_unref_internal inside grpc
|
2018-09-06 12:15:16 -07:00 |
Nathaniel Manista
|
9eebb6d13d
|
Merge pull request #16378 from ghostwriternr/module-level-logger-fix
Configure module level loggers with basicConfig().
|
2018-09-06 17:45:50 +02:00 |
Bill Feng
|
888ffabd80
|
appended exclusion rules to pull_request scripts
|
2018-09-05 15:33:01 -07:00 |
Jan Tattermusch
|
608188c680
|
Merge pull request #16544 from jtattermusch/fix_13939
Fix async_stream.h warning on Visual Studio
|
2018-09-05 15:24:16 -07:00 |
Bill Feng
|
1c24373821
|
excluded asan and tsan for qps tests
|
2018-09-05 14:49:38 -07:00 |
Mehrdad Afshari
|
11622c0648
|
Merge pull request #16561 from euroelessar/bazel-fixes
[bazel] Fix python BUILD rules
|
2018-09-05 14:39:41 -07:00 |
Jan Tattermusch
|
605a42d90a
|
fix #13939
|
2018-09-05 21:40:58 +02:00 |
Jan Tattermusch
|
db1b6ac166
|
Merge pull request #16556 from jtattermusch/csharp_expose_trywaitforstatechanged
C#: Expose TryWaitForStateChangedAsync
|
2018-09-05 12:10:22 -07:00 |
Yash Tibrewal
|
0d98e9dd19
|
Merge pull request #16562 from yashykt/statusgrpc
Prefer grpc status over http status
|
2018-09-05 11:58:24 -07:00 |
Mark D. Roth
|
7975c6ad98
|
Fix internal build breakage from #16351.
|
2018-09-05 10:33:38 -07:00 |
Mark D. Roth
|
6d2c8f8072
|
Revert "Merge pull request #16512 from grpc/revert-16351-health_checking_service"
This reverts commit 4ee0f4c790, reversing
changes made to 5ee9b5e7b5.
|
2018-09-05 10:27:54 -07:00 |
Jiangtao Li
|
23afefe79b
|
Merge pull request #16536 from jiangtaoli2016/system_root
Turn loading system root certificates as default
|
2018-09-05 08:52:31 -07:00 |
Jan Tattermusch
|
bc3e95c6b2
|
simplify ChannelConnectivityTest
|
2018-09-05 08:10:52 -07:00 |
Yash Tibrewal
|
3a41245e46
|
Rectify the condition and add a test
|
2018-09-04 19:19:03 -07:00 |
Yash Tibrewal
|
dd95194a08
|
Prefer grpc status over http status
test
|
2018-09-04 19:19:01 -07:00 |
Jan Tattermusch
|
19ed319a94
|
Merge pull request #16543 from jtattermusch/metadata_credentials_improve
Add exception info to Status.Detail if metadata credentials throws.
|
2018-09-04 18:13:10 -07:00 |
Ruslan Nigmatullin
|
dcc0a223c6
|
[bazel] Fix python BUILD rules
* Add missing cython sources
* Make grpcio a library as it is not a binary
|
2018-09-04 23:19:57 +00:00 |
jiangtaoli2016
|
e361d0f691
|
Turn loading system root certificate as default
|
2018-09-04 15:23:20 -07:00 |
Jan Tattermusch
|
113f5bd2e8
|
exception handling in native callback
|
2018-09-04 13:07:49 -07:00 |
Jan Tattermusch
|
a1f5c0942d
|
Merge pull request #16489 from jtattermusch/bazel_port_picker
Fix port picker for remote bazel
|
2018-09-04 11:53:39 -07:00 |
Jan Tattermusch
|
1abe2aeb9f
|
c#: expose TryWaitForStateChangedAsync
|
2018-09-04 11:44:46 -07:00 |
hcaseyal
|
cd74b357e1
|
Merge pull request #16460 from hcaseyal/refactor_transport
Light refactoring of some transport code
|
2018-09-03 18:48:57 -07:00 |
Yash Tibrewal
|
774deae2ba
|
Merge pull request #16418 from yashykt/status
Status propagation changes
|
2018-09-02 09:57:43 -07:00 |
Jan Tattermusch
|
4c0d540fb6
|
add exception info to Status.Detail if metadata credentials fail
|
2018-09-01 13:18:48 +02:00 |
Yash Tibrewal
|
9100a1394f
|
Merge branch 'master' into status
|
2018-08-31 17:10:28 -07:00 |
Yash Tibrewal
|
b0aa05b734
|
Merge pull request #16537 from yashykt/cronetfix
s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED]
|
2018-08-31 16:34:32 -07:00 |
Hope Casey-Allen
|
85721e22b4
|
Change method name for consistency
|
2018-08-31 16:00:48 -07:00 |
Yash Tibrewal
|
0b59c106d7
|
use grpc_slice_unref_internal inside grpc
|
2018-08-31 14:51:39 -07:00 |
hcaseyal
|
bcaef3bdbb
|
Merge pull request #16511 from hcaseyal/update_documentation
Update building.md with Visual Studio documentation
|
2018-08-31 12:44:35 -07:00 |
Yash Tibrewal
|
4b859a61c7
|
Merge branch 'cronetfix' into status
|
2018-08-31 12:15:26 -07:00 |
Yash Tibrewal
|
d68e8b4f62
|
%s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED]
|
2018-08-31 12:12:35 -07:00 |
Noah Eisen
|
4e6ed86a04
|
Merge pull request #16407 from ncteisen/lazy-metadata
Lazily Fill Metadata Map
|
2018-08-31 12:05:16 -07:00 |
Juanli Shen
|
c21eed0541
|
Merge pull request #16528 from grpc/v1.15.x
Upmerge v1.15.x to master
|
2018-08-31 10:12:12 -07:00 |
Noah Eisen
|
99680244c4
|
Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation
Clang Tidy: Bugprone Undefined Memory Manipulation
|
2018-08-31 10:07:25 -07:00 |
Bill Feng
|
3a3b602b0b
|
Merge pull request #16522 from billfeng327/bugfix/fix-json-run-localhost-scenario
fixed a bug in json_run_localhost scenario generation
|
2018-08-31 09:52:51 -07:00 |
Jan Tattermusch
|
577c2e4090
|
threadsafe port picker for remote bazel
|
2018-08-31 15:28:04 +02:00 |
adelez
|
6ae4b63e4f
|
Merge pull request #16498 from adelez/foundry3
Fix the remote_instance_name value
|
2018-08-31 00:13:13 -07:00 |
Adele Zhou
|
2c8d34663e
|
Set KOKORO_FOUNDRY_PROJECT_ID env var.
|
2018-08-30 23:18:04 -07:00 |
Adele Zhou
|
9d0535fd1f
|
merge
|
2018-08-30 23:08:51 -07:00 |
Jan Tattermusch
|
6f22b273af
|
Merge pull request #16518 from jtattermusch/csharp_example_netcoreapp21
update C# examples to netcoreapp2.1 (for v1.15.x branch)
|
2018-08-31 07:59:57 +02:00 |
Jan Tattermusch
|
518f19f3fe
|
Merge pull request #16525 from AspirinSJL/merge_v1.15
Upmerge v1.15.x to master
|
2018-08-31 07:58:34 +02:00 |
Juanli Shen
|
cf576cd146
|
Upmerge v1.15.x to master
|
2018-08-30 17:08:54 -07:00 |
Juanli Shen
|
6b1accb7f2
|
Merge pull request #16521 from jtattermusch/interop_to_prod_running_again_1_15_x
Fix candid skipping of interop_to_prod tests (for v1.15.x)
|
2018-08-30 16:21:49 -07:00 |