Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #614 from jtattermusch/nitpicking | Tim Emiola | 2015-02-19 |
|\ | | | | | Fixed readme | ||
| * | fixed readme | Jan Tattermusch | 2015-02-19 |
| | | |||
* | | Merge branch 'master' into node_auth_integration | murgatroid99 | 2015-02-18 |
|\| | |||
* | | Added prod SSL support to Node Dockerfile | murgatroid99 | 2015-02-18 |
| | | |||
| * | Merge pull request #569 from nathanielmanistaatgoogle/reorganize-python | Tim Emiola | 2015-02-17 |
| |\ | | | | | | | Python source reorganization. | ||
| * | | Drop an erroneous trailing backslash. | Nathaniel Manista | 2015-02-18 |
|/ / | |||
| * | Python source reorganization. | Nathaniel Manista | 2015-02-18 |
|/ | | | | | A top-level "grpc" package is added and RPC Framework is made public. | ||
* | Add Docker files for Python. | Nathaniel Manista | 2015-02-15 |
| | |||
* | Renaming the docker image to grpc_clang, and optimizing the build a bit. | Nicolas "Pixel" Noble | 2015-02-13 |
| | |||
* | useless commit to test email address. | Donna Dionne | 2015-02-13 |
| | |||
* | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-13 |
|\ | |||
| * | Adding a Dockerfile script that can build a docker image with an ↵ | Nicolas "Pixel" Noble | 2015-02-13 |
| | | | | | | | | msan-compatible C++ compiler. | ||
* | | Fixing go docker file to use the correct golang path | Donna Dionne | 2015-02-12 |
| | | | | | | | | Fixing java_base to edit permission on a key file | ||
* | | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-02-12 |
|\| | |||
| * | Update grpc_java_base Dockerfile to proto3 | Eric Anderson | 2015-02-10 |
| | | | | | | | | | | Proto3 is now required for Java, so build it including the Java runtime since it is not on Maven. | ||
* | | updating repository names | Donna Dionne | 2015-02-06 |
|/ | |||
* | Use environment variable to set root certs in c++ interop test. | Yang Gao | 2015-02-05 |
| | |||
* | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-04 |
|\ | |||
| * | Updates the ruby dockerfile to add the service account from the docker context | Tim Emiola | 2015-02-04 |
| | | |||
* | | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-02-03 |
|\| | |||
| * | Fixed errors in Node test running | murgatroid99 | 2015-02-03 |
| | | |||
| * | Merge pull request #349 from murgatroid99/protobuf-php-references | Tim Emiola | 2015-02-03 |
| |\ | | | | | | | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | ||
| * | | Removed redundant call to make in grpc_*_base Dockerfiles | murgatroid99 | 2015-02-02 |
| | | | |||
| * | | Set leaf dockerfiles to clean C library before rebuilding | murgatroid99 | 2015-02-02 |
|/ / | |||
| * | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | murgatroid99 | 2015-02-02 |
|/ | |||
* | Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup | Michael Lumish | 2015-01-29 |
|\ | | | | | Grpc ruby unittest cleanup | ||
| * | Runs the ruby tests during docker builds | Tim Emiola | 2015-01-29 |
| | | |||
| * | Removes an unnecessary addition to the bash src file | Tim Emiola | 2015-01-29 |
| | | |||
* | | Merge pull request #277 from donnadionne/docker | Yang Gao | 2015-01-29 |
|\ \ | | | | | | | Docker | ||
| * \ | Merge branch 'master' of github.com:google/grpc into docker | Donna Dionne | 2015-01-29 |
| |\ \ | |||
* | | | | 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 | ||
| * | | Adding auth tests; test commands may change in the future and | Donna Dionne | 2015-01-28 |
| |/ | | | | | | | refactoring will happen when the commands are final. | ||
* / | Added docker files for node interop tests | murgatroid99 | 2015-01-28 |
|/ | |||
* | Updates the ruby dockerfile to copy the cacerts directory from the docker host | Tim Emiola | 2015-01-27 |
| | |||
* | 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 |
| | |||
* | Switched to using protobuf-2.6.1 for now | Tim Emiola | 2015-01-26 |
| | |||
* | Updates java_base to pull in protobuf | Tim Emiola | 2015-01-26 |
| | |||
* | Updates the Java Dockerfiles to pull source from GitHub | Tim Emiola | 2015-01-26 |
| | |||
* | Adding docker cpp support | Donna Dionne | 2015-01-23 |
| | | | | removing commented out line | ||
* | Adding Docker support for cpp | Donna Dionne | 2015-01-23 |
| | |||
* | Merge pull request #175 from ↵ | Qi Zhao | 2015-01-23 |
|\ | | | | | | | | | tbetbetbe/grpc_tools_update_go_dockerfile_with_recent_restructuring Updates the Go dockerfile to reflect the package restructuring. | ||
| * | Updates the Go dockerfile to reflect the package restructuring. | Tim Emiola | 2015-01-23 |
| | | | | | | | | - also corrects an error in the Go client test command | ||
* | | Fixes a regression in the ruby dockerfile | Tim Emiola | 2015-01-23 |
|/ | | | | - the line that built and installed grpc ruby was mistakenly removed. | ||
* | Adds Dockerfile for Go | Tim Emiola | 2015-01-22 |
| | |||
* | Switches the grpc-repo dockerfiles to pull gRPC source from GitHub | Tim Emiola | 2015-01-21 |
| | |||
* | Merge pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flags | Michael Lumish | 2015-01-14 |
|\ | | | | | Grpc Tools: update JDK; fix the interop server transport flag | ||
| * | Updates the JDK to JDK8 | Tim Emiola | 2015-01-14 |
| | | | | | | | | - necessary to allow seamless interop testing, as discussed earlier this week. | ||
| * | Fix the transport name used to start the grpc java docker server | Tim Emiola | 2015-01-14 |
| | | |||
* | | Removing a few more traces of libevent. | Nicolas "Pixel" Noble | 2015-01-14 |
|/ |