Commit Graph

29 Commits

Author SHA1 Message Date
Daylon Wilkins
892de5ed98 Moved everything over to SHOW CREATE TABLE and fixed diff panic 2020-09-22 23:19:04 -07:00
Andy Arthur
5a01be5164 validate ref strings when resolving ref specs 2020-09-14 15:23:02 -07:00
Timothy Sehn
a09a95e8d9 Added the non branch version of the diff that does not panic 2020-09-14 10:00:30 -07:00
Timothy Sehn
c79c6f22bb Fixed typo in skip 2020-09-14 09:53:22 -07:00
Timothy Sehn
4da33e536b Added skip bats test for ref spec panic on diff 2020-09-14 09:47:35 -07:00
Andy Arthur
42160d6493 PR feedback 2020-08-04 13:43:47 -07:00
Andy Arthur
a26330b5de fixed index/fk diff, added tests 2020-08-03 10:12:30 -07:00
Andy Arthur
333aeb1fd2 added more bats 2020-06-09 17:01:07 -05:00
Andy Arthur
d1ff3624e1 updated BATS for diff 2020-06-09 17:00:21 -05:00
Andy Arthur
649c9d8044 merged master to fix conflicts 2020-05-06 15:17:05 -07:00
Andy Arthur
4e12c58cc0 updated BATS 2020-05-05 10:27:53 -07:00
Andy Arthur
c8f8bb8de2 repo fmt, added safePercent 2020-05-01 11:33:54 -07:00
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