aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifact_targets.py
Commit message (Collapse)AuthorAge
* Partially implement gRPC Python server reflectionGravatar Masood Malekghassemi2016-10-20
| | | | | | 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).
* Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\
| * Add Python3.5 artifact targetsGravatar Ken Payson2016-08-15
| |
* | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\|
| * Remove non-manylinux linux .whl artifactsGravatar Ken Payson2016-07-21
| |
| * Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
| * Increase build timeouts for Python artifactsGravatar Masood Malekghassemi2016-07-16
| |
| * Build Python distributions for Python 3Gravatar Masood Malekghassemi2016-07-16
| |
* | Make testing toolchain python 3.x compliantGravatar siddharthshukla2016-07-12
|/ | | | | | | | | | | | | | | 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
* Move manylinux1 precompiler definitions into port_platform.hGravatar Masood Malekghassemi2016-05-05
|
* Build grpcio tools on WindowsGravatar Masood Malekghassemi2016-05-04
|
* Fix missing symbolsGravatar Masood Malekghassemi2016-05-04
|
* Use manylinuxGravatar Masood Malekghassemi2016-05-04
|
* update locations of dockerization scriptsGravatar Jan Tattermusch2016-05-03
|
* fix C# artifacts compatibilityGravatar Jan Tattermusch2016-03-09
|
* fix bug with pecl install on macGravatar Stanley Cheung2016-02-24
|
* fix php artifact name and update config.m4 templateGravatar Stanley Cheung2016-02-23
|
* php: simplify installationGravatar Stanley Cheung2016-02-23
|
* Merge pull request #5334 from jtattermusch/protoc_artifacts_windowsGravatar Nicolas Noble2016-02-23
|\ | | | | Building protoc artifacts on Windows
* \ Merge pull request #5329 from jtattermusch/protoc_artifactsGravatar Nicolas Noble2016-02-23
|\ \ | | | | | | Build protoc artifacts on Linux and Mac
| | * building protoc artifacts on windowsGravatar Jan Tattermusch2016-02-22
| |/
* | 32 bits support.Gravatar Nicolas "Pixel" Noble2016-02-20
| |
| * fix centos6.6 docker build with overlayGravatar Jan Tattermusch2016-02-19
| |
| * fix protoc artifact build on macGravatar Jan Tattermusch2016-02-19
| |
| * build protoc artifacts on mac and linuxGravatar Jan Tattermusch2016-02-19
| |
* | Enabling python artifact building for Windows.Gravatar Nicolas "Pixel" Noble2016-02-18
|/
* Merge github.com:grpc/grpc into compatibility_modeGravatar Craig Tiller2016-02-11
|\
| * make timeout for artifacts even biggerGravatar Jan Tattermusch2016-02-09
| |
| * node needs bigger artifacts timeoutGravatar Jan Tattermusch2016-02-09
| |
* | Make binary compatibility not the defaultGravatar Craig Tiller2016-02-04
|/
* we actually need the wheelGravatar Jan Tattermusch2016-02-03
|
* add python mac targetGravatar Jan Tattermusch2016-02-03
|
* Merge pull request #5048 from jtattermusch/fix_python_pkgnamingGravatar Craig Tiller2016-02-03
|\ | | | | Force 32bit uname when building artifacts
* | Enable Ruby Mac artifact buildGravatar murgatroid992016-02-03
| |
| * for 32bit uname when building artifactsGravatar Jan Tattermusch2016-02-03
|/
* Merged from masterGravatar murgatroid992016-02-03
|\
* | Add working Node artifact builder for all platformsGravatar murgatroid992016-02-03
| |
| * increase timeoutGravatar Jan Tattermusch2016-02-02
| |
| * build ruby artifactGravatar Jan Tattermusch2016-02-02
| |
| * /usr/bin/env python -> /usr/bin/env python2.7Gravatar Nathaniel Manista2016-02-02
| |
| * add artifact builder for pythonGravatar Jan Tattermusch2016-02-01
|/
* generalize build_artifacts.pyGravatar Jan Tattermusch2016-01-28