Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
Alexander Polcyn
70f3a25125
Delete unused grpclb-in-dns interop test suite
4 years ago
Richard Belleville
9c0497a0b0
Yapf. Index from beginning
4 years ago
Richard Belleville
38124ab0c6
Review comments
4 years ago
Richard Belleville
010d62175e
Pin protobuf version dependency for grpcio-tools
4 years ago
Lidi Zheng
da399bc970
Install yaml in users's directory
4 years ago
Lidi Zheng
5ea36eb47c
Revert "Revert "Resolve warnings and deprecations in several scripts in tools""
4 years ago
Jan Tattermusch
dcb3f8c73e
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
capstan
1f670397ce
Remove gflags.
...
With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands.
4 years ago
Lidi Zheng
35f48d584d
Explicitly import "util"
4 years ago
Lidi Zheng
6339ae9a4a
Use Python3 for build_cleaner
4 years ago
Lidi Zheng
a9361ecc62
Update build_cleaner
4 years ago
Lidi Zheng
39504dd984
Add --ignore-installed
4 years ago
Lidi Zheng
9191625db7
Upgrade yaml
4 years ago
Lidi Zheng
76aade3eac
Resolve warnings and deprecations in several scripts in tools
4 years ago
AJ Heller
b2d3d157e3
Make generate_projects.sh fail earlier on job errors
4 years ago
capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
“Mohan
876021f313
Fix two bugs for channelz_sampler_test
4 years ago
Mark D. Roth
12fc8f6a35
Change URI parser to take absl::string_view and move tests to correct directory.
4 years ago
Jan Tattermusch
e4b39f6180
add extra comments and TODOs
4 years ago
Jan Tattermusch
4ef30cc916
add examples of output at individual steps
4 years ago
Jan Tattermusch
f77e418fb2
address review comments
4 years ago
Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
4 years ago
Jan Tattermusch
a407c2c7b5
turn generated fuzzer tests from tests.json to c++ to match build_autogenerated.yaml
4 years ago
Jan Tattermusch
5d7787770b
add extract_metadata_from_bazel_xml.py explainers
4 years ago
Donna Dionne
8dd0cb4712
Add support for xDS regex matchers.
4 years ago
Esun Kim
d1923afb85
Added missing deps_linkage
4 years ago
Esun Kim
e2889fe265
Added missing deps_linkage
4 years ago
Jan Tattermusch
576f79dff0
cleanup gen_build_yaml.py for end2end tests
5 years ago
Jan Tattermusch
5c8e0bcafb
add missing _test suffix for some bazel tests
5 years ago
Jan Tattermusch
99922fcdf0
bazel tests marked as flaky should not run under run_tests.py
5 years ago
Eric Gribkoff
d19c10ff16
build: re-add xds interop client and server
5 years ago
Jan Tattermusch
8640d82309
fix import broken by missing grpc++_test library
5 years ago
Jan Tattermusch
41ac287f7b
generate build metadata from bazel BUILD
5 years ago
Esun Kim
4a576907c8
Added verify_duplicate_sources
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Esun Kim
24021c9bab
Add cmake_target field to abseil targets
5 years ago
Esun Kim
4a68e396a2
Make transitive_deps as a topologically sorted list
5 years ago
Lidi Zheng
1b230752e4
Use Python to execute Python
5 years ago
Lidi Zheng
e6620062ff
Use Python to run Python script
5 years ago
Esun Kim
1b54364aca
Add preprocessed_builds to abseil-cpp
5 years ago
Muxi Yan
771dd24548
Remove gRPC's custom prefix headers
5 years ago
Stanley Cheung
f47d14160a
PHP: add various scenarios to test PECL extension
5 years ago
chentanjun
4ecc1fe6a4
fix the wrong word
5 years ago
Jan Tattermusch
b39d49db75
fix nits in grpc_shadow_boringssl.py
5 years ago
Esun Kim
feb263ba6d
Add check_attrs & clean-up build.yaml
5 years ago
Jan Tattermusch
6b86d4706b
yapf code
5 years ago
Jan Tattermusch
f0b53e1f1b
set C# major version to 2, adjust expand_version.py
5 years ago
Esun Kim
e6d58923df
Add a detection of missing file in filegroup.uses
5 years ago
Vishal Powar
319fcdf26e
Add a script for generating C code and build rule for protobuf protos.
...
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code (upb) for protos
- generated code for example protos
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago