Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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 |
|/ | |||
* | Add missing copyright notices | Craig Tiller | 2015-05-21 |
| | |||
* | 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. | ||
* | Scripts to build java and cxx docker images from local (uncommitted) code and | Donna Dionne | 2015-04-20 |
| | | | | run interop tests in GCE VMs. | ||
* | Further cleanup. | Nicolas "Pixel" Noble | 2015-02-28 |
| | |||
* | Update year | Craig Tiller | 2015-02-20 |
| | |||
* | Add copyrights to docker files, makefiles | Craig Tiller | 2015-02-20 |
| | |||
* | updating repository names | Donna Dionne | 2015-02-06 |
| | |||
* | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | murgatroid99 | 2015-02-02 |
| | |||
* | Fix grpc_java* Docker images | Eric Anderson | 2015-01-29 |
| | | | | | | | | | | | | | | The images seem to have been broken starting with 12e12a3, but the removal of Maven support from grpc-java also broke them further. SSH handling no longer uses $HOME as it does not agree with /etc/passwd in older docker versions[1] and prevented SSH from seeing the config file. Some effort was also made to reduce the image sizes by removing temporary files. 1. https://github.com/docker/docker/issues/2968 | ||
* | Updates the java dockerfile and client command to reflect recent flag changes | Tim Emiola | 2015-01-26 |
| | |||
* | Updates the Java Dockerfiles to pull source from GitHub | Tim Emiola | 2015-01-26 |
| | |||
* | Fix the transport name used to start the grpc java docker server | Tim Emiola | 2015-01-14 |
| | |||
* | Adding the tools directory to the git export. | Nicolas Noble | 2015-01-06 |