Commit Graph

52 Commits

Author SHA1 Message Date
b5b80e2202 Makefile: Automaticly make parser before make server (#1288) 2016-06-04 13:02:17 +08:00
29ad227cc0 *: add tikv integration test and update vendor. 2016-05-10 10:21:26 +08:00
a396155899 store/tikv: mock tikv tests (#1203) 2016-05-05 17:11:40 +08:00
dbdaf84f54 *: move vendor dir out of 'tide-server' dir. 2016-05-05 14:05:18 +08:00
1d187b493e Makefile: remove create vendor soft link in all (#1178) 2016-04-28 17:57:32 +08:00
0ecb4da39d *: migrate to vendor (#1175) 2016-04-28 16:57:18 +08:00
14f8c4fe91 makefile: support errcheck option. (#1171)
* makefile: support errcheck option.

* add blank option
2016-04-27 01:30:25 -05:00
7072eda9b6 ticlient: import ticlient (#1168)
ticlient: import ticlient to store/tikv
2016-04-27 11:37:16 +08:00
bd2b356725 *: fix dependency. (#1157)
etcd has updated the latest grpc, so will should not checkout grpc to an old version
And for `pd` and `ticlient`, add '-d' to skip build, just download.
2016-04-26 11:00:15 +08:00
dda89bc9dd *: Do not specify pd version (#1126)
pd move vendor to cmd directory, so we do not need to specify its version now.
2016-04-20 16:02:58 +08:00
8a3a59deb1 *: fix ci build by checking out a previous version of pd. (#1120) 2016-04-20 13:12:49 +08:00
0478acaa1b *: fix build by checkout to an old version of grpc. (#1112) 2016-04-19 17:13:08 +08:00
8d877cc87c *: drop support of running tidb as library. (#1102)
Since we supported unix socket, use TiDB as a library no longer provide much benefit.
Use MySQL driver should be the only way to access TiDB.
2016-04-18 13:20:01 +08:00
0a9ece01c3 *: import 'github.com/pingcap/tipb/go-tipb' (#1067) 2016-04-08 11:07:16 +08:00
aae1faa7b3 Merge branch 'master' into ngaut/update-readme 2016-04-01 08:00:19 -05:00
9e810786bb *: filter out parser for go vet -shadow 2016-04-01 20:23:17 +08:00
51a791eb0d Update Makefile 2016-04-01 18:56:35 +08:00
0573c47a18 *: fix ci bandwitdh limit
travis CI occasionally returns daily bandwidth exceeded error.
This fix follows https://github.com/golang/go/issues/12933
2016-03-21 14:43:24 +08:00
7835c7fc06 xapi/tipb: add protobuffer files.
All known features are added, can be stable for a while.
2016-03-21 11:04:54 +08:00
3c6872816c Makefile: Update dependency 2016-02-25 13:24:13 +08:00
ff0a660b12 Makefile: tiny fix 2016-01-20 14:46:28 +08:00
c2510cc424 fix #862 2016-01-20 14:37:18 +08:00
fac1bbf133 add update to .PHONY 2016-01-17 14:42:18 +08:00
d298a5fedf *:add parser.go 2016-01-15 21:52:42 +08:00
b89f8c77ad *: remove goyacc/golexer/godep from make update. 2015-12-22 13:46:54 +08:00
71dbd60ff1 add 'make update' command to update all dependencies 2015-12-06 20:01:34 -05:00
8c0a4d50ae *: add test flag to skip long time DDL test. 2015-11-27 16:20:18 +08:00
296d4087bf *: add setting for PATH in Makefile to avoid manual setup
Improve convenience.
2015-11-21 12:06:45 +08:00
deca6ea580 *: fix CI failure 2015-11-19 14:38:13 +08:00
9d4230f84f Merge pull request #498 from pingcap/disksing/hbase-store
store: add HBase support
2015-11-16 10:19:48 +08:00
31d0dbd222 tidb: Check reduce/reduce conflicts in Makefile 2015-11-15 17:36:22 +08:00
c5e238ffce hbase-store: clean-ups 2015-11-10 11:46:28 +08:00
6271a92eca hbase-store: pass CI 2015-11-07 16:13:04 +08:00
b24f320d55 parser: remove old parser and move ast/parser to /parser. 2015-11-05 16:03:26 +08:00
34adabb885 ast/parser: change Visitor API
make it more readable.
2015-10-19 16:07:03 +08:00
2c9cc372db ast/parser: implement parser for ast. 2015-10-19 15:09:14 +08:00
5377b8dd0d *: tiny clean up. 2015-10-13 14:23:33 +08:00
c389330109 tidb: Address comment 2015-10-12 22:22:32 +08:00
e8615ec148 tidb: Check parser S/R conflict in MakeFile 2015-10-12 18:07:18 +08:00
bb157634a1 makefile: tiny clean up. 2015-09-19 17:04:03 +08:00
df5e6318dd makefile: add golint get to makefile. 2015-09-19 16:53:22 +08:00
b9078efe10 Makefile: able to specify binary location
- remove unexpected binary
2015-09-17 13:08:38 -04:00
0a68a3f4c1 tidb-server: address comment 2015-09-16 20:21:57 +08:00
47dd05e227 tidb-server: add server layer
MySQL protocol server.
2015-09-16 17:18:17 +08:00
afc238f2f3 use absolute path for sed on mac 2015-09-14 09:22:05 +02:00
f4ecd30008 makefile, session: tiny clean up and fix a golint check. 2015-09-13 22:56:00 +08:00
1cc83bd0d1 Makefile: Make check by default.
So we won't forget to make check.
2015-09-12 10:52:33 +08:00
xia
6b5a48cf6c Makefile: Update format 2015-09-08 15:58:28 +08:00
xia
d496a86d1c Makefile: print error messages 2015-09-07 21:23:49 +08:00
xia
dc95cf3fc4 *: Add "make check" 2015-09-07 16:09:22 +08:00