Commit Graph

174 Commits

Author SHA1 Message Date
Osheiza Otori 7c8c26f235 Oo/import json table (#741)
* import json file into dolt table

* importing json file into dolt table

* cleaning up json import

* implemented suggestions

* excluded unused variables and fixed tagged values in convToRow

* fixed iterator to convert to row and writer test
2019-03-25 10:02:38 -07:00
Zach Musgrave e3363d37bc Merge pull request #814 from liquidata-inc/zachmu/parser-fix
Fixed panic on empty strings as arguments -- now just passed through …
2019-03-21 14:47:40 -07:00
Zach Musgrave 5128323c45 Fixed panic on empty strings as arguments -- now just passed through to the command 2019-03-21 14:46:37 -07:00
Brian Hendriks 11fad4986e make remotes easier 2019-03-21 12:19:09 -07:00
Zach Musgrave b382f462d5 Collection of small cleanups that were easy to make during deep dive of doltcore code.
* Small refactoring in import command
* Extracted a head constant in commit_spec
* Changed doltdb.LoadDoltDb to panic when the data dir doesn't exist, rather than returning nil, and updated docs
* Added missing method docs to doltdb.go, and fixed many typos
* Removed unused error handling code
* Added a version of PanicToError for nullary functions
* Imported testify/assert testing library
2019-03-14 12:49:29 -07:00
Zach Musgrave 8164a2b238 Put struct docs above fields instead of next to them. 2019-03-12 16:10:09 -07:00
Zach Musgrave 7f03493bbd Added docs to parser methods and fixed a few errors constructing error strings. 2019-03-12 16:10:02 -07:00
Zach Musgrave 6fe4247fe9 Rewrote panic-to-error functions without named returns 2019-03-11 16:29:19 -07:00
Zach Musgrave cecfde7057 Removed unnecessary level of lambdas from panic utils 2019-03-11 15:13:22 -07:00
Brian Hendriks 2f59fb8284 Bh/fix add field (#590)
* fix dolt schema --add-field
* bump version
2019-03-05 15:04:40 -08:00
Brian Hendriks be7c310776 tests and documentation (#572)
* tests and documentation
* bump version
2019-03-05 09:54:11 -08:00
Brian Hendriks 7bb4645632 Bh/row refactor (#532)
row refactor, schema refactor, pipeline refactor
multiple value primary keys, tagged values, pipeline refactor
2019-03-03 22:13:13 -08:00
Brian Hendriks e26d247ddf Bh/merge fixes (#492)
* Fast forword merges
* error handling
* messaging
2019-02-18 16:10:08 -08:00
Brian Hendriks e5b530674b Good Cat (#458)
* refactor cat to use an AutoSizingFWTTransformer with 10000 samples
2019-02-13 13:53:47 -08:00
Brian Hendriks 0ee9a4272a remote chunkstore framework (#414)
* remote chunkstore framework
* test server
* semi-working commands for remotes
2019-02-13 10:08:59 -08:00
Aaron Son 4938b8b8e0 Merge remote-tracking branch 'origin/bh/auth-login' into aaron/dolt-remote-api 2019-02-05 15:31:26 -08:00
Brian Hendriks 40cf32c739 cred command updates / fixes 2019-02-04 16:20:12 -08:00
Osheiza Otori 324ec12b89 adding tests for editor and schema (#334)
* adding tests for editor and schema

* removed unnecessary tests for editor

* modifying scehma test for IterFields
2019-01-30 14:08:11 -08:00
Osheiza Otori a6a16578fe Commit editor fixes (#318)
Made changes so command also works on windows
2019-01-28 09:49:42 -08:00
Osheiza Otori d5c8d03217 Commit message editor (#294)
Added ability for user to create and edit commit message in text editor of their choice
2019-01-23 12:13:33 -08:00
Katie McCulloch 2a516aaa85 returns fc.write() outside of loop 2019-01-10 16:49:25 -08:00
Katie McCulloch 7295d55831 fixes --unset error messages by checking if key exists before deleting 2019-01-10 16:23:20 -08:00
Brian Hendriks dd39c1dbbd fixed refactor (#254) 2019-01-09 13:37:06 -08:00
Brian Hendriks dafab3984b Package refactor and document (#248) 2019-01-09 10:25:06 -08:00