Commit Graph

6507 Commits

Author SHA1 Message Date
Brian Hendriks dafab3984b Package refactor and document (#248) 2019-01-09 10:25:06 -08:00
Brian Hendriks 9cbd93cdf7 Dolt data dir (#245)
* use .dolt/noms dir to store noms data
* Don't write to noms if tables haven't changed
2019-01-08 23:12:18 -08:00
Brian Hendriks 731adb14a8 Import err msg (#246)
* err handling changes and better messaging
* conversion functions return types changed to  types.Value and types.NullValue used when empty string is tried to convert to a type.
2019-01-08 23:11:45 -08:00
Brian Hendriks ccae89a709 Dolt windoze (#244)
Uses cross platform mem maps, and file locks, and changes command line printing to support coloring.
2019-01-08 17:40:25 -08:00
Brian Hendriks 210f239305 Initial fixes (#219)
* Fix config documentation

* Improved import documentation

* Bug fix

* support the ability to insert rows before a transform in a pipeline before the pipeline starts

* support --all flag

* fix casing issues

* Change transforms to support injecting rows, and inject column headers when showing diff, or cat output.

* Schema command

* documentation update

* Bump version

* fix space

* Create release-notes.md
2019-01-07 01:11:36 -08:00
Brian Hendriks 32040e15ab Dolt (#206)
* dolt functionality with git ergonomics.
2019-01-04 15:05:40 -08:00
Brian Hendriks 2185a339e4 Git for data (#138)
Almost functional dolt
2018-12-19 10:03:12 -08:00