Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix artifact dockerfiles rvm installation; keep bundler pinned | Alex Polcyn | 2019-01-03 |
| | |||
* | Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0 | Alexander Polcyn | 2019-01-03 |
| | | | | binary package builds; pin bundler to 1.17.3 where necessary | ||
* | Merge pull request #17303 from lidizheng/sanity-python-3 | Lidi Zheng | 2018-12-20 |
|\ | | | | | Run pylint test in Python 3 | ||
* | | Include LICENSE in artifact | Lidi Zheng | 2018-12-13 |
| | | |||
* | | Add grpcio-status extension package | Lidi Zheng | 2018-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:stretch | Lidi Zheng | 2018-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-license | Lidi Zheng | 2018-12-07 |
|\ | | | | | Add License to Python tarball | ||
| * | Add LICENSE to grpcio-* packages | Lidi Zheng | 2018-12-05 |
| | | | | | | | | * Using the proprocess command to copy the LICENSE | ||
* | | Revert "Strip manylinux1 binary wheels" | Eric Gribkoff | 2018-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 implementation | Lidi Zheng | 2018-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 artifacts | Jan Tattermusch | 2018-11-12 |
| | |||
* | add python monkey-patch for parallel build_ext compilation | Jan Tattermusch | 2018-10-31 |
| | |||
* | Strip manylinux1 binary wheels | Mehrdad Afshari | 2018-10-11 |
| | |||
* | use Ninja to build grpc_csharp_ext windows artifact | Jan Tattermusch | 2018-10-09 |
| | |||
* | address review comments | Jan Tattermusch | 2018-10-05 |
| | |||
* | yapf code | Jan Tattermusch | 2018-10-04 |
| | |||
* | disable assembly optimizations for linux x86 | Jan Tattermusch | 2018-10-04 |
| | |||
* | fix backward compatibility mode on macos | Jan Tattermusch | 2018-10-04 |
| | |||
* | build C# artifact using cmake | Jan Tattermusch | 2018-10-04 |
| | |||
* | lint fix | Stanley Cheung | 2018-08-10 |
| | |||
* | Remove if clause too | Stanley Cheung | 2018-08-10 |
| | |||
* | No need to build artifact for PHP MacOS | Stanley Cheung | 2018-08-10 |
| | |||
* | Merge pull request #15597 from jtattermusch/protobuf_submodule_36x | Jan Tattermusch | 2018-08-08 |
|\ | | | | | Upgrade third_party/protobuf to 3.6.1 | ||
* \ | Upmerge branch 'v1.14.x' into master | Mehrdad Afshari | 2018-08-07 |
|\ \ | |||
| | * | attempt to fix protoc build | Jan Tattermusch | 2018-08-07 |
| |/ |/| | |||
| * | Add Python3.7 32bit build on Windows | Mehrdad Afshari | 2018-08-06 |
| | | |||
* | | add unity package build to package_targets.py | Jan Tattermusch | 2018-08-02 |
| | | |||
* | | remove Jenkins references from build_packages scripts | Jan Tattermusch | 2018-07-31 |
| | | |||
* | | Grpc.Core: add support for x86 android emulator | Jan Tattermusch | 2018-07-24 |
| | | |||
* | | Fix license year | Jan Tattermusch | 2018-07-24 |
| | | |||
* | | build fat binary for ios | Jan Tattermusch | 2018-07-24 |
| | | |||
* | | building ios artifact | Jan Tattermusch | 2018-07-24 |
| | | |||
* | | run yapf | Jan Tattermusch | 2018-07-20 |
| | | |||
* | | differentiate C# android artifacts by ABI | Jan Tattermusch | 2018-07-20 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into support/xamarin | Jan Tattermusch | 2018-07-19 |
|\| | |||
* | | fix automatized android artifact build | Jan Tattermusch | 2018-07-19 |
| | | |||
| * | Merge pull request #15965 from grpc/v1.13.x | Mehrdad Afshari | 2018-07-09 |
|/| | | | | | Upmerge v1.13.x (Python3.7 macOS/Windows 64-bit targets) | ||
| * | Build 64-bit Python 3.7 packages on macOS and Windows | Mehrdad Afshari | 2018-07-09 |
| | | |||
* | | Upmerge v1.13.x into master | Mehrdad Afshari | 2018-06-20 |
|\| | |||
| * | Build grpcio_testing in Python artifact process | Mehrdad Afshari | 2018-06-20 |
| | | |||
| * | Add Python 3.7 Linux wheels to artifact build | Mehrdad Afshari | 2018-06-14 |
| | | |||
* | | Add Python 3.7 Linux wheels to artifact build | Mehrdad Afshari | 2018-06-14 |
| | | |||
* | | Merge pull request #15669 from jtattermusch/csharp_distribtest_protoc | Jan Tattermusch | 2018-06-11 |
|\ \ | |/ |/| | Add codegen test to C# distribtests. | ||
* | | RelWithDebInfo config for building C# artifact | Jan Tattermusch | 2018-06-07 |
| | | |||
| * | wheezy LTS has ended: remove C# distribtest | Jan Tattermusch | 2018-06-06 |
|/ | |||
* | Add Python distribtests for Alpine Linux | Mehrdad Afshari | 2018-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 2 | Mehrdad Afshari | 2018-05-14 |
| | |||
* | avoid concurrency issues with dotnet restore | Jan Tattermusch | 2018-05-10 |
| | |||
* | get rid of Jenkins specific yaml hack | Jan Tattermusch | 2018-05-10 |
| | |||
* | build C# android artifact | Jan Tattermusch | 2018-05-09 |
| |