Skip to content

Releases: dolthub/doltcli

0.2.2

05 Jan 20:22
04c18ad
Compare
Choose a tag to compare
Allow ~ and fix for schema_export (#46)

* Update dolt.py

* Update schema_export to match cli

the --filename flag appears to have been removed from the cli

* Add test

* Fix the test

0.2.1

13 Dec 18:04
Compare
Choose a tag to compare
v0.2.1

fix ls offset

0.2.0

05 Oct 15:10
87974a2
Compare
Choose a tag to compare
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

14 Feb 16:36
Compare
Choose a tag to compare
v0.1.18

edit release workflow

0.1.17

13 Jan 03:33
62cc09d
Compare
Choose a tag to compare
Max/rm non dev black (#37)

* bump deps

* accidentally added prod black

0.1.15

08 Sep 22:26
a0c7604
Compare
Choose a tag to compare
Decode error message so that it is printed correctly (#27)

* Decode error message so that it is printed correctly

* CI fix

0.1.14

09 Aug 13:15
845d0e5
Compare
Choose a tag to compare
v0.1.14

No gc option (#26)

0.1.13

04 Aug 17:35
f5a60d8
Compare
Choose a tag to compare
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

04 Aug 15:29
31608a3
Compare
Choose a tag to compare
Write_file accepts file argument (#24)

* Write_file accepts file argument

* Remote prints

0.1.11

27 Jul 03:34
712d168
Compare
Choose a tag to compare
Update dolt.py (#22)

add missing word in docstring