Nathan Gabrielson
63f88591f9
cleaning up PR
2025-07-15 11:10:38 -07:00
NathanGabrielson
c32a24ca9f
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2025-07-15 00:00:43 +00:00
Nathan Gabrielson
29429d4c54
gonna try this
2025-07-14 16:44:37 -07:00
Nathan Gabrielson
b74fc82b23
Mostly done
2025-07-14 16:44:37 -07:00
Nathan Gabrielson
b101ff4fb8
Small ci fixes
2025-07-14 16:44:37 -07:00
Aaron Son
2dcbe56bd5
Merge pull request #9513 from dolthub/reltuk-186222f1
...
[auto-bump] [no-release-notes] dependency by reltuk
2025-07-14 19:38:30 -04:00
Nathan Gabrielson
af0d2aff85
whoops missed string case for int8 to bool, err handling somewhere
2025-07-14 15:35:11 -07:00
Nathan Gabrielson
e768b99fd0
small changes
2025-07-14 15:10:13 -07:00
Nathan Gabrielson
c2b4f497f3
Requested changes
2025-07-14 14:26:43 -07:00
Aaron Son
26a8641028
Merge remote-tracking branch 'origin/reltuk-186222f1' into aaron/no-ctx-in-jsondocument
2025-07-14 13:47:14 -07:00
Aaron Son
8710d08dc5
go: Changes for indexed json doc taking Context on its methods.
2025-07-14 13:47:06 -07:00
Nathan Gabrielson
c6aadadadb
Expect script showed mercy towards me today
2025-07-14 11:36:16 -07:00
Nathan Gabrielson
631f902cb8
First pass --system flag for dolt diff
2025-07-11 15:30:23 -07:00
Elian
e582d9557e
Merge pull request #9436 from AsheeHuang/main
...
Improve `dolt checkout` error handling for missing tables
2025-07-11 13:12:36 -07:00
coffeegoddd
8467e36da0
[ga-bump-release] Update Dolt version to 1.55.6 and release v1.55.6
2025-07-08 22:55:15 +00:00
Neil Macneale IV
81b6b765a8
Merge pull request #9429 from codeaucafe/codeaucafe/fix/1083-import-arg-count-error-msg
...
refactor(import): show actual arg count in import error messages
2025-07-08 15:11:52 -07:00
Nathan Gabrielson
f6045a8edc
Merge pull request #9433 from dolthub/nathan/upstream
...
--set-upstream and improved --track for dolt branch
2025-07-08 13:42:31 -07:00
Neil Macneale IV
b206b3640c
Merge pull request #9462 from dolthub/macneale4/newtoold
...
[no-release-notes] NewGen -> OldGen admin script
2025-07-08 13:32:05 -07:00
macneale4
fa42259035
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2025-07-08 19:12:31 +00:00
Neil Macneale IV
628c46b1f6
Use a non-racy approach
2025-07-08 12:04:16 -07:00
Neil Macneale IV
170388353f
Update go/cmd/dolt/commands/admin/newgen_to_oldgen.go
...
Co-authored-by: Aaron Son <aaron@dolthub.com >
2025-07-08 11:50:00 -07:00
Neil Macneale IV
b8dc8bdec9
Update go/cmd/dolt/commands/admin/newgen_to_oldgen.go
...
Co-authored-by: Aaron Son <aaron@dolthub.com >
2025-07-08 11:49:41 -07:00
Nathan Gabrielson
795cec6791
More fixes, can track local branches
2025-07-08 11:11:32 -07:00
Nathan Gabrielson
ef7c58e833
Merge pull request #9443 from dolthub/nathan/rmCLI
...
Dolt Rm CLI command
2025-07-08 09:17:42 -07:00
coffeegoddd
ec4605479e
[ga-bump-release] Update Dolt version to 1.55.5 and release v1.55.5
2025-07-08 02:04:37 +00:00
Neil Macneale IV
a280434ea1
Simplify progress message queue
2025-07-07 17:57:40 -07:00
Neil Macneale IV
8bf73cd409
NewGen -> OldGen admin script
2025-07-07 17:28:50 -07:00
Nathan Gabrielson
e62804efd0
More/fixed tests, branch.bats now uses remote server, --track can specify local branches
2025-07-07 16:30:04 -07:00
Aaron Son
09e0ee22eb
Add @GLOBAL.dolt_auto_gc_enabled system variable to inspect whether auto GC is enabled.
...
The system variable is read-only. The only way to enable Auto GC remains setting:
behavior:
auto_gc_behavior:
enable: true
in the config.yaml file which is given to `dolt sql-server` in its `--config` parameter.
2025-07-07 15:22:40 -07:00
Nathan Gabrielson
15b3996d6a
Forgot to change one thing
2025-07-07 10:01:35 -07:00
Nathan Gabrielson
838f717f5b
Small changes + more clear result statements
2025-07-07 09:57:55 -07:00
Tim Huang
989d84bfb4
Handle table checkout errors with detailed warnings
...
Improves error handling during table checkout by adding verbose
warnings when specified tables do not match any known tables.
Prevents abrupt failures by allowing other valid tables to be
processed while aggregating and returning warnings for unmatched tables.
2025-07-05 13:35:52 +08:00
James Cor
d9fe7eab5d
Only print Query Ok results in interactive shell. ( #9441 )
2025-07-04 19:05:55 -07:00
David Dansby
310c0b15c5
refactor(import): show actual arg count in import error messages
...
Update import command validation to display the number of arguments
received when validation fails. Previously, errors only showed "expected
1 or 2 arguments" without indicating how many were actually provided.
Now shows "expected 1 argument (for stdin) or 2 arguments (table and
file), but received N" for clearer debugging.
The argparser already shows argument counts for too many arguments (e.g.
"Expected at most 2, found 3"), but this change ensures consistent
messaging for all validation cases.
Refs: #1083
2025-07-03 22:13:05 -07:00
Neil Macneale IV
5d7e2c1504
Flush outputs in archive command. Fixes flaky test ( #9446 )
2025-07-03 16:57:41 -07:00
Neil Macneale IV
71c9fd70c8
Remove error check which is no longer returned by procedure
...
Remove no-op function call
2025-07-03 11:04:25 -07:00
NathanGabrielson
56adc30622
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2025-07-03 01:02:28 +00:00
Nathan Gabrielson
c894eefe6e
Fixing up stuff for git rm
2025-07-02 17:52:41 -07:00
coffeegoddd
73e5013bbd
[ga-bump-release] Update Dolt version to 1.55.4 and release v1.55.4
2025-07-02 23:33:56 +00:00
Nathan Gabrielson
0cdf212173
Small changes
2025-07-02 12:46:53 -07:00
Nathan Gabrielson
e632a17a67
Requested changes
2025-07-02 12:30:02 -07:00
Nathan Gabrielson
eaaba8ea67
First pass dolt rm cmd
2025-07-01 17:18:52 -07:00
Nathan Gabrielson
cb571caa38
Small fixes before feedback
2025-07-01 14:21:31 -07:00
Nathan Gabrielson
1a3dd103af
First pass --upstream and improved --track
2025-07-01 14:21:31 -07:00
Nathan Gabrielson
8d3dcb92ed
Merge pull request #9398 from dolthub/nathan/remove
...
dolt_rm stored procedure
2025-06-27 16:06:11 -07:00
Nathan Gabrielson
51c4d71af2
Small & (hopefully) last fixes
2025-06-27 14:29:27 -07:00
Neil Macneale IV
3b65d627cb
PR Feedback: no spin wait
2025-06-27 11:48:32 -07:00
Nathan Gabrielson
97b6a84092
Neil changes + many edge cases
2025-06-27 11:11:00 -07:00
Nathan Gabrielson
220e9a123d
working basic dolt rm procedure
2025-06-27 11:11:00 -07:00
Nathan Gabrielson
8063ad830b
First rm stuff
2025-06-27 11:11:00 -07:00