Commit Graph

28007 Commits

Author SHA1 Message Date
Nick Tobey
2afe4e1083 Merge pull request #9855 from dolthub/nicktobey/adaptive
Preemptively store extended adaptive values out-of-band if they're too large to fit in a Tuple
2025-09-19 16:59:07 -07:00
Nick Tobey
97f08ea13f Merge remote-tracking branch 'origin/main' into nicktobey/adaptive 2025-09-19 15:50:43 -07:00
Nick Tobey
d9553e67e4 Fix issue when writing to ExtendedAdaptiveEncoding columns where I assumed the written values were strings. 2025-09-19 15:23:28 -07:00
James Cor
5bf42888be enable experiemental gc on perf benchmarks (#9862) 2025-09-19 10:52:13 -07:00
coffeegoddd
c6abcf177d [ga-bump-release] Update Dolt version to 1.59.12 and release v1.59.12 v1.59.12 2025-09-19 02:42:53 +00:00
Elian
ec8ab0a989 Merge pull request #9864 from dolthub/elianddb-b0670cfc
[auto-bump] [no-release-notes] dependency by elianddb
2025-09-18 19:09:33 -07:00
elianddb
98ee726e6d [ga-bump-dep] Bump dependency in Dolt by elianddb 2025-09-19 01:09:20 +00:00
Jason Fulghum
beb1f1bbcc Merge pull request #9851 from dolthub/fulghum/dolt_status_as_of
Bug fix: `dolt_status` works with an `as of` clause
2025-09-18 15:38:11 -07:00
Jason Fulghum
7fab8d4dd7 Bug fix for dolt_status with as of 2025-09-18 14:32:43 -07:00
angelamayxie
687d0345fb Merge pull request #9861 from dolthub/angelamayxie-6ba4161b
[auto-bump] [no-release-notes] dependency by angelamayxie
2025-09-18 14:26:53 -07:00
angelamayxie
9cc2bfb2ba [ga-bump-dep] Bump dependency in Dolt by angelamayxie 2025-09-18 20:48:58 +00:00
James Cor
09f7c7043b [no-release-notes] bump golang version (#9859) 2025-09-18 13:39:41 -07:00
angelamayxie
e382072ef4 Merge pull request #9853 from dolthub/angela/updatetest
[no-release-notes] Update invalid test query
2025-09-18 12:51:36 -07:00
Angela Xie
975737a69f merge 2025-09-18 11:38:39 -07:00
Dustin Brown
9c07e9b49c Merge pull request #9833 from dolthub/db/dolt-ci-tests
support dolt tests in dolt ci
2025-09-18 11:00:55 -07:00
Neil Macneale IV
428e459d35 Merge pull request #9850 from dolthub/macneale4-claude/archive-debug
[no-release-notes] add `dolt admin archive-inspect` cmd
2025-09-18 09:53:14 -07:00
Neil Macneale IV
76cf7a5f07 Add two mmap tests 2025-09-18 00:17:11 +00:00
Nick Tobey
bb53c6893a Re-enable Extended Adaptive Encoding 2025-09-17 16:28:42 -07:00
Dustin Brown
6529536532 Merge pull request #9858 from dolthub/db/expose-mcp
[no-release-notes] /docker/serverDockerfile: expose dolt-mcp default port
2025-09-17 16:12:44 -07:00
coffeegoddd
0b4401d4bd [ga-bump-release] Update Dolt version to 1.59.11 and release v1.59.11 v1.59.11 2025-09-17 23:06:56 +00:00
coffeegoddd☕️✨
836ba23250 /docker/serverDockerfile: expose dolt-mcp default port 2025-09-17 15:45:35 -07:00
coffeegoddd☕️✨
86b2b08d43 /integration-tests/bats/ci.bats: fix output for remote server 2025-09-17 15:36:59 -07:00
Dustin Brown
e6a3cb8aaa Merge pull request #9854 from dolthub/db/bump-mcp
/go/{go.mod,go.sum}: bump dolt-mcp, supports Dolt Tests via tool calls
2025-09-17 15:31:35 -07:00
coffeegoddd☕️✨
c01a6682eb /go/cmd/dolt/commands/ci/dolt_test_step_run.go: fix more slice allocations 2025-09-17 15:22:15 -07:00
coffeegoddd☕️✨
0f856c04e1 /{go,integration-tests}: remove old error prefix 2025-09-17 15:10:40 -07:00
coffeegoddd☕️✨
c55018a9d8 /go/libraries/doltcore/env/actions/dolt_ci/workflow_config.go: pr feedback 2025-09-17 14:59:10 -07:00
Elian
89749ff67c Merge pull request #9830 from dolthub/elian/dbvr-tests
docker-entrypoint.sh: Docker entrypoint user management fix, log improvements, and bats testing
2025-09-17 14:45:15 -07:00
coffeegoddd☕️✨
9fb73231e4 /go/cmd/dolt/commands/ci/run.go: format repo 2025-09-17 14:44:39 -07:00
coffeegoddd☕️✨
1974a1b58e /go/cmd/dolt/commands/ci/run.go: remove some old code 2025-09-17 14:42:48 -07:00
coffeegoddd☕️✨
9c78f82a5c /go/cmd/dolt/commands/ci/dolt_test_step_view.go: format repo 2025-09-17 14:25:25 -07:00
coffeegoddd☕️✨
1db7f433bd /go/cmd/dolt/commands/ci/dolt_test_step_view.go: add comment for makePreviewStatements 2025-09-17 14:24:32 -07:00
coffeegoddd☕️✨
27eaad272b /go/libraries/doltcore/env/actions/dolt_ci: run repo format 2025-09-17 14:18:58 -07:00
coffeegoddd☕️✨
79f3455140 /go/cmd/dolt/commands/ci/run.go: change error to panic 2025-09-17 14:18:01 -07:00
elianddb
d311f0efe7 fix ver for dockerfile and go
# Conflicts:
#	go/go.mod
#	go/go.sum
2025-09-17 14:17:58 -07:00
elianddb
459aab0a3d fix server Dockerfile and amend README.md 2025-09-17 14:17:51 -07:00
elianddb
3d0d3bef5f add missing tags 2025-09-17 14:17:51 -07:00
elianddb
135da340ac amend and rm extra comments 2025-09-17 14:17:51 -07:00
elianddb
589f80a808 amend tests 2025-09-17 14:17:51 -07:00
elianddb
85d88c6772 amend serverDockerfile to multi-stage and add tests 2025-09-17 14:17:51 -07:00
elianddb
1515d4e067 amend note in readme 2025-09-17 14:17:51 -07:00
elianddb
69bfb3b5cd fix typo 2025-09-17 14:17:51 -07:00
elianddb
72eabca7d9 mv comment within test 2025-09-17 14:17:51 -07:00
elianddb
95feffd381 rename to workspace_root
# Conflicts:
#	go/go.mod
#	go/go.sum
2025-09-17 14:17:51 -07:00
elianddb
9c2b80e424 add build from src and dbvr create schema test
# Conflicts:
#	go/go.mod
#	go/go.sum
2025-09-17 14:17:51 -07:00
elianddb
d836258631 add no_lambda tag 2025-09-17 14:17:51 -07:00
elianddb
ede37be613 add coloring, fix logging 2025-09-17 14:17:51 -07:00
elianddb
ceb8936dcd fix tests and add user_host feature 2025-09-17 14:17:51 -07:00
elianddb
4ef5e5d1c8 fix err match 2025-09-17 14:17:51 -07:00
elianddb
004c0b086b fix initialization 2025-09-17 14:17:51 -07:00
elianddb
1b8019e109 add debug to bats 2025-09-17 14:17:51 -07:00