Commit Graph

14 Commits

Author SHA1 Message Date
Aaron Son 84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Daylon Wilkins b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Aaron Son 5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son 732086a9c7 dolt/go: Add copyright notices to every file. For files from noms, retain and reference the previous copyright notice as well. 2019-07-22 17:06:35 -07:00
Brian Hendriks de36628918 update paths 2019-06-21 12:06:08 -07:00
Brian Hendriks 6ae6d7e595 move store files to the structure we want 2019-06-21 11:55:01 -07:00
Brian Hendriks 755aa37aed Fixes panics and improves error messaging 2019-06-03 14:35:51 -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 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 e26d247ddf Bh/merge fixes (#492)
* Fast forword merges
* error handling
* messaging
2019-02-18 16:10:08 -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
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