Commit Graph

29213 Commits

Author SHA1 Message Date
Dustin Brown
be6010bb56 Merge pull request #10433 from dolthub/james/mini
fix variable name
2026-02-05 17:16:02 -08:00
James Cor
0f5168ac40 fix variable name 2026-02-05 17:12:54 -08:00
James Cor
aa840ee561 add benchmark mini command (#10430) 2026-02-05 16:47:14 -08:00
Aaron Son
2262849b9b Merge pull request #10428 from dolthub/reltuk-a7a3c84c
[auto-bump] [no-release-notes] dependency by reltuk
2026-02-05 16:39:47 -08:00
Dustin Brown
7dd425e84b Merge pull request #10419 from dolthub/db/gitblobstore-next-2
GitBlobstore: implement `CheckAndPut` CAS semantics + add tests
2026-02-05 14:45:39 -08:00
Aaron Son
3a18e6d52c integration-tests/go-sql-server-driver: go mod tidy 2026-02-05 14:37:43 -08:00
Aaron Son
131c9e629c go/Godeps: update.sh. 2026-02-05 14:23:25 -08:00
reltuk
1c47934aac [ga-bump-dep] Bump dependency in Dolt by reltuk 2026-02-05 21:43:13 +00:00
angelamayxie
7711b52b5d Merge pull request #10423 from dolthub/angelamayxie-d9c710c3
[auto-bump] [no-release-notes] dependency by angelamayxie
2026-02-05 13:10:00 -08:00
angelamayxie
067921795f fix spacing in panic message 2026-02-05 12:15:49 -08:00
angelamayxie
90f21d9efc Merge branch 'main' into angelamayxie-d9c710c3 2026-02-05 12:12:18 -08:00
jennifersp
79fc4cd2a8 Merge pull request #10422 from dolthub/jennifersp-94138bb5
[auto-bump] [no-release-notes] dependency by jennifersp
2026-02-05 12:10:04 -08:00
coffeegoddd
c884ac7ef3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2026-02-05 20:07:50 +00:00
angelamayxie
17ad89c55d [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2026-02-05 19:58:45 +00:00
Zach Musgrave
38d74885c6 Merge pull request #10418 from dolthub/zachmu/merge-bug-2
Various bug fixes for checking foreign key constraints during merge
2026-02-05 11:06:25 -08:00
Zach Musgrave
827faa1bf2 better panic message 2026-02-05 11:06:08 -08:00
coffeegoddd
59f4cece91 [ga-bump-release] Update Dolt version to 1.81.6 and release v1.81.6 v1.81.6 2026-02-05 18:21:22 +00:00
jennifersp
e34dabc6fc [ga-bump-dep] Bump dependency in Dolt by jennifersp 2026-02-05 18:16:01 +00:00
Jason Fulghum
e944041c6f Merge pull request #10406 from dolthub/fulghum/binlog_row_metadata
Add support for full binlog row metadata
2026-02-05 09:48:39 -08:00
coffeegoddd☕️✨
a93d875828 /go/store/blobstore: add check and put 2026-02-04 16:13:41 -08:00
Dustin Brown
db7263eb66 Merge pull request #10417 from dolthub/db/gitblobstore-next
GitBlobstore: implement `Put` with CAS retries + configurable identity; add `Put` tests
2026-02-04 16:10:14 -08:00
Jason Fulghum
8379f2d14c Adding integration tests for Dolt binlog replication used with the python mysql-replication library 2026-02-04 16:02:53 -08:00
Jason Fulghum
7799b682e8 Add support for @@binlog_row_metadata = FULL 2026-02-04 16:02:53 -08:00
Zach Musgrave
fc712b8284 formatting 2026-02-04 15:36:31 -08:00
Zach Musgrave
891dc922f4 remove debug logging 2026-02-04 15:35:43 -08:00
coffeegoddd☕️✨
f8fd7ee29b /go/store/blobstore: pr feedback 2026-02-04 15:29:08 -08:00
Zach Musgrave
69eca82d9b more refactoring, bug fix 2026-02-04 15:15:25 -08:00
Dustin Brown
c1a5ac1136 Merge pull request #9960 from dolthub/dependabot/maven/integration-tests/mysql-client-tests/java/com.mysql-mysql-connector-j-8.2.0
Bump com.mysql:mysql-connector-j from 8.0.33 to 8.2.0 in /integration-tests/mysql-client-tests/java
2026-02-04 15:01:24 -08:00
Zach Musgrave
16d289b7b8 Some refactoring 2026-02-04 14:57:18 -08:00
dependabot[bot]
f05ac475bc Bump com.mysql:mysql-connector-j
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.33 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.33...8.2.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 8.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-04 14:24:32 -08:00
Zach Musgrave
831a3ce695 bug fix: convert types in key for a child primary index diff 2026-02-04 14:20:34 -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
Dustin Brown
2672b1afd1 Merge pull request #10416 from dolthub/db/gitblobstore
add `HashObject` + GitAPIImpl write-primitive tests
2026-02-04 13:53:51 -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
Zach Musgrave
cded20e990 Merge branch 'main' into zachmu/merge-bug-2 2026-02-04 11:59:44 -08:00
Zach Musgrave
1eb324a94c remove debug logging 2026-02-04 11:59:09 -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