Releases: dolthub/doltcli
Releases · dolthub/doltcli
0.2.2
0.2.1
v0.2.1 fix ls offset
0.2.0
Bring doltcli up to date with dolt 1.16.0 (#44) * Mark expected failure of `test_working` * Add typing for `create_test_table` fixture * Add typing for `init_empty_test_repo` fixture * Add `ORDER BY` clause to make test reliable * `test_merge_conflict` has incorrect logic * Fix fixture to set up a doltdb * Remove unused mixin file * Add `track` argument to checkout * Add option to specify the branch to pull from * Fix unit tests by updating `Branch` type * Fix merge function message parsing Wrong parsing of merge output was causing test_merge_fast_forward to fail * Add fix for test_update_rows This will be removed once issue with dolt table import -u is fixed https://github.com/dolthub/dolt/issues/6675 * Add commit message to merge dolt command Improve merge docstring This fixes test_dolt_log_merge_commit test as now merge message is correctly used * Remove unreachable code in merge This code was never reach as --commit flag was always set by default in dolt merge command * Improve use of commit message variable in tests * Add recommended dolt version in README * Add remote and all options to branch * Update dolt version to 0.16.0 * Remove temporary csv import fix as solved in dolt * Simplify _get_branches * Add tests for pull command * Add tests for _get_branches --------- Co-authored-by: crisp-snakey <[email protected]> Co-authored-by: radao <[email protected]> Co-authored-by: Tommaso <[email protected]>
0.1.18
v0.1.18 edit release workflow
0.1.17
Max/rm non dev black (#37) * bump deps * accidentally added prod black
0.1.15
Decode error message so that it is printed correctly (#27) * Decode error message so that it is printed correctly * CI fix
0.1.14
v0.1.14 No gc option (#26)
0.1.13
Max/write file 2 (#25) * Write_file accepts file argument * Remote prints * Avoid file delete * Make sure we don't delete user's file
0.1.12
Write_file accepts file argument (#24) * Write_file accepts file argument * Remote prints
0.1.11
Update dolt.py (#22) add missing word in docstring