vitess-gh/go/vt/vtgate
Anthony Yeh 249abf4139 Remove newlines from RPC error messages.
This is only necessary at the moment because gRPC 0.13 has a bug that
occurs when error messages contain newlines. However, we might as well
keep it this way because newlines in Go errors are not really
conventional anyway.
2016-02-27 02:31:07 -08:00
..
fakerpcvtgateconn vtgate: Remove notInTransaction parameter from transaction object Execute* methods. 2016-02-08 13:23:01 -08:00
gorpcvtgatecommon Renaming xid_{type,value} to {type,value} in the proto3 2016-01-29 14:19:14 -08:00
gorpcvtgateconn vtgate: Remove notInTransaction parameter from transaction object Execute* methods. 2016-02-08 13:23:01 -08:00
gorpcvtgateservice Moving gorpc specific callerid structs into its own package. 2015-11-30 13:11:25 -08:00
grpcvtgateconn vtgate: Remove notInTransaction parameter from transaction object Execute* methods. 2016-02-08 13:23:01 -08:00
grpcvtgateservice moving tabletserver/proto to tabletserver/querytypes. 2015-12-02 07:38:26 -08:00
planbuilder v3: appendFilters -> splitAndExpression 2016-01-27 13:44:42 -08:00
vindexes v3: auto-convert strings to numbers if needed 2016-01-08 12:57:55 -08:00
vtgateconn vtgate: Document "asTransaction" parameter. 2016-02-08 13:40:47 -08:00
vtgateconntest Remove newlines from RPC error messages. 2016-02-27 02:31:07 -08:00
vtgateservice SplitCount is now an int64 in the API too, not just in transport. 2015-11-30 12:10:07 -08:00
balancer.go protos: rest of the protos renamed to ...pb 2015-11-19 22:03:19 -08:00
balancer_test.go Running gofmt -s -w on the source tree. 2015-12-15 15:38:45 -08:00
discoverygateway.go discovery: healthcheck.WaitForEndPoints() now requires a context. 2016-01-31 22:49:33 -08:00
discoverygateway_test.go Add Close func to HealthCheck. 2015-12-18 15:15:42 -08:00
gateway.go Fix gateway status aggregator. 2016-01-22 12:59:21 -08:00
gateway_test.go Fix gateway status aggregator. 2016-01-22 12:59:21 -08:00
planner.go
request_context.go moving tabletserver/proto to tabletserver/querytypes. 2015-12-02 07:38:26 -08:00
resilient_srv_topo_server.go Adding unit test case, fixing unit test case that would 2016-02-16 15:44:08 -08:00
resilient_srv_topo_server_test.go Addressing comment. 2016-02-16 16:39:37 -08:00
resolver.go Update Gateway to support tracking the status of its endpoints. 2015-12-10 15:07:38 -08:00
resolver_test.go Renaming xid_{type,value} to {type,value} in the proto3 2016-01-29 14:19:14 -08:00
router.go v3 bug fix: []byte bind vars 2016-01-07 15:10:08 -08:00
router_dml_test.go v3: auto-convert strings to numbers if needed 2016-01-08 12:57:55 -08:00
router_framework_test.go Update Discovery Gateway and make vtgatev2_test pass. 2015-11-30 21:14:21 -08:00
router_select_flaky_test.go v3: auto-convert strings to numbers if needed 2016-01-08 12:57:55 -08:00
routing_map.go
safe_session.go protos: rest of the protos renamed to ...pb 2015-11-19 22:03:19 -08:00
sandbox_test.go Running gofmt -s -w on the source tree. 2015-12-15 15:38:45 -08:00
scatter_conn.go Running gofmt -s -w on the source tree. 2015-12-15 15:38:45 -08:00
scatter_conn_test.go Running gofmt -s -w on the source tree. 2015-12-15 15:38:45 -08:00
shard_conn.go Removing vtgate.SrvTopoServer in favor of topo.SrvTopoServer. 2015-12-04 14:24:32 -08:00
shard_conn_flaky_test.go moving tabletserver/proto to tabletserver/querytypes. 2015-12-02 07:38:26 -08:00
shardgateway.go Update Gateway to support tracking the status of its endpoints. 2015-12-10 15:07:38 -08:00
topo_utils.go Renaming xid_{type,value} to {type,value} in the proto3 2016-01-29 14:19:14 -08:00
topo_utils_test.go Running gofmt -s -w on the source tree. 2015-12-15 15:38:45 -08:00
vertical_split_test.go Merge branch 'master' into vtgate 2015-11-30 21:29:33 -08:00
vtgate.go Update Gateway to support tracking the status of its endpoints. 2015-12-10 15:07:38 -08:00
vtgate_error.go protos: rest of the protos renamed to ...pb 2015-11-19 22:03:19 -08:00
vtgate_error_test.go protos: rest of the protos renamed to ...pb 2015-11-19 22:03:19 -08:00
vtgate_test.go Renaming xid_{type,value} to {type,value} in the proto3 2016-01-29 14:19:14 -08:00