Commit Graph

29162 Commits

Author SHA1 Message Date
coffeegoddd☕️✨
f8fd7ee29b /go/store/blobstore: pr feedback 2026-02-04 15:29:08 -08:00
Dustin Brown
404419c364 Update go/store/blobstore/git_blobstore.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-04 14:03:01 -08:00
coffeegoddd☕️✨
18dea9bf67 /go/store/blobstore/git_blobstore_test.go: pr feedback 2026-02-04 14:02:37 -08:00
coffeegoddd☕️✨
5c2c4f71da /go/store/blobstore/git_blobstore_test.go: add put tests 2026-02-04 13:44:48 -08:00
coffeegoddd☕️✨
917ea5d950 /go/store/blobstore/{git_blobstore,internal}: implement put 2026-02-04 13:44:46 -08:00
Dustin Brown
d25cbfe02b Update go/store/blobstore/internal/git/impl.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-04 13:17:46 -08:00
coffeegoddd☕️✨
4659631f93 /go/store/blobstore/internal/git: add tests 2026-02-04 12:55:54 -08:00
coffeegoddd☕️✨
7eb6b70145 /go/store/blobstore/internal/git: add HashObject 2026-02-04 12:42:33 -08:00
Dustin Brown
0cce8acfe6 Merge pull request #10414 from dolthub/db/gitblobstore-next
add internal git ReadAPI/WriteAPI impl scaffolding + refactor GitBlobstore reads
2026-02-04 12:36:12 -08:00
angelamayxie
219b61e000 Merge pull request #10415 from dolthub/angelamayxie-86990113
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-02-04 12:12:25 -08:00
Nick Tobey
9f232164aa Merge pull request #10407 from dolthub/nicktobey/merge_index
Correctly identify which secondary indexes need to be updated during a merge
2026-02-04 12:04:28 -08:00
coffeegoddd☕️✨
715b783b20 /go/store/blobstore/internal/git: remove unused code 2026-02-04 11:57:58 -08:00
coffeegoddd☕️✨
f46dc26547 /go/store/blobstore: unify apis 2026-02-04 11:50:11 -08:00
coffeegoddd☕️✨
aa59970ee9 /go/store/blobstore/{git_blobstore,internal}: unify reads and writes into single api 2026-02-04 11:43:00 -08:00
coffeegoddd☕️✨
f0aaed72a0 /go/store/blobstore/{git_blobstore,internal}: add git internal write api, refactor reads a bit 2026-02-04 11:43:00 -08:00
angelamayxie
8ced3a8af6 [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2026-02-04 19:36:11 +00:00
Dustin Brown
41944c8e3a Merge pull request #10413 from dolthub/db/gitblobstore
/go/store/{blobstore,nbs,testutils}: add ref constants
2026-02-04 11:27:20 -08:00
Dustin Brown
4839267fe5 Merge pull request #10412 from dolthub/db/bump-aws-ses
/.github/actions/ses-email-action: bump aws ses client
2026-02-04 10:46:42 -08:00
coffeegoddd☕️✨
db964d38a4 /go/store/{blobstore,nbs,testutils}: add ref constants 2026-02-04 10:45:37 -08:00
Dustin Brown
18d18c1cc5 Merge pull request #10409 from dolthub/db/gitblobstore
Add read-only GitBlobstore
2026-02-04 10:10:30 -08:00
coffeegoddd☕️✨
95b24b8abb /.github/actions/ses-email-action: bump actions core 2026-02-04 10:04:59 -08:00
coffeegoddd☕️✨
5533d97284 /.github/actions/ses-email-action: bump aws ses client 2026-02-04 09:59:50 -08:00
coffeegoddd☕️✨
83a31e261c /go/store/blobstore: more feedback 2026-02-03 16:51:23 -08:00
coffeegoddd☕️✨
b45fce36fc /go/store/blobstore/internal/git/runner.go: remove buffer slices 2026-02-03 16:45:08 -08:00
coffeegoddd☕️✨
d25fcead42 /go/store/blobstore/internal/git: addressing pr feedback 2026-02-03 16:40:28 -08:00
coffeegoddd☕️✨
b79b3e5a46 /go/store/blobstore/internal/git/runner.go: formatting 2026-02-03 16:34:45 -08:00
coffeegoddd☕️✨
54debeca13 /{AGENTS.md,GITBLOBSTORE_DESGIN.md}: remove md files 2026-02-03 16:32:31 -08:00
coffeegoddd☕️✨
12ce028bb6 /go/store/{blobstore,nbs,testutils}: fix copyright headers 2026-02-03 15:33:49 -08:00
Dustin Brown
9d1dc248c3 Merge pull request #10351 from dolthub/dependabot/npm_and_yarn/integration-tests/mysql-client-tests/node/lodash-4.17.23
Bump lodash from 4.17.21 to 4.17.23 in /integration-tests/mysql-client-tests/node
2026-02-03 15:20:59 -08:00
coffeegoddd☕️✨
2c6ffcdb39 /go/store/{blobstore,testutils}: some comment updates 2026-02-03 15:17:46 -08:00
coffeegoddd☕️✨
b6121452d8 /go/store/blobstore/internal/git/runner.go: fix comment 2026-02-03 15:15:39 -08:00
coffeegoddd☕️✨
a7fa1f6ca8 /go/{store, utils}: formatting 2026-02-03 15:03:40 -08:00
coffeegoddd☕️✨
ecdaff9465 /go/store/nbs/git_blobstore_read_smoke_test.go: smoke test for git blobstore 2026-02-03 15:02:09 -08:00
coffeegoddd☕️✨
363dac9d52 /go/store/blobstore: wip, gitblobstore tests 2026-02-03 14:56:06 -08:00
coffeegoddd☕️✨
7b72763b4f /go/store/testutils/gitrepo: wip, adding tests 2026-02-03 14:51:35 -08:00
coffeegoddd☕️✨
0b327d0f27 /go/store/blobstore/git_blobstore.go: wip, normalize paths 2026-02-03 14:45:20 -08:00
coffeegoddd☕️✨
838a9f453b /go/store/blobstore/git_blobstore.go: wip, implement ranges 2026-02-03 14:43:14 -08:00
coffeegoddd☕️✨
089ccfbc99 /go/store/blobstore/git_blobstore.go: wip, support all range 2026-02-03 14:35:05 -08:00
coffeegoddd☕️✨
6ef9931a44 /go/store/blobstore/internal/git: wip, add unimplemented write api 2026-02-03 14:32:15 -08:00
coffeegoddd☕️✨
418a46b903 /go/store/blobstore/internal/git: wip, add read api 2026-02-03 14:28:26 -08:00
coffeegoddd☕️✨
f42421c332 /go/store/blobstore/internal/git/runner.go: internal git runner 2026-02-03 14:24:36 -08:00
coffeegoddd☕️✨
505e9e5743 /GITBLOBSTORE_DESIGN.md: update with git internals info 2026-02-03 14:19:24 -08:00
coffeegoddd☕️✨
96f9edc6b3 /GITBLOBSTORE_DESIGN.md: design doc 2026-02-03 14:05:27 -08:00
coffeegoddd☕️✨
afed805fef /{.gitignore,AGENTS.md}: ignore beads stuff 2026-02-03 13:32:33 -08:00
coffeegoddd
7916db259f [ga-bump-release] Update Dolt version to 1.81.5 and release v1.81.5 v1.81.5 2026-02-03 20:23:47 +00:00
Nick Tobey
5a9d002b4f Add missing columns in test expected values. 2026-02-03 12:12:52 -08:00
Nathan Gabrielson
9738e32040 Merge pull request #10405 from dolthub/nathan/doltCommitFKchecks
dolt_commit respects foreign key checks
2026-02-03 15:03:58 -05:00
Nick Tobey
7d6f719df2 Fix missing parameter in call to GetKeyDescriptor 2026-02-03 11:14:30 -08: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
Nathan Gabrielson
31a1199036 Safer type conversion 2026-02-03 10:23:16 -08:00