Commit Graph

696 Commits

Author SHA1 Message Date
Vijay Pai e677f3d166
Merge pull request #22621 from grpc/vjpai-patch-1
Unmark flaky on streaming_pump
2020-04-10 11:02:54 -07:00
Jan Tattermusch 697f411fef mark client_channel_stress_test as flaky 2020-04-09 10:06:33 -04:00
Vijay Pai 719ec593d0 Regen projects 2020-04-08 10:31:47 -07:00
Mark D. Roth 77c10eeedc
Merge pull request #22553 from markdroth/control_plane_creds_revert
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
2020-04-03 07:23:38 -07:00
Muxi Yan 9a9fe5b361 build_projects 2020-04-02 12:27:39 -07:00
Mark D. Roth 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
This reverts commit 162fccdb90, reversing
changes made to 228e7557fa.
2020-04-02 08:13:26 -07:00
Jan Tattermusch c9ae8ed9c7 regenerate projects 2020-03-18 05:13:04 -04:00
Jan Tattermusch bccdd0cb29
Merge pull request #22356 from jtattermusch/more_flakes
Mark client_lb_end2end_test as flaky
2020-03-17 17:51:13 +01:00
Jan Tattermusch b24ddc02fd regenerate projects 2020-03-17 06:26:09 -04:00
Jan Tattermusch e863750403 regenerate projects 2020-03-17 05:34:19 -04:00
Jan Tattermusch bf206eb4fa regenerate projects 2020-03-16 03:31:41 -04:00
Jan Tattermusch 5a92850ca6 regenerate projects 2020-03-16 03:28:45 -04:00
Jan Tattermusch 12d5e51175
Merge pull request #22319 from jtattermusch/fix_test_suffix
Add missing "_test" suffix for some bazel tests
2020-03-16 07:52:55 +01:00
Jan Tattermusch 75c6034859 regenerate projects 2020-03-12 06:48:32 -04:00
Jan Tattermusch 8655e5e745 regenerate projects 2020-03-12 05:58:52 -04:00
Esun Kim 30f88e8b76
Merge pull request #22210 from veblush/docker-for-sanity
Docker for sanity
2020-03-03 14:22:07 -08:00
matthewstevenson88 b47e0e51c5
Merge pull request #22168 from matthewstevenson88/tls-documentation-1
Add comments to TlsFetchKeyMaterials API and add test file for C-core TLS credentials options.
2020-03-03 13:44:26 -08:00
Esun Kim b308241343 Fix clang-tidy issues 2020-03-03 12:27:41 -08:00
Alexander Polcyn e482b79ee8 Change grpclb policy to use internal connectivity state watch API 2020-02-28 00:16:47 -08:00
Matthew Stevenson e0a748d2e4 Fix build.yaml vs build_autogenerated.yaml 2020-02-27 10:15:04 -08:00
Matthew Stevenson 3c87fb610f Add comments to TlsFetchKeyMaterials API and add a test file for the TLS credentials options. 2020-02-27 10:01:14 -08:00
Jan Tattermusch 3bb4d312df regenerate projects 2020-02-26 19:58:42 -05:00
Lidi Zheng abebd4085d Generate tests.json 2020-02-18 16:28:19 -08:00
Yash Tibrewal 360f69bc46
Merge pull request #21781 from yashykt/apifuzzernuke
Delete api_fuzzer
2020-02-11 10:59:23 -08:00
Mark D. Roth 01e87e2d93 Remove old JSON API 2020-02-04 15:21:27 -08:00
Yash Tibrewal 74309886bb Replace LogicalThread with WorkSerializer 2020-01-30 13:20:57 -08:00
Mark D. Roth 380eb750ec New JSON API 2020-01-29 14:52:19 -08:00
Yash Tibrewal 6f5b4624af Delete api_fuzzer 2020-01-23 13:26:00 -08:00
Zhen Lian 618771dc6a [Exposing ALTS Context 2/2] Utility Wrapper Class
This PR contains:

1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536, but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
2020-01-03 09:30:46 -08:00
Guantao Liu b341ddf72b
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class" 2019-12-16 15:29:27 -08:00
Zhen Lian 98391c8f76 [Exposing ALTS Context 2/2] Utility Wrapper Class 2019-12-13 13:31:38 -08:00
Guantao Liu b9c06e043f
Merge pull request #21216 from guantaol/libuv_em_basic
Bare bones of the libuv EventManager.
2019-12-10 17:07:57 -08:00
Yihua Zhang 059884ea73 fix a build error 2019-12-06 08:20:13 -08:00
Yihua Zhang a6dbc7adb5 rename spiffe to tls 2019-12-05 16:03:37 -08:00
Guantao Liu ee4b311605 Merge remote-tracking branch 'upstream/master' into libuv_em_basic 2019-12-04 17:41:35 -08:00
Mark D. Roth 68df397aa2 Remove vtables from JSON library 2019-12-04 13:03:55 -08:00
Guantao Liu e2b53bec09 Address review comments. 2019-12-02 16:59:37 -08:00
Guantao Liu d969d8c706 Fix build rules. 2019-12-02 16:59:37 -08:00
Guantao Liu 19d1776c0d Rebase the workspace to fix the submodule discrepancy. 2019-12-02 16:57:17 -08:00
Yash Tibrewal d4d9e45990 Use std::function instead of grpc_closure 2019-11-22 13:24:05 -08:00
Mikko Rantanen 3351fa4a7e
Re-generate build files with the new test 2019-11-13 08:09:59 +02:00
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 2019-11-06 17:52:26 -08:00
Esun Kim 0228f76515
Merge pull request #20462 from veblush/remove-gpr-allocation
Remove gpr_get/set_allocation_functions
2019-11-04 21:57:47 -08:00
Esun Kim 81df105ac8 Deprecate gpr_get/set_allocation_functions 2019-11-04 19:47:33 -08:00
Alexander Polcyn 6bb8629879 Add tests that expose a race and lock cycle in alts client, fix TSAN issues 2019-11-04 15:58:19 -08:00
Vijay Pai 621955e39e Merge branch 'master' into tmt_cleanup 2019-10-17 17:46:06 -07:00
Vijay Pai d16c6792b0 Make thread_manager_test look like other tests 2019-10-15 15:40:56 -07:00
Mark D. Roth 9a276c07fa Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap"
This reverts commit 0bd5efa55f, reversing
changes made to f92c283a5d.
2019-10-15 07:33:53 -07:00
Jan Tattermusch 13abbd9a75
Revert "xds client bootstrap file" 2019-10-14 16:51:32 +02:00
Mark D. Roth 2afaec231d xds client bootstrap file 2019-10-09 14:06:48 -07:00