vam-google
91c0d093bd
Fix unnecessary dependency and add new line
5 years ago
vam-google
5d9eeb34fc
Address PR feedback. Also add a dummy plugin.
5 years ago
Mark D. Roth
fa6920f601
Merge pull request #20544 from markdroth/xds_cds_policy
...
CDS LB policy
5 years ago
Eytan Kidron
c97ce9057b
Simplify the platform and constraints settings for remote execution
...
* Remove the toolchains //third_party/toolchains:local and //third_party/toolchains:local_large.
* Remove the platforms :rbe_ubuntu1604, :rbe_ubuntu1604_large, :local and :local_large.
* No longer inherit from @rbe_default//config:platform but instead use it directly. It is now the only non-windows platform.
* When creating @rbe_default//config:platform directly with rbe_autoconfig, set dockerAddCapabilities and dockerPrivileged directly in the exec_properties field. No need to set dockerNetwork to "off" and dockerSiblingContainers to false since these are the defaults.
* Also set gceMachineType = "n1-highmem-2" on the default platform. This value can be overridden by specific targets that want to use LARGE_MACHINE.
* Use create_exec_properties_dict where appropriate.
* Use custom_exec_properties to define LARGE_MACHINE.
I wasn't able to test thoroughly that this PR does not break any existing targets. I was not able to run anything on windows/mac and I also don't have access to gRPC's RBE setup.
5 years ago
hcaseyal
53ec941298
Merge pull request #20839 from hcaseyal/grpc_security_audit_plan.pdf
...
Security audit response
5 years ago
Mark D. Roth
7ccdc85fa0
CDS LB policy
5 years ago
Jan Tattermusch
28802d425a
Merge pull request #20860 from jtattermusch/vcpkg_instructions
...
Add vcpkg package manager instructions
5 years ago
Juanli Shen
6c1060c3cb
Merge pull request #20584 from kcwu/leak-GetSystemRootCerts
...
Fix error object memory leak in GetSystemRootCerts
5 years ago
Hope Casey-Allen
43dd7698ea
Security audit response
5 years ago
Jan Tattermusch
942e4688fc
add vcpkg instructions
5 years ago
Jan Tattermusch
892d5d724e
Merge pull request #20732 from grpc/revert-20611-revert-20558-upgrade_bazel100
...
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Jan Tattermusch
e071b7d0f9
try to fix #20782
5 years ago
nanahpang
f8bf05bcee
Merge pull request #20853 from grpc/revert-20809-fix-qps-json-driver-result-error
...
Revert "Measure benchmark results more accurately in qps_driver"
5 years ago
Jan Tattermusch
eaf01655cd
disable xds_bootstrap_test on TSAN ASAN UBSAN
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Stanley Cheung
456f08a064
Merge pull request #20813 from stanley-cheung/php-update-php7-version
...
PHP: update docker image PHP 7 version
5 years ago
Stanley Cheung
e7859e2212
Merge pull request #20811 from stanley-cheung/php-update-dockerfiles
...
PHP: update dockerfiles
5 years ago
Stanley Cheung
e43f925983
PHP: update docker image PHP 7 version
5 years ago
Stanley Cheung
220c4de732
PHP: update dockerfiles to add MAKEFLAGS=-j8
5 years ago
Stanley Cheung
0856e267ef
Merge pull request #20819 from stanley-cheung/php-composer-is-flaky
...
PHP: composer install could be flaky
5 years ago
Juanli Shen
84cece1540
Merge pull request #20835 from AspirinSJL/1w_stale
...
Close stale issues after 7 days' inactivity
5 years ago
Stanley Cheung
e4081cca32
Limit retries to 5 times
5 years ago
Stanley Cheung
40427b1fc7
PHP: composer install could be flaky
5 years ago
nanahpang
8983ad4aff
Revert "Measure benchmark results more accurately in qps_driver"
5 years ago
Yash Tibrewal
9b84e0079f
s/AspirinSJL/sheenaqotj
5 years ago
Richard Belleville
57e463db82
Merge pull request #20837 from gnossen/pylint_considered_annoying
...
Make pylint less annoying
5 years ago
Richard Belleville
9b058aa157
心よ。心よ。ここは、悪い所よ。
5 years ago
Richard Belleville
026d0e6af6
Incorporate review comments
5 years ago
vam-google
d27cbe443a
Add an ability to call an optional custom plugin for py_proto_library and py_grpc_library. This is needed for googleapis (it uses a special doc formatter plugin to fix and pritify the docs (comments) in the generated stubs).
5 years ago
Richard Belleville
45974f48e6
Merge pull request #20836 from grpc/yapf_asyncio
...
Ensure yapf can understand asyncio
5 years ago
Richard Belleville
be214c9c50
Yapf
5 years ago
nanahpang
7a20edb9ec
Merge pull request #20809 from nanahpang/fix-qps-json-driver-result-error
...
Measure benchmark results more accurately in qps_driver
5 years ago
Richard Belleville
abdd2ac2dd
Merge pull request #20812 from gnossen/unary_stream_initial_metadata
...
Enable Retrieval of Initial Metadata from Single Threaded Unary-Stream RPC at Any Point
5 years ago
Yash Tibrewal
9d9b8af414
Update triage duty
5 years ago
Richard Belleville
90ee052cb8
Attempt to work on kokoro
5 years ago
Vijay Pai
16873cd346
Merge pull request #20709 from vjpai/more_cpp_warning_removals_201910210916_10
...
Remove unused-parameter warnings, round 2 (10 of 19)
5 years ago
Richard Belleville
d78563eb43
Merge remote-tracking branch 'origin/master' into dedupe_dual_stack_tests
5 years ago
Richard Belleville
2838ff184d
Make pylint less annoying
5 years ago
Richard Belleville
89fba97892
Yapf. Pylint
5 years ago
Richard Belleville
1bf7ad4714
Ensure yapf can understand asyncio
5 years ago
Richard Belleville
a577c75cb1
Update docstrings
5 years ago
Richard Belleville
349d79cae9
Integrate with asyncio tests
5 years ago
Vijay Pai
e0fdf40e9d
Merge pull request #20700 from vjpai/more_cpp_warning_removals_201910210916_17
...
Remove unused-parameter warnings, round 2 (17 of 19)
5 years ago
Vijay Pai
6fbdcea076
Merge pull request #20702 from vjpai/more_cpp_warning_removals_201910210916_16
...
Remove unused-parameter warnings, round 2 (16 of 19)
5 years ago
Richard Belleville
bf7accb2db
Remove unused code
5 years ago
Richard Belleville
09ac5fe573
Fix up reconnect test
5 years ago
Richard Belleville
800e0bb17a
Migrate compression test
5 years ago
Richard Belleville
5e3717953c
Get metadata flags test working
5 years ago
Na-Na Pang
18580a9f4e
clang format
5 years ago
Na-Na Pang
03ac8490ea
revert changes
5 years ago