Damandeep Singh
5ce7ea7aa0
chore: added test case for log_format
2025-02-27 21:23:51 +05:30
Nick Tobey
1d253fbf6e
Merge pull request #8865 from dolthub/nicktobey/enum
...
Don't rewrite table data when changing enum/varchar/varbinary type to make it more permissive.
2025-02-25 10:29:56 -08:00
Nick Tobey
4c3748c4e4
Apply suggestions from code review
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2025-02-24 19:31:51 -08:00
Aaron Son
837ae43d35
integration-tests/go-sql-server-driver: auto_gc_test.go: Bring down amount of garbage produced by replication test to improve speed.
2025-02-22 06:34:22 -08:00
Aaron Son
4ce49e6a24
go: store/nbs: store.go: Fix GetManyCompressed to not redeliver chunks on waitForGC retry.
2025-02-21 17:14:53 -08:00
Nick Tobey
3c2827704f
Add comment to bats test.
2025-02-21 12:49:36 -08:00
Nick Tobey
d5c0f5abb2
Fix typo in env var name.
2025-02-21 12:47:44 -08:00
Aaron Son
97fd0f8112
Merge remote-tracking branch 'origin/main' into aaron/autogc
2025-02-21 08:41:59 -08:00
Aaron Son
efb5edca30
go: sqle: auto_gc: Move to a background thread which periodically checks, plus gets triggered by a commit hook.
...
This helps handle the stanbdy replica case, where commits come in through
remotesrv directly into the ChunkStore, and not through the datas.Database.
2025-02-21 08:41:03 -08:00
Aaron Son
143893303b
integration-tests: go-sql-server-driver: auto_gc_test: Add a skipped test for auto-gc occurring on a standby replica.
2025-02-20 16:15:21 -08:00
Neil Macneale IV
7a04165354
Test updates for new system table
2025-02-20 09:30:10 -08:00
Nick Tobey
10e558dbbc
Add --DOLT_GC_SAFEPOINT_CONTROLLER_CHOICE environment variable and tests.
2025-02-19 19:20:37 -08:00
Aaron Son
1e20b67c42
Merge remote-tracking branch 'origin/main' into aaron/autogc
2025-02-14 13:46:58 -08:00
Neil Macneale IV
eb91821ce1
Merge pull request #8857 from dolthub/macneale4/archive-clone-fetch
...
[no-release-notes] archive clone/fetch
2025-02-13 17:55:34 -08:00
Aaron Son
7c9c808bf3
Merge remote-tracking branch 'origin/main' into aaron/autogc
2025-02-13 17:32:18 -08:00
Aaron Son
ced4653888
go: store: nbs: Improve goroutine cleanup on gc_copier, some robustness improvements on KillConnection safepoint controller.
2025-02-13 16:36:43 -08:00
Aaron Son
4a3d7f8177
go: remotestorage: Rework how dictionary fetching and dictionary cache is populated.
2025-02-12 18:34:20 -08:00
Neil Macneale IV
f8330ff852
Make metadata code aware of newgen archives
2025-02-12 13:47:43 -08:00
Neil Macneale IV
6c270b1d2c
First steel thread for archive fetch.
2025-02-12 13:47:43 -08:00
Neil Macneale IV
6c0a0396b6
Add test for cloning archived repository.
2025-02-12 13:47:43 -08:00
Aaron Son
62e50323df
integration-tests/go-sql-server-driver: auto_gc_test.go: Tweak asserts to be more reliable.
2025-02-10 21:55:32 -08:00
Aaron Son
dc4b94d68d
sql-server: Add behavior: auto_gc_behavior: enable.
...
When Auto GC is enabled, the running sql-server will periodically
collect a Dolt database that is growing in size. This behavior
is currently experimental. Tuning the behavior around how often to collect is
ongoing work.
2025-02-10 19:54:44 -08:00
James Cor
2d8f6d4ad0
move status messages from parquet to stderr ( #8842 )
2025-02-10 15:50:05 -08:00
James Cor
5a3735c558
allow dolt init on dolt repo with just config.json ( #8838 )
2025-02-10 11:37:25 -08:00
Nick Tobey
c6d7f65d2d
Re-enable disabled json test.
2025-02-07 11:31:10 -08:00
Nick Tobey
34f9158b52
Revert PR #8723 which disabled the smart JSON chunker when the document contained large strings.
...
This is now safe.
2025-02-06 22:58:05 -08:00
Jason Fulghum
d7662062a8
Merge pull request #8800 from dolthub/fulghum/rm-sql-server-user
...
Remove `user` and `password` options for sql-server
2025-02-05 09:09:38 -08:00
Jason Fulghum
9dd401c286
Deprecate user and pass options for sql-server
2025-02-03 13:21:07 -08:00
Nick Tobey
2911085fc0
Merge remote-tracking branch 'origin/main' into nicktobey/lazy-load
2025-02-03 12:45:10 -08:00
Aaron Son
52b625f3f2
Merge remote-tracking branch 'origin/main' into aaron/dsess-lifecycle
2025-02-03 10:01:27 -08:00
Aaron Son
f33c9fcbf4
Merge pull request #8801 from dolthub/aaron/ivff-gc
...
go: store/types: Fix dolt_gc on databases that use vector indexes.
2025-01-31 13:26:57 -08:00
Nick Tobey
b1aa361eed
Merge remote-tracking branch 'origin/main' into nicktobey/lazy-load
2025-01-30 15:21:30 -08:00
Aaron Son
7c1cff7f52
integration-tests/go-sql-server-driver: Fix bug in concurrent_gc_test.
2025-01-30 12:04:52 -08:00
Aaron Son
5826451024
Merge remote-tracking branch 'origin/main' into aaron/dsess-lifecycle
2025-01-30 11:58:56 -08:00
Aaron Son
8356ba7ecc
go: store/types: Fix dolt_gc on databases that use vector indexes.
2025-01-30 10:15:06 -08:00
Aaron Son
fc3217e92c
go: sqle: dolt_gc: Add DOLT_GC_SAFEPOINT_CONTROLLER_CHOICE env variable to control dolt_gc safepoint behavior.
...
This is a short-term setting which will allow choosing the session-aware
gc safepoint behavior, instead of the legacy behavior which kills all
in-flight connections when performing a GC.
2025-01-28 15:46:46 -08:00
Aaron Son
1b594208aa
go/store/nbs: generational_chunk_store.go: In GCMode_Full, also take dependencies on chunks read from OldGen.
2025-01-28 12:02:24 -08:00
Neil Macneale IV
5bf564220c
Fix workbench tests to expect dirty column
2025-01-27 13:50:18 -08:00
Neil Macneale IV
809be27d65
Tests for the dolt_branches dirty column
2025-01-27 11:22:14 -08:00
Nick Tobey
8b10e7fc9b
Update bats tests to assert that you can't clone directly from another repo.
2025-01-24 20:31:45 -08:00
Jason Fulghum
95032b2744
Bug fix: fixing ref conflict case that can cause tags to be temporarily removed on a replica
2025-01-24 11:32:52 -08:00
James Cor
758627e735
implement implicit commits and fix import behavior ( #8767 )
2025-01-22 10:27:41 -08:00
Zach Musgrave
97f8fedd41
Merge pull request #8739 from milogreg/dolt-help-table
...
Create dolt_help system table
2025-01-21 14:58:02 -08:00
milogreg
5eca72c2d4
Update bats test for dolt_help table
2025-01-20 15:02:35 -08:00
Jason Fulghum
bd55b7cb3e
Fixing test after bug fix for last_insert_id when specified auto_increment value is 0
2025-01-17 16:30:14 -08:00
Nick Tobey
f19df88a65
Merge remote-tracking branch 'origin/main' into nicktobey/proximity-map2
2025-01-15 17:07:58 -08:00
Nick Tobey
c5a7a111b8
Merge pull request #8749 from dolthub/nicktobey/parquet
...
Allow importing parquet fields containing repeated elements.
2025-01-15 16:52:55 -08:00
Nick Tobey
63eddeb1f3
Add support for parsing empty arrays from parquet into JSON.
2025-01-15 16:10:48 -08:00
Jason Fulghum
1265e0013e
fixup: Removing duplicate test from cherry-pick/rebase
2025-01-14 18:03:25 -08:00
Jason Fulghum
63c5ce1adb
Allow dolt sql command line access to always log in as the root superuser account, even if the root account was assigned a password
2025-01-14 17:52:32 -08:00