aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts
Commit message (Collapse)AuthorAge
* Fix artifact dockerfiles rvm installation; keep bundler pinnedGravatar Alex Polcyn2019-01-03
|
* Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | binary package builds; pin bundler to 1.17.3 where necessary
* Merge pull request #17303 from lidizheng/sanity-python-3Gravatar Lidi Zheng2018-12-20
|\ | | | | Run pylint test in Python 3
* | Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
| |
* | Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| | | | | | | | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
| * Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-12-10
|/ | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules
* Merge pull request #17411 from lidizheng/add-licenseGravatar Lidi Zheng2018-12-07
|\ | | | | Add License to Python tarball
| * Add LICENSE to grpcio-* packagesGravatar Lidi Zheng2018-12-05
| | | | | | | | * Using the proprocess command to copy the LICENSE
* | Revert "Strip manylinux1 binary wheels"Gravatar Eric Gribkoff2018-12-05
|/ | | | | | | This reverts commit be4b2db4ad68190288b5d1e8a9b54f094ebde157. Appears to leave the incorrect hash in the wheel RECORD file, as in https://github.com/grpc/grpc/issues/17409
* Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* fix linux_extra python artifactsGravatar Jan Tattermusch2018-11-12
|
* add python monkey-patch for parallel build_ext compilationGravatar Jan Tattermusch2018-10-31
|
* Strip manylinux1 binary wheelsGravatar Mehrdad Afshari2018-10-11
|
* use Ninja to build grpc_csharp_ext windows artifactGravatar Jan Tattermusch2018-10-09
|
* address review commentsGravatar Jan Tattermusch2018-10-05
|
* yapf codeGravatar Jan Tattermusch2018-10-04
|
* disable assembly optimizations for linux x86Gravatar Jan Tattermusch2018-10-04
|
* fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
|
* build C# artifact using cmakeGravatar Jan Tattermusch2018-10-04
|
* lint fixGravatar Stanley Cheung2018-08-10
|
* Remove if clause tooGravatar Stanley Cheung2018-08-10
|
* No need to build artifact for PHP MacOSGravatar Stanley Cheung2018-08-10
|
* Merge pull request #15597 from jtattermusch/protobuf_submodule_36xGravatar Jan Tattermusch2018-08-08
|\ | | | | Upgrade third_party/protobuf to 3.6.1
* \ Upmerge branch 'v1.14.x' into masterGravatar Mehrdad Afshari2018-08-07
|\ \
| | * attempt to fix protoc buildGravatar Jan Tattermusch2018-08-07
| |/ |/|
| * Add Python3.7 32bit build on WindowsGravatar Mehrdad Afshari2018-08-06
| |
* | add unity package build to package_targets.pyGravatar Jan Tattermusch2018-08-02
| |
* | remove Jenkins references from build_packages scriptsGravatar Jan Tattermusch2018-07-31
| |
* | Grpc.Core: add support for x86 android emulatorGravatar Jan Tattermusch2018-07-24
| |
* | Fix license yearGravatar Jan Tattermusch2018-07-24
| |
* | build fat binary for iosGravatar Jan Tattermusch2018-07-24
| |
* | building ios artifactGravatar Jan Tattermusch2018-07-24
| |
* | run yapfGravatar Jan Tattermusch2018-07-20
| |
* | differentiate C# android artifacts by ABIGravatar Jan Tattermusch2018-07-20
| |
* | Merge remote-tracking branch 'upstream/master' into support/xamarinGravatar Jan Tattermusch2018-07-19
|\|
* | fix automatized android artifact buildGravatar Jan Tattermusch2018-07-19
| |
| * Merge pull request #15965 from grpc/v1.13.xGravatar Mehrdad Afshari2018-07-09
|/| | | | | Upmerge v1.13.x (Python3.7 macOS/Windows 64-bit targets)
| * Build 64-bit Python 3.7 packages on macOS and WindowsGravatar Mehrdad Afshari2018-07-09
| |
* | Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-06-20
|\|
| * Build grpcio_testing in Python artifact processGravatar Mehrdad Afshari2018-06-20
| |
| * Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| |
* | Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| |
* | Merge pull request #15669 from jtattermusch/csharp_distribtest_protocGravatar Jan Tattermusch2018-06-11
|\ \ | |/ |/| Add codegen test to C# distribtests.
* | RelWithDebInfo config for building C# artifactGravatar Jan Tattermusch2018-06-07
| |
| * wheezy LTS has ended: remove C# distribtestGravatar Jan Tattermusch2018-06-06
|/
* Add Python distribtests for Alpine LinuxGravatar Mehrdad Afshari2018-05-20
| | | | | | This is especially important as Alpine uses `musl` instead of `glibc` and requires a source build for gRPC Python.
* Install futures package only on Python 2Gravatar Mehrdad Afshari2018-05-14
|
* avoid concurrency issues with dotnet restoreGravatar Jan Tattermusch2018-05-10
|
* get rid of Jenkins specific yaml hackGravatar Jan Tattermusch2018-05-10
|
* build C# android artifactGravatar Jan Tattermusch2018-05-09
|