Commit Graph

5662 Commits

Author SHA1 Message Date
Brian Hendriks 47ee992b50 noms cat fixes 2019-09-30 10:25:43 -07:00
Zach Musgrave dd8acc7b82 Drop table implementation
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-09-27 16:29:40 -07:00
Dustin Brown 2ae756e0a0 Merge pull request #88 from liquidata-inc/db/metrics-attributes
Db/metrics attributes
2019-09-27 15:48:10 -07:00
Taylor Bantle 93f07b64fc diff summary printing added, deleted, modified, unmodified 2019-09-27 15:46:26 -07:00
Dustin Brown 20ebbea9b1 Add event attributes to clone, push, pull, fetch, and chunkstore methods 2019-09-27 15:40:27 -07:00
Dustin Brown 23dd79fce4 Refactor events package to remove circular dependencies that will occur from upcoming changes 2019-09-27 15:39:55 -07:00
Oscar Batori 580f4770f8 Merge pull request #94 from liquidata-inc/readme-update-install-instructions
Update README.md
2019-09-27 15:13:23 -07:00
Oscar Batori 041c9891e3 Update README.md
Co-Authored-By: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
2019-09-27 15:11:45 -07:00
Oscar Batori e5c23a6cc0 Update README.md
Co-Authored-By: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
2019-09-27 15:11:40 -07:00
Oscar Batori cd014684c7 Update README.md
Ensure that installing from source is properly documented, including go-gotchas.
2019-09-27 15:01:57 -07:00
Brian Hendriks 502b052d65 Merge pull request #92 from liquidata-inc/bh/content-length-fix
content length fix
2019-09-27 13:25:20 -07:00
Brian Hendriks 05420f7bb2 content length fix 2019-09-27 13:21:12 -07:00
Brian Hendriks ee1ec46b14 Push and Pull v2 (#89) 2019-09-27 11:20:47 -07:00
Aaron Son 9456d3757c Merge pull request #91 from liquidata-inc/aaron/nbs-io-parallelism-fixes
go: store/nbs: table_reader: getManyAtOffsetsWithReadFunc: Stop unbounded I/O parallelism in GetMany implementation.
2019-09-26 16:09:22 -07:00
Aaron Son dd989743d4 go/store/nbs: table_reader: PR Feedback: Small changes to structure of channel close and wait group done calls. 2019-09-26 15:58:57 -07:00
Aaron Son 1012b5c806 go: store/nbs: table_set: Remove superfluous goroutine in getMany{,Compressed} in the chunkReadPlanner case. 2019-09-26 14:48:33 -07:00
Aaron Son 1bcf0c3301 go: store/nbs: table_reader: getManyAtOffsetsWithReadFunc: Stop unbounded I/O parallelism in GetMany implementation. 2019-09-26 13:27:59 -07:00
Daylon Wilkins 9d53517eac Used existing iterator constructor 2019-09-24 17:39:54 -07:00
Daylon Wilkins ed3dc4de5f Naked deletes now just delete everything instead of iterating 2019-09-24 17:12:39 -07:00
Daylon Wilkins 8b4a36ed96 Updated formatting 2019-09-24 12:56:09 -07:00
Daylon Wilkins 551a6e47c9 Bats tests updated 2019-09-24 12:56:09 -07:00
Daylon Wilkins d9259ec149 A few mistakes on the tests 2019-09-24 12:56:09 -07:00
Daylon Wilkins db453e2c40 Implemented REPLACE 2019-09-24 12:56:09 -07:00
Daylon Wilkins 675bd80c96 Updated mod file to point to custom go-mysql-server 2019-09-24 12:56:09 -07:00
Taylor Bantle 248a77aee7 Merge pull request #87 from liquidata-inc/taylor/csv-tag-fix
{go, bats}: Replace table works with file with schema in different order
2019-09-24 10:53:49 -07:00
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
Tim Sehn 502810dfa4 Updated Credits per feedback from @aboodman 2019-09-23 14:57:47 -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