Commit Graph

29403 Commits

Author SHA1 Message Date
Zach Musgrave
7ec00c2e76 lots of dead code removed 2026-02-11 16:06:34 -08:00
Zach Musgrave
3a0313c800 more dead code 2026-02-11 15:49:32 -08:00
Zach Musgrave
75ea45f2cd remove unused code 2026-02-11 15:33:19 -08:00
Zach Musgrave
15b89d5bda unused code 2026-02-11 15:29:19 -08:00
Zach Musgrave
0430dea293 remove dead code 2026-02-11 15:27:30 -08:00
Zach Musgrave
35252cd1c0 dead code 2026-02-11 15:24:17 -08:00
Zach Musgrave
cba7e85672 remove dead code 2026-02-11 15:21:08 -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
Zach Musgrave
2d0493d1f1 Merge branch 'zachmu/kill-noms2' of github.com:dolthub/dolt into zachmu/kill-noms2 2026-02-11 14:04:22 -08:00
Zach Musgrave
e095fa1612 that skip was important after all 2026-02-11 14:04:19 -08:00
zachmu
f8e05a95c0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2026-02-11 21:27:15 +00:00
Dustin Brown
3c2969b73a Merge pull request #10483 from dolthub/db/dbfactory
Add `git+*` dbfactory remotes with required `--git-cache-dir`, `--ref` support, and integration tests
2026-02-11 13:25:05 -08:00
Zach Musgrave
3bda2f98b6 removed more redundant format assertions 2026-02-11 13:18:08 -08:00
Zach Musgrave
26bf4d51d1 Fixed previous errors 2026-02-11 13:01:02 -08:00
coffeegoddd☕️✨
3b2ff8c0d6 /go/libraries/doltcore/env: fix bats maybe 2026-02-11 12:48:20 -08:00
Zach Musgrave
d8b30e6294 remove more dead stuff 2026-02-11 12:42:10 -08:00
Zach Musgrave
371350ea1b more PR feedback 2026-02-11 12:30:12 -08:00
Zach Musgrave
44e4bec19e removed redundant checks 2026-02-11 12:25:07 -08:00
Zach Musgrave
a4fe359725 removed old method 2026-02-11 12:17:47 -08:00
Zach Musgrave
a421b17686 removed unused consts 2026-02-11 12:15:13 -08:00
Zach Musgrave
81597c3d46 Merge branch 'zachmu/kill-noms2' of github.com:dolthub/dolt into zachmu/kill-noms2 2026-02-11 12:13:58 -08:00
Zach Musgrave
1969e569a4 remove noms index 2026-02-11 12:13:55 -08:00
Zach Musgrave
6310a745c3 PR feedback, added an assertion method 2026-02-11 12:12:03 -08:00
Zach Musgrave
8d59c275a6 removed migrate bats tests 2026-02-11 12:03:34 -08:00
coffeegoddd☕️✨
ce10f624e6 /integration-tests: more cleanup 2026-02-11 11:59:51 -08:00
coffeegoddd☕️✨
027fd3e982 /{go,integration-tests}: some fixes and cleanup 2026-02-11 11:55:10 -08:00
coffeegoddd☕️✨
f2e26ce3fc /integration-tests: fix tests 2026-02-11 11:49:15 -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
coffeegoddd☕️✨
36b1853a8e /go/{cmd,libraries}: remote git dir arg 2026-02-11 10:11:05 -08:00
coffeegoddd☕️✨
554ef83705 /go/libraries/doltcore: pr feedback 2026-02-10 21:16:55 -08:00
coffeegoddd☕️✨
56684d48c2 /go/libraries/doltcore/env: fix remote url 2026-02-10 21:09:13 -08:00
coffeegoddd☕️✨
07cad4bea2 /go/libraries/doltcore/dbfactory: fix windows 2026-02-10 20:55:57 -08:00
coffeegoddd☕️✨
b909f50f94 /go/libraries/doltcore/sqle/dprocedures: refactor 2026-02-10 20:41:00 -08:00
coffeegoddd☕️✨
815b950197 /go/{cmd, libraries}: some cleanup 2026-02-10 20:30:32 -08:00
coffeegoddd☕️✨
6432b224db /go/libraries/doltcore/dbfactory: cleanup 2026-02-10 20:19: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
Dustin Brown
86ca603c47 Merge pull request #10474 from dolthub/db/nbs
NBS-on-Git: add GitBlobstore-backed NBS store and empty-remote bootstrap
2026-02-10 18:47:47 -08:00
zachmu
1424089466 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2026-02-11 01:27:12 +00:00
coffeegoddd☕️✨
964d718789 /go/store/blobstore: add comment 2026-02-10 17:18:58 -08:00
Zach Musgrave
6a1704a113 deleted more defunct tests 2026-02-10 17:08:36 -08:00
coffeegoddd☕️✨
53fa46ceed /go/store/nbs: fix test 2026-02-10 17:00:32 -08:00
Zach Musgrave
aa67cc7b92 deleted another obsolete test 2026-02-10 17:00:16 -08:00