Jan Tattermusch
38466bc00e
precompute transitive closure for speed
7 years ago
Vijay Pai
3b9ac29670
Improve unsecure sanity test
7 years ago
Vijay Pai
2a0432edc5
Remove bash-isms from sanity test
7 years ago
Vijay Pai
12bfc62e81
Sanity check to make sure that known unsecure target doesn't require security
7 years ago
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
7 years ago
josh
84a066bf29
Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py
7 years ago
Craig Tiller
d2ff02df18
Actually turn on the test
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
josh
bd42ca1110
Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly.
7 years ago
Ken Payson
667aa2b990
Add call size bm_diff
7 years ago
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
Craig Tiller
4e95766631
Fix sanity
7 years ago
Craig Tiller
f4db2ea2a2
Fix sanity
7 years ago
Craig Tiller
4c2f702592
Fixes
7 years ago
Craig Tiller
92a3805cd3
Submodule bloaty mcbloatface
7 years ago
Matt Kwong
e2e7cf42a4
Add testing of grpc-node for Linux and MacOS
7 years ago
Jan Tattermusch
b0f180afac
bump c-ares submodule to 1.13
7 years ago
Jan Tattermusch
eff25f9f5c
remove check_vsprojects sanity test
7 years ago
Stanley Cheung
568fd3e292
Bump Protobuf to v3.4.0
7 years ago
Stanley Cheung
83f6b70806
Bump protobuf to 3.4.0rc3
7 years ago
Stanley Cheung
b643a5f413
Bump to protobuf 3.4.0rc2
7 years ago
Stanley Cheung
1bdfcda04a
Bump protobuf version to v3.4.0rc1
7 years ago
Stanley Cheung
5fd85b58e6
PHP: update codegen plugin to support php_namespace option
7 years ago
Vijay Pai
0d66b437ac
Check that all structs/unions in public core headers have named types
7 years ago
ncteisen
b9b376ccd4
Ban the silent version
7 years ago
ncteisen
bdc6f70a55
Smarter regex, blander algo
7 years ago
ncteisen
920bf3cdac
Add tracer sanity test
7 years ago
Craig Tiller
80a87ea820
Fix copyrights
7 years ago
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
7 years ago
Ken Payson
f8d6fb7a94
Update boringssl
8 years ago
ncteisen
a4bc791fd8
Ban the non macro versions
8 years ago
ncteisen
ea44ba55af
Ban the non macro versions
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
8 years ago
David Garcia Quintas
4e9bef0f1e
Remove leftover thrift mentions
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
989aa7f97d
Fix sanity
8 years ago
Ken Payson
8ab2df145d
Fix PHP interop tests
8 years ago
Ken Payson
b702ce2117
Fix PHP interop tests
8 years ago
Craig Tiller
a3583b22ea
Fix compilation, add a check for no slow usages of grpc_slice_malloc
8 years ago
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
8 years ago
Craig Tiller
2835161513
Reinstate one check, fix fall out
8 years ago
Craig Tiller
29b527fa30
Reinstate one check, fix fall out
8 years ago
Siddharth Shukla
8e64d901fd
Modify shebang on python scripts
...
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
8 years ago
Siddharth Shukla
d194f59939
Make testing scripts python3.x compatible
...
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
8 years ago
ncteisen
1a882cfc4a
Add more core banned functions
8 years ago
Jan Tattermusch
fddb01d537
upgrade third_party/protobuf to 3.2.0
8 years ago
Makarand Dharmapurikar
003092a202
code and BUILD file for creating a grpcz client
...
The client binary can be built with 'bazel build //tools/grpcz:grpcz_client' and
can be invoked with bazel-bin/tools/grpcz/grpcz_client --server SERVER_ADDR:PORT
You can see the stats page at http://localhost:8000/grpcz
8 years ago
David Garcia Quintas
e9932d4744
add gflags to bazel
8 years ago
Mehrdad Afshari
1a967c31c3
Added Pylint to sanity tests
...
Pylint is only enabled for "grpcio/grpc" package,
and various specific checks that currently fail are disabled,
each with a respective TODO item in the .pylintrc file.
8 years ago