Commit Graph

28212 Commits

Author SHA1 Message Date
elianddb c83731152a amend tmp dirs in bats 2025-10-17 12:54:06 -07:00
elianddb 9ac047c582 amend mysql_log 2025-10-16 22:38:35 -07:00
elianddb 8f9dd125da rm log parsing 2025-10-16 22:00:26 -07:00
elianddb 5db9f4750c rm run negation 2025-10-16 14:18:53 -07:00
elianddb c46cb5f444 amend err msg 2025-10-16 12:49:20 -07:00
elianddb ce5f50311c fix check on DOLT_RAW 2025-10-16 11:20:15 -07:00
elianddb 99145e0323 add longer timeout for grep log parse 2025-10-16 10:54:49 -07:00
elianddb d498dc9b9a add wait for log 2025-10-16 09:59:46 -07:00
elianddb 379f2ddae2 amend timeout 2025-10-16 09:59:46 -07:00
elianddb 63f2b1e723 amend format and fix grep 2025-10-16 09:59:46 -07:00
elianddb d22305b61d add output for init files 2025-10-16 09:59:46 -07:00
elianddb ec9aed3cf2 amend time to use server time in log 2025-10-16 09:59:45 -07:00
elianddb 1b71a0eb3a amend serverREADME.md with new environment variable. 2025-10-16 09:59:45 -07:00
elianddb cce453731f add log tests 2025-10-16 09:59:45 -07:00
elianddb 1b82bf5372 amend parser to use mysql_log 2025-10-16 09:59:45 -07:00
elianddb 992677d42b amend tests and add parser 2025-10-16 09:59:45 -07:00
elianddb 4b19a450bc rm dbg stmts 2025-10-16 09:59:45 -07:00
elianddb 1fc59cc9da mv order to match mysql 2025-10-16 09:59:45 -07:00
elianddb c4507a49bb add Dockerfile deps for entrypoint init 2025-10-16 09:59:45 -07:00
angelamayxie ef4f3972f6 Merge pull request #9968 from dolthub/angelamayxie-5786e2eb
[auto-bump] [no-release-notes] dependency by angelamayxie
2025-10-16 09:26:26 -07:00
Aaron Son 87272d6951 go/store/nbs: Fix merge conflict on interface change for bs_persister.go. 2025-10-16 12:01:54 +02:00
Aaron Son 209c11dc7b Merge pull request #9958 from dolthub/aaron/archive-reader-uses-quota
[no-release-notes] go/store/nbs: Add memory quota usage for in-memory archive index reader.
2025-10-16 11:50:05 +02:00
angelamayxie e82369b375 [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2025-10-16 00:06:23 +00:00
angelamayxie 1a03e3149f Merge pull request #9965 from dolthub/angelamayxie-ffa3786e
[auto-bump] [no-release-notes] dependency by angelamayxie
2025-10-15 15:18:40 -07:00
angelamayxie a04adef621 [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2025-10-15 21:02:39 +00:00
Neil Macneale IV 40fef904c4 Merge pull request #9939 from dolthub/macneale4/blobstore-conjoin
blobstore push/pull and conjoin
2025-10-15 10:49:01 -07:00
Aaron Son cabc3051b3 go/store/nbs: archive reader quota: PR feedback. 2025-10-15 19:32:16 +02:00
Aaron Son 8922baf7f4 Merge pull request #9940 from dolthub/aaron/visit-gc-roots-map-editors
go: sqle: Add support for visting GC roots in current table editors.
2025-10-15 19:12:20 +02:00
Aaron Son 404caa50d9 Merge pull request #9957 from dolthub/aaron/handle-aws-remote-urls
go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
2025-10-15 19:09:50 +02:00
Aaron Son 2c59cc078a go/store/nbs: archive_reader_test.go: Slightly more robust testing around clone and close behavior and interaction with quota. 2025-10-15 11:00:50 +02:00
Aaron Son 4956787878 go/store/nbs: archive_reader_test.go: Make sure to close tableReaderAts when there is an error constructing the archive reader. 2025-10-15 10:48:49 +02:00
Elian d037ac7b59 Merge pull request #9952 from dolthub/elian/mariadb
dolthub/dolt#9904: Add MariaDB connectors integration tests
2025-10-14 13:24:44 -07:00
angelamayxie 1d97edd997 Merge pull request #9959 from dolthub/angelamayxie-bbd06591
[auto-bump] [no-release-notes] dependency by angelamayxie
2025-10-14 13:00:43 -07:00
Aaron Son 4bc4d883d8 go/cmd/dolt: admin/archive_inspect.go: Provide required memory quota provider. 2025-10-14 20:53:45 +02:00
angelamayxie 9212088e8f [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2025-10-14 18:28:30 +00:00
Aaron Son 6c30d14899 [no-release-notes] go/store/nbs: Add memory quota usage for in-memory archive index reader. 2025-10-14 19:18:19 +02:00
Aaron Son 1ab4d9b373 go: utils/earl,store/spec: Fix AWS parsing for spec as well. 2025-10-14 13:07:02 +02:00
coffeegoddd 2d2cf8595e [ga-bump-release] Update Dolt version to 1.59.20 and release v1.59.20 v1.59.20 2025-10-14 10:20:34 +00:00
Aaron Son 06a1e9bb3a go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version. 2025-10-14 11:56:26 +02:00
Aaron Son 3afbafa004 Merge pull request #9956 from dolthub/aaron/build-with-1.25.1
go.mod,.github: Build with go 1.25.1.
2025-10-14 11:48:38 +02:00
Aaron Son 5e67de9f61 go-sql-server-driver: 1.25.1 here too. 2025-10-14 11:13:51 +02:00
Aaron Son eb6b65484c go.mod,.github: Build with go 1.25.1.
1.25.2 introduces stricter net/url.Parse semantics on bracketed hostname components, which breaks the (non-standard) URLs that Dolt uses for AWS remotes. We will build with the previous version of Go until we can fix this.
2025-10-14 10:53:54 +02:00
elianddb 0f8c40a841 amend to global cache 2025-10-13 23:08:20 -07:00
elianddb e84c29cb84 amend step name 2025-10-13 22:20:21 -07:00
elianddb c604fd7729 amend to use ref_name cache 2025-10-13 22:09:12 -07:00
elianddb d8216be4b3 fix ruby 2025-10-13 19:49:35 -07:00
elianddb 287bba5959 amend image vers 2025-10-13 17:06:26 -07:00
Dustin Brown 6909b2a45f Merge pull request #9954 from dolthub/ca/dolt-mcp
[no-release-notes] bump dolt-mcp, add dolt-mcp initialization log lines when configured
2025-10-13 16:37:32 -07:00
coffeegoddd☕️✨ dbc7415ef7 /go/cmd/dolt/commands/sqlserver/mcp.go: add mcp related server initialization log lines 2025-10-13 15:19:36 -07:00
elianddb 17ab809bd1 add odbc and swift test 2025-10-13 15:17:27 -07:00