coffeegoddd
40908b0b33
[ga-bump-release] Update Dolt version to 1.82.0 and release v1.82.0
2026-02-14 03:50:33 +00:00
coffeegoddd☕️✨
f3a639780c
/go/cmd/dolt/commands/sqlserver/mcp.go: fix compile errors
2026-02-13 11:28:23 -08:00
coffeegoddd
e543cb0037
[ga-bump-release] Update Dolt version to 1.81.10 and release v1.81.10
2026-02-12 23:30:56 +00:00
Zach Musgrave
d30063bf6a
Merge pull request #10491 from dolthub/zachmu/kill-noms3
...
[no-release-notes] Removing dead code orphaned from last round of LD1 cleanup
2026-02-12 13:27:38 -08:00
coffeegoddd
661248a600
[ga-bump-release] Update Dolt version to 1.81.9 and release v1.81.9
2026-02-12 21:19:16 +00:00
zachmu
e23d7f8407
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-02-12 20:22:55 +00:00
Zach Musgrave
f3f5dd238f
got rid of unused fields on EditorOpts
2026-02-12 11:59:12 -08:00
elianddb
f0e4dfd7ff
Merge remote-tracking branch 'origin/main' into elian/10462
2026-02-12 11:24:20 -08:00
elianddb
08194befa9
fix suggestions
2026-02-12 11:19:10 -08:00
Neil Macneale IV
e30cfc7add
Merge pull request #10482 from dolthub/macneale4-claude/commit-hooks2
...
commit verification with dolt_tests
2026-02-12 10:00:20 -08:00
elianddb
181f336281
fix dolt_ignore and dolt_nonlocal_tables patterns not being respected by dolt_clean and add tests
2026-02-11 17:45:31 -08:00
coffeegoddd
7e12297038
[ga-bump-release] Update Dolt version to 1.81.8 and release v1.81.8
2026-02-12 01:22:42 +00:00
Zach Musgrave
95861b152e
Realizing that almost all of editor opts are completely useless outside of LD1
2026-02-11 17:18:21 -08:00
Dustin Brown
621a810361
Merge pull request #10485 from dolthub/db/fixes
...
Git remote support fixes: shard git blobstore writes and normalize clone/remote URLs
2026-02-11 16:38:33 -08:00
coffeegoddd☕️✨
f19ddbfac2
/{go,integration-tests}: set max size
2026-02-11 15:22:52 -08:00
Zach Musgrave
4753a64ddc
remove dead code
2026-02-11 15:10:12 -08:00
Zach Musgrave
da07d80472
Merge pull request #10481 from dolthub/zachmu/kill-noms2
...
[no-review-notes] Removed most of the remaining LD_1 specific codepaths and types
2026-02-11 14:58:55 -08:00
coffeegoddd☕️✨
7e35f80506
/go/cmd/dolt/commands: fix clone issue
2026-02-11 14:24:37 -08:00
coffeegoddd☕️✨
027fd3e982
/{go,integration-tests}: some fixes and cleanup
2026-02-11 11:55:10 -08:00
coffeegoddd☕️✨
e64f8d82e4
/{go, integration-tests}: fix repo cache
2026-02-11 11:45:44 -08:00
coffeegoddd☕️✨
ae5544d9a1
/go/cmd/dolt/{cli, commands}: fix usage line
2026-02-11 10:20:17 -08:00
Neil Macneale IV
93dd3f6058
add --skip-verification flag to commit and merge cli commands
2026-02-11 10:15:49 -08:00
Neil Macneale IV
240c4434d2
settle on --skip-verification
2026-02-11 10:15:48 -08:00
Neil Macneale IV
90e7b69e24
Checkpoint. Not right at all
2026-02-11 10:15:48 -08:00
coffeegoddd☕️✨
36b1853a8e
/go/{cmd,libraries}: remote git dir arg
2026-02-11 10:11:05 -08:00
coffeegoddd☕️✨
815b950197
/go/{cmd, libraries}: some cleanup
2026-02-10 20:30:32 -08:00
coffeegoddd☕️✨
76881c2264
/{go,integration-tests}: fixes
2026-02-10 20:14:26 -08:00
coffeegoddd☕️✨
5a012bfe0d
/go/cmd/dolt/commands: update clone
2026-02-10 20:00:47 -08:00
coffeegoddd☕️✨
05a68ac1ae
/{go,integration-tests}: add tests
2026-02-10 19:53:55 -08:00
coffeegoddd☕️✨
9a70ea0b22
/go/{cmd,libraries}: more fixes
2026-02-10 19:18:02 -08:00
coffeegoddd☕️✨
c431af33fe
/go/{cmd,libraries}: make ref an argument
2026-02-10 19:11:46 -08:00
coffeegoddd☕️✨
b262057542
/go/{cmd,libraries}: wip
2026-02-10 18:48:05 -08:00
coffeegoddd☕️✨
a33f7cb26b
/go/{cmd,libraries}: dbfactory stuff and url stuff
2026-02-10 18:48:05 -08:00
Zach Musgrave
858d65df59
Remove more noms data references
2026-02-10 16:35:15 -08:00
Zach Musgrave
e74c4bef31
deleted migrate command, no going back
2026-02-10 16:29:56 -08:00
Aaron Son
8a7273a4ec
Merge pull request #10429 from dolthub/aaron/fsync-fail-crash
...
go/store/nbs: For local databases, crash on fatal I/O errors during writes.
2026-02-10 13:58:55 -08:00
coffeegoddd
c926724762
[ga-bump-release] Update Dolt version to 1.81.7 and release v1.81.7
2026-02-10 02:09:01 +00:00
Aaron Son
0fc9dccc18
go/store/nbs: For local databases, crash on fatal I/O errors during writes.
...
If an fsync fails, or if a critical write(2) calls returns an error
against a shared mutable file, it is not safe for the server to
keep running because it cannot necessarily guarantee the state of
the files as they exist on disk and will exist on disk in the future.
Implement functionality so that the Dolt process cashes in such
cases.
2026-02-05 14:20:37 -08:00
Zach Musgrave
b03c898f91
allow setting the application for the grpc event emitter
2026-02-05 12:55:41 -08:00
coffeegoddd
59f4cece91
[ga-bump-release] Update Dolt version to 1.81.6 and release v1.81.6
2026-02-05 18:21:22 +00:00
coffeegoddd
7916db259f
[ga-bump-release] Update Dolt version to 1.81.5 and release v1.81.5
2026-02-03 20:23:47 +00:00
Aaron Son
1b1c6c653a
Merge pull request #10401 from dolthub/aaron/create-collated-database-from-non-dolt-database
...
go: sqle: Fix CREATE DATABASE ... COLLATE ... when a non-Dolt database is the current connection's database.
2026-02-03 10:37:46 -08:00
Aaron Son
ddfc1b72d6
go: sqle: Fix CREATE DATABASE ... COLLATE ... when a non-Dolt database is the current connection's database.
2026-02-02 11:02:38 -08:00
macneale4
74ad51a9db
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2026-02-02 10:29:33 -08:00
Neil Macneale IV
80bd023144
Rebase command support for short action names
2026-02-02 10:29:33 -08:00
Neil Macneale IV
b915a7252c
Odd and ends cleanup
2026-02-02 10:29:33 -08:00
Neil Macneale IV
e4c31d2604
Handle pausing on the CLI
2026-02-02 10:29:33 -08:00
Neil Macneale IV
d38c448559
Fix CLI and added bats test for edit
2026-02-02 10:29:33 -08:00
Neil Macneale IV
1e4a0b222f
First pass on rebase edit support. more testing required
2026-02-02 10:29:33 -08:00
Daylon Wilkins
aba5e32139
Merge branch 'main' into Hydrocharged-11854a80
2026-01-31 01:02:31 -08:00