ncteisen
a69c6901f9
yapf tools/run_tests/artifacts
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
Jan Tattermusch
aafa699429
prevent timeout for node and python windows artifact builds
7 years ago
Jan Tattermusch
6521c5078c
build C tests and protoc artifacts on windows with cmake
7 years ago
Ken Payson
2e0e4e91ed
Increase Python mac target build time 30m -> 60m
7 years ago
Jan Tattermusch
147f52f31e
increase timeout for builing ruby artifact
7 years ago
Jan Tattermusch
5c74d90a33
improve python artifact building
8 years ago
murgatroid99
17e016869a
Add ARM Linux Node artifacts
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Ken Payson
7ff21a6719
Add Raspberry Pi Python binaries
8 years ago
Jan Tattermusch
edc06e77a4
make one Node artfact build exclusive
8 years ago
Jan Tattermusch
47c7521960
simplify building artifacts on a single machine
8 years ago
Jan Tattermusch
1d00ccc3e9
fix C# macos x86 artifact build
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
Ken Payson
626fb455ac
Add Python3.6 to build artifacts
8 years ago
Jan Tattermusch
6dce2f5d48
adjust C# win artifact build
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Masood Malekghassemi
aff6936cf7
Partially implement gRPC Python server reflection
...
Some features relating to proto2 extension querying are missing due to
missing upstream features required to support them (see
https://github.com/google/protobuf/issues/2248 ).
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago
Ken Payson
cc17af1681
Remove non-manylinux linux .whl artifacts
8 years ago
Ken Payson
dd24c1ece4
Polish grpcio_health_checking package
...
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
8 years ago
Masood Malekghassemi
027835fbd6
Increase build timeouts for Python artifacts
8 years ago
Masood Malekghassemi
0e12875b7c
Build Python distributions for Python 3
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
8 years ago
Masood Malekghassemi
f4c70caaf4
Move manylinux1 precompiler definitions into port_platform.h
9 years ago
Masood Malekghassemi
751fbb06f6
Build grpcio tools on Windows
9 years ago
Masood Malekghassemi
f837cc8f63
Fix missing symbols
9 years ago
Masood Malekghassemi
010eb48d21
Use manylinux
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
60cbec7c19
fix C# artifacts compatibility
9 years ago
Stanley Cheung
80db5be7b5
fix bug with pecl install on mac
9 years ago
Stanley Cheung
bf74d69ed6
fix php artifact name and update config.m4 template
9 years ago
Stanley Cheung
5adb71fb9a
php: simplify installation
9 years ago
Jan Tattermusch
6d15982ce7
building protoc artifacts on windows
9 years ago
Nicolas "Pixel" Noble
6a4e473d4a
32 bits support.
9 years ago
Jan Tattermusch
07591a5dfc
fix centos6.6 docker build with overlay
9 years ago
Jan Tattermusch
e7b7d86fde
fix protoc artifact build on mac
9 years ago
Jan Tattermusch
e046f712c5
build protoc artifacts on mac and linux
9 years ago
Nicolas "Pixel" Noble
de808bbea8
Enabling python artifact building for Windows.
9 years ago
Jan Tattermusch
5b762b65fd
make timeout for artifacts even bigger
9 years ago
Jan Tattermusch
eba3430d20
node needs bigger artifacts timeout
9 years ago
Craig Tiller
71ea4a1955
Make binary compatibility not the default
9 years ago
Jan Tattermusch
844c355a3c
we actually need the wheel
9 years ago
Jan Tattermusch
e066717041
add python mac target
9 years ago
murgatroid99
33c808b739
Enable Ruby Mac artifact build
9 years ago
Jan Tattermusch
7cf8bf46ae
for 32bit uname when building artifacts
9 years ago
murgatroid99
673f65be14
Add working Node artifact builder for all platforms
9 years ago
Jan Tattermusch
a14008ba2f
increase timeout
9 years ago
Jan Tattermusch
44372138c5
build ruby artifact
9 years ago
Nathaniel Manista
cbf21da6e4
/usr/bin/env python -> /usr/bin/env python2.7
9 years ago