Richard Belleville
467bc90a6f
Simplify naming
5 years ago
Richard Belleville
b9b126a237
Add new functions to grpc api surface
5 years ago
Richard Belleville
0f27c1630e
Speed up transitive closure calculation
5 years ago
Richard Belleville
7400bc0657
Readability
5 years ago
Richard Belleville
ecab62dc31
Support services too
5 years ago
Richard Belleville
595807e0c5
Create importlib path for protos
5 years ago
Richard Belleville
709143d1f5
Support multiple include paths. Pretty print errors. Support combined import
5 years ago
Richard Belleville
70d61da47e
Test mixing of static and dynamic loading
5 years ago
Richard Belleville
4d3790271a
Support importing a dependency tree of protos.
5 years ago
Richard Belleville
a482fb21f8
Make include path work
5 years ago
Richard Belleville
555019b098
Clean up service import
5 years ago
Richard Belleville
01031e2fca
Generate services in a dirty way
5 years ago
Richard Belleville
94ca493f4e
Instantiate a module with the generated code
5 years ago
Richard Belleville
8dd1f3a394
Intelligently collect errors and warnings
5 years ago
Richard Belleville
9cc62a6208
WIP. Output protos in memory, not to STDOUT
5 years ago
Richard Belleville
0cfe955068
Add a simple unified importer
5 years ago
Richard Belleville
08a4bbf8b6
Make files build-system agnostic
5 years ago
Richard Belleville
1fe8b04646
Successfully import under Bazel
5 years ago
Esun Kim
b7ac4d6611
Increase timeout for windows portability tests
5 years ago
Esun Kim
3a519a0b64
Replaced grpc_core New & Delete with C++ new & delete
5 years ago
Esun Kim
0bf9799107
Replaced grpc_core::Set with std::set
5 years ago
Esun Kim
4e396883d4
Update by review
5 years ago
Esun Kim
1e74c102cd
Add GRPC_USE_ABSL flag
5 years ago
Kun Zhang
8a3dd8a245
Add grpc-java 1.25.0 to test matrix
5 years ago
Richard Belleville
a08da012d2
Switch to config-driven style
5 years ago
Esun Kim
402e07a626
Remove memory_usage test from CI
5 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
5 years ago
Lidi Zheng
02f558e57a
Make the generated file buildifier format compatible
5 years ago
Lidi Zheng
2990b484fe
Add buildifier to sanity_tests.yaml
5 years ago
Lidi Zheng
97624cba21
How can I forget the copyright header...
5 years ago
Lidi Zheng
9ff34b2f46
Make check_buildifier.sh smarter
5 years ago
Lidi Zheng
9a05fb3573
Add buildifier sanity check
5 years ago
Menghan Li
744c34e8ca
Add v1.25.0 release of grpc-go to interop matrix
5 years ago
Esun Kim
81df105ac8
Deprecate gpr_get/set_allocation_functions
5 years ago
Eric Anderson
dcafa22cd3
Enable Java interop tests for compression and status
5 years ago
Alexander Polcyn
6bb8629879
Add tests that expose a race and lock cycle in alts client, fix TSAN issues
5 years ago
Prashant Jaikumar
a5db5d5450
C++ tests on iOS to work with bazel 1.0
5 years ago
Esun Kim
8086d8ee42
Update abseil-cpp to HEAD
5 years ago
Lidi Zheng
61d463672d
Windows' gevent is always special!
5 years ago
Muxi Yan
6788f40675
generate_projects
5 years ago
Lidi Zheng
f994f2ea18
Keep the manylinux Dockerfiles unchanged
5 years ago
Lidi Zheng
160d33076f
Make YAPF happy
5 years ago
Lidi Zheng
6b92b4af05
Attempt to drop support for Python 3.4
5 years ago
Lidi Zheng
bcb870bf20
Make Windows test gRPC with Python 3.6
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
Mark D. Roth
7ccdc85fa0
CDS LB policy
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
e43f925983
PHP: update docker image PHP 7 version
5 years ago
Stanley Cheung
e4081cca32
Limit retries to 5 times
5 years ago