Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | license fixes | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge pull request #11349 from yongni/matrix | yongni | 2017-06-07 |
|\ | | | | | Created a Java Oracle8 Dockerfile directory and moved build_inter… | ||
* \ | Merge pull request #11396 from matt-kwong/fix_csharp | Jan Tattermusch | 2017-06-06 |
|\ \ | | | | | | | Update Mono to Jessie for C# Dockerfiles | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into matrix | Yong Ni | 2017-06-06 |
| | |\ | |_|/ |/| | | |||
* | | | Rollback Dockerfile changes | Ken Payson | 2017-06-02 |
| | | | |||
| * | | Update Mono to Jessie for C# Dockerfiles | Matt Kwong | 2017-06-02 |
|/ / | |||
* | | Merge pull request #11374 from kpayson64/kokoro_python | kpayson64 | 2017-06-02 |
|\ \ | | | | | | | Change Python Windows tests to 3.5 | ||
| * | | Change Python Windows tests to 3.5 | Ken Payson | 2017-06-02 |
| | | | |||
* | | | Merge pull request #11348 from matt-kwong/upload_windows | Matt Kwong | 2017-05-31 |
|\ \ \ | |/ / |/| | | Enable uploading more test results to BQ | ||
| | * | Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh ↵ | Yong Ni | 2017-05-31 |
| |/ |/| | | | | | to under template/. Added java_oracle8 to the client matrix. | ||
* | | Merge matrix feature branch into master. | Yong Ni | 2017-05-19 |
| | | | | | | | | | | | | | | | | | | | | Features included in this merge: - Added script to build and upload docker image for matrix test. - Added script to create test cases and created go__master testcases based on it. - Created dictionary for runtimes and gRPC releases for supported languages. - Added go 1.7 and 1.8 Dockerfile/templates. See tools/interop_matrix/README.md for details. | ||
* | | Merge branch 'master' into more-kokoro-job | Matt Kwong | 2017-05-18 |
|\ \ | |||
| * \ | Upmerge from v1.3.x branch to master | Stanley Cheung | 2017-05-17 |
| |\ \ | |||
| | | * | Add Python GCP API library installation to Alpine Dockerfiles | Matt Kwong | 2017-05-17 |
| | |/ | |/| | |||
* | | | Add MacOS interop and UBSan C to internal CI | Matt Kwong | 2017-05-16 |
| | | | |||
| * | | regenerate projects | Jan Tattermusch | 2017-05-16 |
| | | | |||
| * | | Merge pull request #10800 from kpayson64/fix_alpine | kpayson64 | 2017-05-16 |
|/| | | | | | | | | Fix alpine build | ||
| | * | Add Raspberry Pi Python binaries | Ken Payson | 2017-05-15 |
| | | | |||
* | | | Update Bazel Dockerfile to build from oss-fuzz | Matt Kwong | 2017-05-11 |
| | | | |||
* | | | Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11. | Vijay Pai | 2017-05-10 |
| | | | |||
* | | | Merge pull request #10967 from matt-kwong/upload_results2 | Matt Kwong | 2017-05-09 |
|\ \ \ | | | | | | | | | Add option to upload Jenkins test result to BQ | ||
| * | | | Update VM creation script to install GCP Python library | Matt Kwong | 2017-05-09 |
| | | | | |||
* | | | | Merge pull request #11027 from yongni/stress_cleanup | yongni | 2017-05-09 |
|\ \ \ \ | | | | | | | | | | | Removed the dockerfiles and test driver for stress test | ||
* | | | | | Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup. | Yong Ni | 2017-05-08 |
| | | | | | |||
| * | | | | Removed the dockerfiles and test driver for stress test | Yong Ni | 2017-05-08 |
|/ / / / | |||
| * / / | Add option to upload Jenkins test result to BQ | Matt Kwong | 2017-05-08 |
|/ / / | |||
| | * | Revert "Merge branch 'master' into v1.3.x" | Alexander Polcyn | 2017-04-26 |
| |/ |/| | | | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca. | ||
| * | Fix alpine build | Ken Payson | 2017-04-21 |
|/ | |||
* | Extend clang-format to C#, Node, Ruby | Craig Tiller | 2017-04-19 |
| | |||
* | Merge pull request #10562 from matt-kwong/pin-bazel-version-2 | Matt Kwong | 2017-04-11 |
|\ | | | | | Pin Bazel version to 0.4.4 in Dockerfile | ||
* \ | Merge pull request #10480 from jtattermusch/csharp_new_projects | Jan Tattermusch | 2017-04-11 |
|\ \ | | | | | | | C# new .csproj projects | ||
* \ \ | Merge pull request #10551 from matt-kwong/fix-csharp-docker | Matt Kwong | 2017-04-10 |
|\ \ \ | | | | | | | | | Remove unnecessary C# dependency in Dockerfiles | ||
| | | * | Pin Bazel version to 0.4.4 in Dockerfile | Matt Kwong | 2017-04-10 |
| | | | | |||
* | | | | Merge pull request #10407 from kpayson64/alpine_linux_support | kpayson64 | 2017-04-10 |
|\ \ \ \ | |_|_|/ |/| | | | Alpine linux support | ||
| | * | | Fix C# Dockerfiles | Matt Kwong | 2017-04-10 |
| | | | | |||
* | | | | Cleanup of tsi ssl handshaker factories. | Julien Boeuf | 2017-04-09 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | There is no reason why the client and server factories should be implementations from the same base. Doing the cleanup now so that implementation of the #10528 feature will be less noisy. Also, re-added tsi to clang-format which was dropped when moved from src/core/lib to src/core. | ||
| | * | fix C# build_packages scripts | Jan Tattermusch | 2017-04-07 |
| |/ |/| | |||
| * | Fix build on Alpine linux + add portability tests | Ken Payson | 2017-04-06 |
|/ | |||
* | make C# docker image in sync with GCE performance workers | Jan Tattermusch | 2017-04-06 |
| | |||
* | Fix test coverage reporting | Matt Kwong | 2017-03-31 |
| | |||
* | update dockerfile to version 2.6.1 of h2 | Eric Gribkoff | 2017-03-29 |
| | |||
* | update go version in Dockerfile to 1.8 | Menghan Li | 2017-03-24 |
| | |||
* | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|\ | |||
* | | add health check for http2 server | Eric Gribkoff | 2017-03-17 |
| | | |||
| * | Workaround new wget SSL failure | Ken Payson | 2017-03-15 |
| | | |||
* | | Add newest dotnet SDK to C# dockerfile | Jan Tattermusch | 2017-03-09 |
|/ | |||
* | Merge pull request #10033 from matt-kwong/fix-dockerfiles | matt-kwong | 2017-03-08 |
|\ | | | | | Fix pyenv Dockerfile | ||
| * | Fix pyenv dockerfile | Matt Kwong | 2017-03-08 |
| | | |||
* | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
|/ |