Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2343 from ejona86/dont-build-netty | Louis Ryan | 2015-07-09 |
|\ | | | | | For Docker grpc_java, no longer build Netty | ||
| * | For Docker grpc_java, no longer build Netty | Eric Anderson | 2015-07-08 |
| | | | | | | | | In grpc/grpc-java#425 we will be removing the netty submodule. | ||
* | | Update dockerfile of gRpc Android interop test to use the code inside ↵ | Xudong Ma | 2015-07-08 |
|/ | | | | grpc-java repository. | ||
* | Merge pull request #1851 from ejona86/dockerfile-no-codegen | Nicolas Noble | 2015-06-05 |
|\ | | | | | Don't build codegen in grpc/java dockerfile | ||
| * | Don't build codegen in grpc/java dockerfile | Eric Anderson | 2015-06-01 |
| | | | | | | | | | | | | | | | | | | We commit the codegen into Git, so it is already available. Travis-CI is testing the codegen, so we don't need to test it as part of interop tests. This means we no longer need a C compiler installed, so we stop using grpc/base. | ||
* | | Enable service_account_creds test and compute_engine_creds for gRpc-java. | Xudong Ma | 2015-05-29 |
|/ | |||
* | Adding 2 helper build scripts to allow docker images to be built | Donna Dionne | 2015-05-27 |
| | | | | | | | from local repositories. Framework is already set up in private_build_and_test.sh; helper build script is needed for each langauge. | ||
* | Merge pull request #1719 from madongfly/android_docker | Xudong Ma | 2015-05-21 |
|\ | | | | | Add two more AVD for api level 21 and 19. | ||
| * | Add two more AVD for api level 21 and 19. | Xudong Ma | 2015-05-21 |
| | | | | | | | | Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older. | ||
* | | Add missing copyright notices | Craig Tiller | 2015-05-21 |
| | | |||
* | | Merge pull request #1611 from donnadionne/test-log | Tim Emiola | 2015-05-19 |
|\ \ | | | | | | | To allow local private changes to be build into private | ||
* | | | Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d. | Nicolas "Pixel" Noble | 2015-05-19 |
| |/ |/| | |||
* | | Rename to grpc_java_android | Xudong Ma | 2015-05-15 |
| | | |||
* | | Android Dockerfile for integration test | Xudong Ma | 2015-05-15 |
| | | |||
| * | To allow local private changes to be build into private | Donna Dionne | 2015-05-14 |
|/ | | | | | | docker images to do interop testing before submitting code c++ and java are done previously, adding ruby and node. see script tools/gce_setup/private_build_and_test.sh | ||
* | Add 'installDist' task to grpc-java Docker build | Eric Anderson | 2015-05-07 |
| | | | | | This will allow us to not run Gradle every time we run an integration test. | ||
* | add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup | Stanley Cheung | 2015-05-01 |
| | |||
* | php dockerfile: one dependency was listed twice | Stanley Cheung | 2015-04-28 |
| | |||
* | Updates the ruby docker file to refresh bundler | Tim Emiola | 2015-04-23 |
| | |||
* | Scripts to build java and cxx docker images from local (uncommitted) code and | Donna Dionne | 2015-04-20 |
| | | | | run interop tests in GCE VMs. | ||
* | Also fixing docker file to ensure service account is copied. | Donna Dionne | 2015-04-10 |
| | |||
* | Updated the version to 0.6.0 | Tim Emiola | 2015-04-08 |
| | |||
* | Use the local version of the distpackages when build debian files | Tim Emiola | 2015-04-08 |
| | |||
* | Simplifies the work needed to create a new deb | Tim Emiola | 2015-04-03 |
| | | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this | ||
* | Merge pull request #1129 from nicolasnoble/scan-build | Tim Emiola | 2015-04-02 |
|\ | | | | | Adding Dockerfile for grpc/scan-build. | ||
* | | Generate interop-related code in docker build | murgatroid99 | 2015-04-01 |
| | | |||
* | | Changed PHP version to 5.5 in Dockerfiles | murgatroid99 | 2015-03-30 |
| | | |||
* | | Added composer commands to PHP Dockerfiles | murgatroid99 | 2015-03-27 |
| | | |||
* | | Removed ruby installation change | murgatroid99 | 2015-03-27 |
| | | |||
* | | Updated php_base Dockerfile to install PHP instead of compiling it | murgatroid99 | 2015-03-27 |
| | | |||
| * | Adding Dockerfile for grpc/scan-build. | Nicolas "Pixel" Noble | 2015-03-25 |
|/ | | | | | | | | | | | | | | This can be simply used that way: docker run -p 8182:8181 grpc/scan-build This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely. As a nice side-effect, this will also produce scan reports for openssl and protobuf. The server can be then stopped this way: docker ps -l # figure out the container-id docker kill container-id | ||
* | Use protobuf java and nano from Maven Central | Eric Anderson | 2015-03-19 |
| | | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own. | ||
* | Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-image | Jan Tattermusch | 2015-03-18 |
|\ | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins | ||
| * | Updates the structure and name of the tar.gz archive | Tim Emiola | 2015-03-18 |
| | | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive | ||
| * | Adds a file containing the version | Tim Emiola | 2015-03-18 |
| | | |||
* | | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 |
| | | | | | | | | They were two halves of the same whole. | ||
| * | Adds a dockerfile and script for building a tar archive containing protoc ↵ | Tim Emiola | 2015-03-16 |
| | | | | | | | | and the grpc plugins | ||
* | | Merge pull request #1005 from ↵ | Tim Emiola | 2015-03-12 |
|\ \ | | | | | | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list | ||
| * | | Update Python Dockerfile's unit test list | Nathaniel Manista | 2015-03-11 |
| |/ | | | | | | | | | The removal of grpc.framework.assembly.implementations_test should have happened along with the removal of the test itself in 31e65be. | ||
* / | Fixed run server command in csharp_mono dockerfile. | Jan Tattermusch | 2015-03-09 |
|/ | |||
* | Polishing C# Dockerfiles | Jan Tattermusch | 2015-03-03 |
| | |||
* | Fix backslash line endings for grpc_python/Dockerfile. | Stephen Thorne | 2015-03-03 |
| | | | | Without the correct line endings docker had errors interpreting '&&' as a command. | ||
* | Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD" | Qi Zhao | 2015-03-02 |
| | |||
* | Merge pull request #913 from jtattermusch/csharp_docker | Tim Emiola | 2015-03-02 |
|\ | | | | | Docker files for c# (on mono) | ||
| * | added docker files for c# | Jan Tattermusch | 2015-03-02 |
| | | |||
* | | Merge pull request #892 from proppy/docker-go | Tim Emiola | 2015-03-02 |
|\ \ | | | | | | | dockerfiles/go: go install from GOPATH and remove bash from CMD | ||
| * | | dockerfiles/go: go install from GOPATH and remove bash from CMD | Johan Euphrosine | 2015-02-27 |
| |/ | |||
* | | Further cleanup. | Nicolas "Pixel" Noble | 2015-02-28 |
| | | |||
* | | Merge branch 'master' of github.com:google/grpc into docker | Nicolas "Pixel" Noble | 2015-02-28 |
|\| | |||
| * | Update Java Dockerfile to proto3-alpha-2 and add nanoproto | Eric Anderson | 2015-02-27 |
| | |