Commit Graph

5436 Commits

Author SHA1 Message Date
Taylor Bantle
1c4bb87e3b {go, bats}: Replace table works with file with schema in different order and added bats tests 2019-09-24 10:03:15 -07:00
Taylor Bantle
fdd1e68ec0 Merge pull request #86 from liquidata-inc/taylor/table-import-replace
dolt table import -r
2019-09-20 17:23:55 -07:00
Taylor Bantle
59536a44c6 go/libraries/doltcore/table: Add comments to VerifySchema declarations 2019-09-20 17:09:25 -07:00
Taylor Bantle
93dd368075 go/{cmd, libraries}: Make schema verification a method of TableReader 2019-09-20 15:54:12 -07:00
Taylor Bantle
10aacb1273 Some cleanup and rewording 2019-09-19 18:06:19 -07:00
Taylor Bantle
b1a25ebf27 bats: Add more replace-table bats tests 2019-09-19 17:25:51 -07:00
Taylor Bantle
e228b2185e go/{cmd, libraries}: Add replace schema validation for csv and psv files 2019-09-19 16:33:12 -07:00
Taylor Bantle
4903b9d4d8 bats: Add replace-tables bats tests for xlsx files 2019-09-19 15:38:00 -07:00
Taylor Bantle
6cdd524b15 go/libraries/doltcore: Add replace schema validation for xlsx files 2019-09-19 15:36:19 -07:00
Taylor Bantle
8304de36ce bats: Created bats tests for replace-table and updated update-table tests 2019-09-19 13:34:34 -07:00
Taylor Bantle
05b4e4a551 go/{cmd, libraries}: Import replace successfully verifies JSON schema 2019-09-19 13:29:21 -07:00
Brian Hendriks
af75a25acc Bh/cmp chunks (#85)
ability to work with compressed chunks directly.
2019-09-19 10:53:10 -07:00
Tim Sehn
25c427491d Added Ip To Country to interesting datasets to clone section in README 2019-09-19 10:00:29 -07:00
Brian Hendriks
93e027a0d9 revert nil check and always require stats to match aws behavior (#84) 2019-09-18 10:52:08 -07:00
Brian Hendriks
1435a8f509 Bh/clone2 (#83)
New clone implementation works on the table files directly.
2019-09-17 17:14:06 -07:00
Taylor Bantle
c381201a1a bats/replace-table.bats: Add bats tests for replace table 2019-09-17 16:43:34 -07:00
Taylor Bantle
9f5acfd559 go/{cmd, libraries}: First pass at replace table 2019-09-17 16:43:34 -07:00
Tim Sehn
1bcc547c2e Added line breaks to Interesting datasets list 2019-09-17 16:12:24 -07:00
Tim Sehn
a4d3409deb Added interesting datasets to clone to README 2019-09-17 16:08:37 -07:00
Daylon Wilkins
3bfe88a29a Pointing to newest go-mysql-server 2019-09-16 12:29:02 -07:00
Daylon Wilkins
cb1bf1bc32 Rest of tests 2019-09-16 12:29:02 -07:00
Daylon Wilkins
6566a08dd0 Forgot to add rest of the files 2019-09-16 12:29:02 -07:00
Daylon Wilkins
d24de56d5d First pass 2019-09-16 12:29:02 -07:00
Aaron Son
7b2c780d61 Merge pull request #80 from liquidata-inc/aaron/nbs-index-cache-64mb
go/store/nbs: store.go: Make global index cache 64MB instead of 8MB.
2019-09-12 11:24:06 -07:00
Aaron Son
b4a7974050 go/store/nbs: store.go: Make global index cache 64MB instead of 8MB. 2019-09-12 11:10:56 -07:00
Daylon Wilkins
18ddd88643 Removed skips for tests that will now work 2019-09-12 10:46:55 -07:00
Aaron Son
ed5f6feddb go/Godeps: Make sure to include windows-only third party software in Godeps/LICENSES. 2019-09-11 17:18:12 -07:00
Daylon Wilkins
296508948e Switched INSERTs to new engine (REBASED) 2019-09-11 17:18:12 -07:00
Dustin Brown
b2f77faa45 Merge pull request #67 from liquidata-inc/db/file-emitter
Add file emitter that writes event data file
2019-09-11 13:05:28 -07:00
Dustin Brown
ce7a33894b fixing bats test 2019-09-11 11:56:06 -07:00
Aaron Son
13785dc61d go/libraries/doltcore/remotestorage: Fix NoopChunkCache.PutChunk return value. 2019-09-11 09:54:07 -07:00
Dustin Brown
d26bd56c53 updated imports to use new folder structure and minor fixes 2019-09-10 16:17:51 -07:00
Dustin Brown
e7e6a505ce remade proto file 2019-09-10 15:46:24 -07:00
Dustin Brown
f68d037f9f updated branch by merging master 2019-09-10 15:41:03 -07:00
Dustin Brown
15434ee678 fix events flush for locking on windows 2019-09-10 14:42:26 -07:00
Dustin Brown
37ec512b41 fix repo formatting 2019-09-10 12:25:07 -07:00
Dustin Brown
12daec38dc Merge pull request #71 from liquidata-inc/db/events-dir-lock
Db/events dir lock
2019-09-10 12:10:56 -07:00
Dustin Brown
bc45ae878d final pr fixes 2019-09-10 12:03:55 -07:00
Dustin Brown
d28eb35c10 bats send metrics test now working and passing 2019-09-10 11:21:08 -07:00
Dustin Brown
47ee83df8f refactored event flush tests 2019-09-10 07:45:35 -07:00
Dustin Brown
cb6abeadd5 fix based on pr comments, wrote integration bats test 2019-09-10 07:07:43 -07:00
Aaron Son
266b993367 Merge pull request #72 from liquidata-inc/aaron/proto-fully-qualified-go-imports
proto: Use fully qualified paths for go_packages.
2019-09-09 16:28:55 -07:00
Aaron Son
68e3756e3a Merge pull request #73 from liquidata-inc/aaron/remotestorage-noop-chunk-cache
go/libraries/doltcore/remotestorage: Add the ability to have a noop cache on DoltChunkStore.
2019-09-09 16:17:01 -07:00
Aaron Son
51e3725dd5 Merge remote-tracking branch 'origin/master' into aaron/proto-fully-qualified-go-imports 2019-09-09 16:06:13 -07:00
Aaron Son
190430f7fb Merge pull request #69 from liquidata-inc/aaron/clarify-chunkstore-service-meanings
proto: remotesapi: chunkstore: Update message names and fields to clarify between chunk hashes on downloads and table file hashes on uploads.
2019-09-09 16:00:26 -07:00
Aaron Son
5d6d358162 go/libraries/doltcore/remotestorage: Add the ability to have a noop cache on DoltChunkStore. 2019-09-09 15:57:07 -07:00
Dustin Brown
54136eff24 using ArgParser in send metrics command 2019-09-09 14:11:11 -07:00
Dustin Brown
d3bb78775b fixing pr based on feedback 2019-09-09 11:13:03 -07:00
Aaron Son
33d484bad1 proto: Use fully qualified paths for go_packages. 2019-09-09 10:10:34 -07:00
Dustin Brown
c476673048 cleaning up PR 2019-09-08 17:17:52 -07:00