17 Commits

Author SHA1 Message Date
AndyA
06fa04de81 Merge pull request #491 from liquidata-inc/andy/uniq_tags
Andy/uniq tags
2020-04-02 15:42:51 -07:00
Timothy Sehn
d01f6d01b7 Fixed a bug in the newly created skipped bats test for diff --cached where I referred to instead of correctly using 2020-04-02 14:45:23 -07:00
Timothy Sehn
d5ac7778a4 Added skipped bats test for dolt diff --cached 2020-04-02 10:04:19 -07:00
Andy Arthur
4fba85a8c0 updated bats tests with PR feedback 2020-03-23 07:25:54 -07:00
Andy Arthur
4d5e92e65c fixe bats tests 2020-03-13 17:18:51 -07:00
Daylon Wilkins
a8ee8c30dc Removed Windows carriage-return and trailing whitespace from bats tests 2020-01-23 11:17:11 -08:00
Daylon Wilkins
072c8d80e0 Removed old table and schema commands from the command line 2020-01-22 17:03:22 -08:00
Timothy Sehn
e6575c7fa7 Added from_COLUMN_NAME and to_COLUMN_NAME test cases 2019-12-16 12:42:35 -08:00
Timothy Sehn
4caa4b510d Fixed a typo in the skip statement 2019-12-16 12:28:22 -08:00
Timothy Sehn
2c0f6803ff Added bats tests for diff --where 2019-12-16 12:26:52 -08:00
Matt Jesuele
e2daa1a2dc Merge pull request #131 from liquidata-inc/mj/refactor-bats
bats: Factor setup and teardown logic out of tests, greatly reducing duplication
2019-10-08 15:25:59 -07:00
Brian Hendriks
88f18363bb bh/schema sub commands (#128)
* changed dolt schema to be a command group
2019-10-08 14:56:28 -07:00
Matt Jesuele
fa3c06b5cb bats: Factor setup and teardown logic out of tests, greatly reducing duplication 2019-10-08 13:43:21 -07:00
Brian Hendriks
69398406e6 Bh/diff summary opt (#117)
* diff --summary optimizations (moved to use an AsyncDiffer)
* Fixed cell modification count calculations
* Added additional incremental output.
* Extra tests
2019-10-07 15:43:43 -07:00
Taylor Bantle
58ee619005 Move summary display functions to cmd, replace returning verr to using atomicerr, change type of values to map 2019-10-02 12:45:16 -07:00
Taylor Bantle
0b43e06e2e Diff summary includes cells modified 2019-10-01 17:16:19 -07:00
Taylor Bantle
93f07b64fc diff summary printing added, deleted, modified, unmodified 2019-09-27 15:46:26 -07:00