Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Alain Jobart aab0207426 Removing all non-go references to bson or gorpc. 2016-03-16 09:35:22 -07:00
Alain Jobart f41a173e2d Fixing a couple details:
- grpc_vtctl_client still had deprecated lock_timeout.
- adding a test for vtctld dying on startup.
- fixing a few lint errors.
2015-11-05 09:18:53 -08:00
Alain Jobart 318af78ad6 Switching to beta versions of protobuf and grpc.
Fixing python clients to work.
2015-09-11 11:55:54 -07:00
Dean Yasuda 24aa268578 Make safe fixes for some lint issues found in vitess/py python files.
This size of the g4 lint -v third_party/golang/vitess/py output
from 1404 lines to 327.
2015-08-21 12:09:05 -07:00
Alain Jobart e544bfa42e Fixing more linter errors. 2015-07-20 07:35:17 -07:00
Alain Jobart 20c28a24de Fixing various typos and comments. 2015-07-17 14:38:33 -07:00
Alain Jobart c04a3f0a27 Adding rpc updatestream implementation.
It is still flaky, especially with cancellation.
2015-07-17 11:02:00 -07:00
Alain Jobart 0f5c7562bb Moving all python proto-generated files into py/vtproto. 2015-07-16 14:07:11 -07:00
Alain Jobart 0b17e2f681 Refactoring the python vtctl_client to use a generator,
and a helper method to do the logging.
2015-07-16 09:59:01 -07:00
Alain Jobart eac090cd50 Renaming a few proto files. Turns out the proto we use in google3
cannot have the same <package name>.<data type> as these, or we cannot
load them at the same time. So to fix this:
- renaming the conflicting ones from xxx.proto to xxxdata.proto.
- renaming vtgateservice.VTGate to vtgateservice.Vitess

Note we can still change the names I chose here, just not back to
conflicting ones. If anyone has better ideas, we can implement
in subsequent changes. This is to get the import to google3 unstuck.
2015-06-19 08:20:58 -07:00
Alain Jobart a81a2cf5cc Fixing gRPC vtctl client. 2015-06-10 10:56:47 -07:00
Alain Jobart b447e9284b Progress in the grpc vtctl python client. Doesn't work yet though. 2015-05-04 09:54:13 -07:00