Commit Graph

26866 Commits

Author SHA1 Message Date
Elian
b244dfe7ac fix err check and multi remote branch test 2025-06-24 14:07:33 -07:00
Elian
631de0075e rm isBranch check in checkout func for existing with fallback 2025-06-24 14:07:33 -07:00
Elian
0a6ce282ff add test for multiple matching branch names 2025-06-24 14:07:33 -07:00
Elian
174b693507 amend rsc to ptr type 2025-06-24 14:07:33 -07:00
Elian
895fae3c4f rm use of ResetHard when firstArg = '.' to rm transaction implications 2025-06-24 14:07:33 -07:00
Elian
0392dbd60b amend validate detached head func 2025-06-24 14:07:33 -07:00
Elian
215fa309e6 add dolt queries test 2025-06-24 14:07:33 -07:00
Elian
7492650c4a rm debug echo 2025-06-24 14:07:32 -07:00
Elian
dc514c3fe4 rm branch deletion (branch never existed) 2025-06-24 14:07:32 -07:00
Elian
89c109c40f amend to mark valid remoteRefs >= 1 2025-06-24 14:07:32 -07:00
Elian
6d03674dfc fix non-regex cmp 2025-06-24 14:07:32 -07:00
Elian
db81cea3b0 fix remotes bats test 2025-06-24 14:07:32 -07:00
Elian
d7c513d916 fix <tag> [<tables>] scenario 2025-06-24 14:07:32 -07:00
Elian
3551bf15e1 amend empty-repo check with new tablespec errout 2025-06-24 14:07:32 -07:00
Elian
f63c2e5507 add implicit local branch checkout bats and rm DWIM prefix 2025-06-24 14:07:32 -07:00
Elian
2bb8c43e2e add central detached head check 2025-06-24 14:07:32 -07:00
Elian
9a867168c1 fix working set not being taken into consideration during switch 2025-06-24 14:07:32 -07:00
Elian
6404995479 amend order exe 2025-06-24 14:07:32 -07:00
Elian
716c0f3fc9 rm debug prints 2025-06-24 14:07:32 -07:00
Elian
3604761820 add bats tests 2025-06-24 14:07:32 -07:00
Elian
a84a82e264 add tag check 2025-06-24 14:07:32 -07:00
Elian
aff9006ab7 fix table resolved as branch err and off-by-one err 2025-06-24 14:07:32 -07:00
Elian
39c79cab28 add only table cond 2025-06-24 14:07:32 -07:00
Elian
878058f792 rm unused isBranch 2025-06-24 14:07:32 -07:00
Elian
e53a08521c fix branch db err and tablespec 2025-06-24 14:07:32 -07:00
Elian
a4e10d589d add success msgs 2025-06-24 14:07:32 -07:00
Elian
27a0d5f556 mv working set fallback 2025-06-24 14:07:32 -07:00
Elian
88ed2d16e9 add case 3, 4 in DWIM git checkout 2025-06-24 14:07:32 -07:00
Elian
2ccab5efde add case 1..3 impl for checkout <ref> -- <table(s)> 2025-06-24 14:07:32 -07:00
James Cor
8ab572b767 [no-release-notes] backtick tests (#9380) 2025-06-24 12:56:17 -07:00
Neil Macneale IV
4747133314 Merge pull request #9388 from dolthub/macneale4/stats-err
Ensure error checking is performed when generating statistics template
2025-06-24 12:45:02 -07:00
Neil Macneale IV
d86cffbfdb Now with more error checking 2025-06-24 11:38:33 -07:00
Neil Macneale IV
0f2d186efb Ensure error checking is performed when generating statistics template 2025-06-24 11:16:58 -07:00
Neil Macneale IV
44d79e9c3b Merge pull request #9349 from codeaucafe/codeaucafe/feat/1083-validate-import-args-before-reading-import-rows
feat(import): validate primary keys early
2025-06-24 10:42:36 -07:00
Aaron Son
36afffdf19 Merge pull request #9383 from dolthub/aaron/clone-with-local-temp-files
go: clone: Fix dolt clone to work even when dolt startup logic detects that TMPDIR is not renamable to the local directory and it creates a .dolt/tmp directory.
2025-06-24 10:02:26 -07:00
David Dansby
a0bfb9d1d7 refactor(import): address PR review feedback on bats tests
Remove unnecessary cleanup commands and update test comment format as
requested in code review. The test harness automatically handles file
cleanup, making manual rm commands redundant. Update test comment to
reference GitHub issue #1083 using the preferred format.

Refs: #1083
2025-06-23 23:16:19 -07:00
Elian
49d1ea1eaa Merge pull request #9379 from dolthub/elianddb/fix-8853-local-user-persist
Fix 8853 warn local user persists
2025-06-23 18:40:20 -07:00
Nathan Gabrielson
6e0b8e966e Merge pull request #9369 from dolthub/nathan/stash2
Dolt Stash CLI Migration
2025-06-23 17:26:21 -07:00
Elian
3879f7ad26 fix logrus func call 2025-06-23 16:50:48 -07:00
Aaron Son
f54449dbb2 go: clone: Fix dolt clone to work even when dolt startup logic detects that TMPDIR is not renamable to the local directory and it creates a .dolt/tmp directory. 2025-06-23 16:41:10 -07:00
Elian
e9cb6dd798 switch to logrus, rm loop, and amend warning msg 2025-06-23 16:38:36 -07:00
Elian
3b5fb9a3a5 inline rm user and roles 2025-06-23 16:38:35 -07:00
Elian
f973269400 add bats test 2025-06-23 16:38:35 -07:00
Elian
89ca475bd6 add recreation and warning log for __dolt_local_user__ 2025-06-23 16:38:35 -07:00
Elian
ad65a4dbee Merge pull request #9376 from dolthub/elianddb/9374-support-MYSQL_USER-MYSQL_PASSWORD-env-vars
Fixes: #9374
Add support for MYSQL_USER/MYSQL_PASSWORD environment variables
Update server README with supported environment variables
2025-06-23 16:25:29 -07:00
Nathan Gabrielson
18dc62e7a4 Fix engine test, stash.go cleanup 2025-06-23 16:20:11 -07:00
Elian
bfcb11eb33 add docs and combine funcs 2025-06-23 15:50:43 -07:00
Elian
2ec85592bb rm unused func 2025-06-23 15:50:43 -07:00
Elian
e5f00c4b00 rm file_env 2025-06-23 15:50:43 -07:00
Elian
b567b42b68 conv to LF 2025-06-23 15:50:43 -07:00