Anthony Yeh
bb20699976
java: Rename grpc client package.
...
Following the convention we've been using in Go:
The gRPC implementation of vtgateconn is grpcvtgateconn.
This is the gRPC implementation of client, so grpc-client.
2015-08-18 13:13:47 -07:00
Anthony Yeh
69cdadd833
java: Reuse the default (empty) Context object.
2015-08-18 12:57:31 -07:00
Anthony Yeh
faf315a882
java: Fix type cast for maven-configured compiler.
2015-08-18 12:38:58 -07:00
Anthony Yeh
6ba966d4e3
java: Implement basic Context wrapper.
2015-08-18 11:57:17 -07:00
Anthony Yeh
faadb9653b
java: Update VTGateConn example for new interface.
2015-08-17 16:43:59 -07:00
Anthony Yeh
a4755f4274
java: Unwrap Request/Response protos in VTGateConn.
2015-08-17 15:41:43 -07:00
Anthony Yeh
e676bcc059
java/client: Add VitessException for app-level errors.
2015-08-17 12:53:21 -07:00
Anthony Yeh
68f98fcde3
Merge pull request #1003 from enisoc/db
...
Remove obsolete go/db package.
2015-08-17 11:52:26 -07:00
Anthony Yeh
e20dabd73f
Remove obsolete go/db package.
...
This interface is no longer imported or implemented anywhere.
It was only used by vtclient2, which has been removed.
2015-08-17 11:23:54 -07:00
Liang
4ad5043081
Merge pull request #983 from youtube/vtgatecode
...
Reduce unit test flakiness
2015-08-16 11:32:47 -07:00
Anthony Yeh
b51bfc4180
Update ClientLibraries.md
2015-08-14 14:58:34 -07:00
Anthony Yeh
596794b3d9
Update ClientLibraries.md
2015-08-14 14:54:30 -07:00
Alain Jobart
31ed83b97c
Merge pull request #997 from alainjobart/resharding
...
Resharding
2015-08-14 11:49:28 -07:00
Alain Jobart
30ead93650
Adding a doc for client libraries. More of a starting point than anything else.
2015-08-14 10:42:43 -07:00
Alain Jobart
4083f4c068
Merge branch 'master' into resharding
2015-08-14 09:40:28 -07:00
Liang Guo
361b13fcff
Merge branch 'master' into vtgatecode
2015-08-13 16:18:10 -07:00
Liang Guo
5fb80a2021
Add back TestScatterConnClose, and some code improvements.
2015-08-13 15:54:13 -07:00
Alain Jobart
21e36b8926
Fixing logging of tablet alias in a bunch of modules.
2015-08-13 13:39:48 -07:00
Michael Berlin
2aa2845ddc
Merge pull request #990 from michael-berlin/travis_coveralls
...
Run coveralls on Travis CI pull requests from forks.
2015-08-13 13:22:17 -07:00
Alain Jobart
c38ee3abc5
Merge pull request #996 from alainjobart/resharding
...
Fixing one inconsistent name I missed earlier.
2015-08-13 11:49:18 -07:00
Alain Jobart
e4c4d118a0
Fixing one inconsistent name I missed earlier.
2015-08-13 08:45:44 -07:00
Alain Jobart
49e4c6c5ba
Merge pull request #995 from alainjobart/resharding
...
Resharding
2015-08-13 07:01:35 -07:00
Alain Jobart
f354154c30
Merge branch 'master' into resharding
2015-08-13 06:56:29 -07:00
Michael Berlin
615e002385
Makefile: Target "unit_test_goveralls", run by Travis, outputs top 10 packages with
...
worst coverage at the end.
2015-08-12 16:32:37 -07:00
Michael Berlin
6f9458ced2
travis: Run coveralls without specifying the repotoken.
...
This enables coverage reports on pull requests from Github forks.
2015-08-12 15:48:12 -07:00
Alain Jobart
37626cea48
Changing SplitQuery go API a bit to better match the rest.
2015-08-12 15:27:01 -07:00
Alain Jobart
d46763dcbb
Fixing this file to not use proto.Query.
2015-08-12 15:13:27 -07:00
Alain Jobart
8b1b039c86
Using a map to log queries, not bson structs.
2015-08-12 15:01:47 -07:00
Alain Jobart
2325a6dbac
Refactoring vtgate unit test to not use the bson rpc structures.
2015-08-12 14:50:39 -07:00
Alain Jobart
4345cdd655
Fixing SplitQuery now.
2015-08-12 14:13:48 -07:00
Alain Jobart
27c5c2ec3e
Now converting ExecuteBatchShards and ExecuteBatchKeyspaceIds.
2015-08-12 13:26:17 -07:00
Anthony Yeh
ca10b6aa42
Merge pull request #994 from enisoc/docker-java-test
...
Add Java tests to Docker test runner
2015-08-12 13:25:23 -07:00
Alain Jobart
92159a08f4
now converting ExecuteEntityIds.
2015-08-12 12:21:07 -07:00
Alain Jobart
301adba7e5
ExecuteKeyRanges and StreamExecuteKeyRanges are now converted.
2015-08-12 11:24:50 -07:00
Alain Jobart
9b5ac9a3d5
ExecuteKeyspaceIds and StreamExecuteKeyspaceIds now done to.
2015-08-12 10:41:31 -07:00
Alain Jobart
fedecd34a2
Not using vtgate.proto.QueryShard any more in vtgate.
2015-08-12 09:49:46 -07:00
Alain Jobart
10ccd8ccbf
Not using vtgate/proto.Query in vtgate interface any more.
...
(this is too linked to the BSON version).
2015-08-12 09:02:48 -07:00
Alain Jobart
1f75e8ca57
Now using pb.TabletType a lot more inside vtgate.
2015-08-12 07:52:25 -07:00
Alain Jobart
3b954b3386
Merge pull request #992 from alainjobart/resharding
...
Resharding
2015-08-12 06:57:50 -07:00
Anthony Yeh
eb5141992f
Add Java tests to Docker test runner.
2015-08-12 01:56:37 -07:00
Anthony Yeh
93f99c8a0d
Add version for maven-compiler-plugin dependency.
...
Maven was complaining about the version missing.
2015-08-11 22:21:22 -07:00
jeffjiang
f6c4121280
Merge pull request #989 from guokeno0/master
...
fix stream query stats reporting
2015-08-11 21:02:23 -07:00
Alain Jobart
2fc3c2713d
Now mysql port is a int32, to be consistent with other places.
...
Also fixing all linter issues.
2015-08-11 18:21:54 -07:00
Alain Jobart
a8762c733c
Merge branch 'master' into resharding
2015-08-11 18:00:08 -07:00
Alain Jobart
9f8490e4a3
Switching go db client unit test to gRPC.
2015-08-11 17:59:31 -07:00
Anthony Yeh
606668cbf0
Merge pull request #988 from enisoc/test-race
...
Fix test races found through wrangler/testlib
2015-08-11 16:15:04 -07:00
Anthony Yeh
b3e1dc130b
fakezk: Fix interface check.
...
The methods have pointer receivers now, so the mutex works.
2015-08-11 15:54:23 -07:00
Jeff (Zhefu) Jiang
1563ddc3e7
fix stream query stats reporting
2015-08-11 15:14:53 -07:00
Anthony Yeh
4126147e09
Fix race in reparent_external_test.
2015-08-11 15:11:15 -07:00
Anthony Yeh
8c1053c6ef
Fix races on node data in fakezk.
2015-08-11 15:02:21 -07:00