aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_python
Commit message (Collapse)AuthorAge
* Also fixing docker file to ensure service account is copied.Gravatar Donna Dionne2015-04-10
|
* Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
| | | | They were two halves of the same whole.
* Update Python Dockerfile's unit test listGravatar Nathaniel Manista2015-03-11
| | | | | The removal of grpc.framework.assembly.implementations_test should have happened along with the removal of the test itself in 31e65be.
* Fix backslash line endings for grpc_python/Dockerfile.Gravatar Stephen Thorne2015-03-03
| | | | Without the correct line endings docker had errors interpreting '&&' as a command.
* Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ | | | | Update copyrights on docker files, makefiles
* | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for PythonGravatar Jan Tattermusch2015-02-20
| |
| * Update yearGravatar Craig Tiller2015-02-20
| |
* | The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
| * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|/
* Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| | | | | A top-level "grpc" package is added and RPC Framework is made public.
* Add Docker files for Python.Gravatar Nathaniel Manista2015-02-15