Commit Graph

53 Commits

Author SHA1 Message Date
Aaron Son 5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son 23a0f5a33e Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching 2019-07-23 16:07:50 -07:00
Aaron Son 6619700b5a dolt/go: Add utils/repofmt/check_fmt.sh, and standardize goimports config across repository. 2019-07-23 11:59:06 -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
Daylon Wilkins bdadb34cc6 Fixes Dolt tests on Windows 2019-07-03 16:36:30 -07:00
Zach Musgrave c039390c02 Deleting files since deleted by bheni (cleaning up a merge conflict) 2019-06-21 15:47:48 -07:00
Brian Hendriks 5eaf7931ac retry downloads, turn down concurrency, add TO 2019-06-21 15:43: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 8fff837830 use github.com/cenkalti/backoff 2019-06-19 15:06:35 -07:00
Brian Hendriks 74c896243e performance 2019-06-19 15:06:35 -07:00
Brian Hendriks 709858c705 test updates 2019-06-19 15:06:35 -07:00
Brian Hendriks 063d60db1e retry package 2019-06-19 15:06:35 -07:00
Brian Hendriks 0bee8eebec PR feedback 2019-06-18 16:13:07 -07:00
Brian Hendriks 35e2df617a iohelp.ReadWithMinThroughput 2019-06-18 16:13:07 -07:00
Brian Hendriks 9363d0c37d tests 2019-06-12 10:23:01 -07:00
Brian Hendriks d49955d7bd dbfactory 2019-06-11 14:47:56 -07:00
Brian Hendriks 755aa37aed Fixes panics and improves error messaging 2019-06-03 14:35:51 -07:00
Zach Musgrave 0d65f44083 Use the EDITOR os env if the dolt editor isn't set 2019-05-14 16:44:09 -07:00
Brian Hendriks 0a6610b74b fixes 2019-05-08 17:11:04 -07:00
Brian Hendriks 58b8b928bd fetch changes 2019-05-08 17:11:04 -07:00
Brian Hendriks 529f9dd96a refspecs 2019-05-07 16:50:03 -07:00
Brian Hendriks b4d58ded77 more unit tests 2019-04-25 11:34:21 -07:00
Brian Hendriks 258b81a244 diff schemas 2019-04-25 11:34:21 -07:00
Zach Musgrave fd8f500169 Made SQL table output prettier, fixed failing tests 2019-04-16 12:18:07 -07:00
Brian Hendriks 5af467f9b2 url parsing fix 2019-04-09 10:29:08 -07:00
Aaron Son 8d66d48436 Merge pull request #934 from liquidata-inc/aaron/dolt-editor-test-no-python
dolt/go/libraries/utils/editor: Fix editor_test to not depend on python.
2019-04-03 16:13:20 -07:00
Aaron Son badfd1646c dolt/go/libraries/utils/editor: Fix editor_test to not depend on python. 2019-04-03 16:11:52 -07:00
Matt Jesuele 99df251ca9 dolt/go: Add branch -D flag as abbreviation for --delete --force 2019-04-03 11:11:31 -07:00
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