Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Python dockerfile | Masood Malekghassemi | 2015-09-22 |
| | |||
* | Also fixing docker file to ensure service account is copied. | Donna Dionne | 2015-04-10 |
| | |||
* | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 |
| | | | | They were two halves of the same whole. | ||
* | 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. | ||
* | 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. | ||
* | Merge pull request #654 from ctiller/copyright | Tim Emiola | 2015-02-23 |
|\ | | | | | Update copyrights on docker files, makefiles | ||
* | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | Jan Tattermusch | 2015-02-20 |
| | | |||
| * | Update year | Craig Tiller | 2015-02-20 |
| | | |||
* | | The framework.assembly package. | Nathaniel Manista | 2015-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, makefiles | Craig Tiller | 2015-02-20 |
|/ | |||
* | 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 |