Timothy Sehn
cae1df7584
Benchmark config changes. Added publish command line arg
2019-03-15 16:23:32 -07:00
Timothy Sehn
b7876ea8de
Added a command line argument to overrride the results repo root
2019-03-14 17:56:51 -07:00
Timothy Sehn
25f6f091fd
Initial version of publish to dolt
2019-03-14 17:49:39 -07:00
Timothy Sehn
efcf79ffe7
Added help documentation and other small cleanup changes.
2019-03-14 11:29:44 -07:00
Timothy Sehn
d9cb4b386f
Added command line inputs and appropriate defaults. Moved configuration into one big data structure with no external references.
2019-03-13 18:50:41 -07:00
Timothy Sehn
b16c11fa6a
Added logging and pretty output
2019-03-13 14:26:30 -07:00
Timothy Sehn
824c0ded5b
Merge pull request #706 from liquidata-inc/tim/more-benchmark-iteration
...
Tim/more benchmark iteration
2019-03-13 12:38:27 -07:00
Timothy Sehn
14486637f3
Added status messages
2019-03-12 16:40:49 -07:00
Zach Musgrave
342c2e2e82
Reverted unchanged go.sum file
2019-03-12 16:21:50 -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
Timothy Sehn
3e4a4df812
Cleaned up the benchmark script
2019-03-12 15:23:58 -07:00
Brian Hendriks
167d1e4f48
bh/fix deadlock ( #697 )
...
* fix deadlock
* check stop condition less
* bump version
2019-03-12 13:09:08 -07:00
Timothy Sehn
163e2a3845
Randomize the row order in the change CSVs
2019-03-12 12:05:36 -07:00
Timothy Sehn
467a19ff24
Added schema definition for dolt. The JSON file is manually generated with print
...
statements. Could be cleaner.
2019-03-12 11:07:08 -07:00
Timothy Sehn
0a579c7ca7
Added check disk utility
2019-03-12 09:10:12 -07:00
Timothy Sehn
9e27f6df16
Merge pull request #677 from liquidata-inc/tim/dolt-benchmarks
...
Second pass at benchmarking script
2019-03-12 09:07:22 -07:00
Zach Musgrave
b8efe6cc75
Merge pull request #673 from liquidata-inc/zachmu/init-test-fix
...
Updated help text for init to not refernce noms and reflect current b…
2019-03-11 16:31:35 -07:00
Zach Musgrave
5e8499a9e7
Merge pull request #675 from liquidata-inc/zachmu/panic
...
Removed unnecessary level of lambdas from panic utils
2019-03-11 16:30:27 -07:00
Zach Musgrave
6fe4247fe9
Rewrote panic-to-error functions without named returns
2019-03-11 16:29:19 -07:00
Zach Musgrave
cd6e0f00b3
Non-zero return code for bad usage, 0 for --help (nice catch bheni)
2019-03-11 16:24:14 -07:00
Zach Musgrave
fc20e1115e
Merge pull request #676 from liquidata-inc/zachmu/config
...
Documented the behavior of getOperation and updated existing test to …
2019-03-11 15:48:49 -07:00
Timothy Sehn
da1181e43b
Second pass at benchmarking script
2019-03-11 15:42:28 -07:00
Zach Musgrave
333b236a30
Documented the behavior of getOperation and updated existing test to match that behavior (missing key is a non-zero return value, per git behavior)
2019-03-11 15:42:01 -07:00
Timothy Sehn
24932c9956
Merge pull request #646 from liquidata-inc/tim/dolt-benchmarks
...
Tim/dolt benchmarks
2019-03-11 15:40:20 -07:00
Zach Musgrave
cecfde7057
Removed unnecessary level of lambdas from panic utils
2019-03-11 15:13:22 -07:00
Zach Musgrave
b984b8f36c
Updated help text for init to not refernce noms and reflect current behavior. Fixed the tests, some of which didn't match current behavior. Also changed the --help behavior to return 1 instead of 0 to match git's behavior. This last is hard to test since the args parser calls os.Exit directly, which would need a relatively large refactoring to correct. Finally, made the init command work with --help even if the directory was already initialized (can't be tested right now because of previous issue)
2019-03-11 14:52:38 -07:00
Zach Musgrave
d5191167cd
Merge pull request #659 from liquidata-inc/zachmu/command-build-errors
...
Fixed several build errors in commands: bad format strings, as well a…
2019-03-11 13:13:02 -07:00
Zach Musgrave
0a20ea073a
Added a .gitignore for dolt repositories
2019-03-11 12:23:26 -07:00
Zach Musgrave
5f108abff4
Fixed several build errors in commands: bad format strings, as well as an unused variable.
2019-03-11 11:19:18 -07:00
Timothy Sehn
609338f8c5
Added initial benchmark script
2019-03-08 16:36:28 -08:00
Zach Musgrave
3848979f21
Merge pull request #637 from liquidata-inc/zachmu/state-pops-sample
...
State population sample dataset with script to create the database.
2019-03-08 14:11:01 -08:00
Zach Musgrave
e7a60c8b3b
State population sample dataset with script to create the database.
2019-03-08 13:51:49 -08:00
Zach Musgrave
caf82be2ef
Merge pull request #633 from liquidata-inc/zachmu/employees-sample
...
Added the employees toy dataset, along with a sample bash script that…
2019-03-08 11:40:03 -08:00
Zach Musgrave
f65794ca2c
Merge pull request #627 from liquidata-inc/zachmu/table-import-help-nit
...
Clarify table import command docs
2019-03-08 11:32:46 -08:00
Zach Musgrave
fe78571271
Added the employees toy dataset, along with a sample bash script that replicates the video demo, and a README file.
2019-03-08 11:28:50 -08:00
Brian Hendriks
9e3b84d4d4
bh/auto tag fix ( #631 )
...
* fix auto tag generation
* fix error output
* fix merged table schema
* bump version
2019-03-07 23:12:54 -08:00
Zach Musgrave
6b6677e289
Fix a typo
...
s/branche/branch/
2019-03-07 16:57:38 -08:00
Brian Hendriks
7c7c0dd9c3
fix import ( #628 )
...
* fix import
* bump version
2019-03-07 15:45:42 -08:00
Zach Musgrave
46cea3c562
Clarify table import command docs
...
Small nit: existing language ("a single row") gave me the wrong impression that this error would be triggered on imports of tables with one row, rather than any row in an import.
2019-03-07 15:42:40 -08:00
Brian Hendriks
3772d35f86
bh/fix remotes ( #623 )
...
* fix typo
* add logging
* bump version
2019-03-07 14:36:46 -08:00
Zach Musgrave
6bafa28962
Update README.md
...
Added instructions for directory structures related to GOPATH
2019-03-07 14:27:44 -08:00
Zach Musgrave
ac7c8b0ffe
Update README.md
2019-03-07 14:11:44 -08:00
Zach Musgrave
daf844055c
Updated readme.md to include GOPATH variable, make it a bit easier to read and understand
2019-03-07 14:05:48 -08:00
Zach Musgrave
030734efa6
Merge pull request #619 from liquidata-inc/zachmu/tidy
...
Tidied modules for ld and dolt (via `git mod tidy`)
2019-03-07 12:03:05 -08:00
Zach Musgrave
f69cb592e8
Tidied modules for ld and dolt (via git mod tidy)
2019-03-07 12:00:25 -08:00
Brian Hendriks
58778534fc
Bh/select fix ( #611 )
...
* fix select
2019-03-06 17:33:06 -08:00
Brian Hendriks
d609e10c7e
Bh/cat columns ( #610 )
...
* select
* bump version
2019-03-06 17:22:18 -08:00
Brian Hendriks
79d4496d69
Bh/fix conflicts resolve ( #604 )
...
* fix conflicts resolve
* fix put row help text
* bump version
2019-03-06 09:23:57 -08:00
Brian Hendriks
b1fe32ab5e
Bh/rm row fix ( #600 )
...
* added support for removing rows with multiple primary keys
* add tests
* bump version
2019-03-05 18:37:38 -08:00