Commit Graph

3273 Commits

Author SHA1 Message Date
Nick Tobey 4c3748c4e4 Apply suggestions from code review
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2025-02-24 19:31:51 -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
Nick Tobey 10e558dbbc Add --DOLT_GC_SAFEPOINT_CONTROLLER_CHOICE environment variable and tests. 2025-02-19 19:20:37 -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 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
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
Jason Fulghum 9fb0046d34 Allowing the root superuser host and password to be overridden via env vars 2025-01-14 17:52:32 -08:00
Jason Fulghum eccaa4f56b Changing to persist a root superuser that gets created on first launch of sql-server when there are no existing privileges. 2025-01-14 17:50:13 -08:00
Jason Fulghum cabf880711 Merge pull request #8746 from dolthub/fulghum/sql_shell_root_access
Allow `dolt sql` to always log in as the `root` superuser
2025-01-14 15:53:12 -08:00
Neil Macneale IV de95062d6f Add --prune option to dolt_pull procedure (#8745)
Expose in CLI and test too.
2025-01-14 15:43:41 -08:00
Jason Fulghum 17c65a7d20 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 13:31:09 -08:00
milogreg 4c0ab890f2 Update bats tests 2025-01-14 13:16:48 -08:00
milogreg b17e52d413 Fix failing bats test 2025-01-14 11:35:58 -08:00
milogreg f86a441404 Update system-tables.bats to include tests for dolt_help table 2025-01-13 14:21:14 -08:00
Neil Macneale IV c6cd6b441b Handle WORKING and STAGED as --no-pretty options 2025-01-10 14:13:08 -08:00
Zach Musgrave 53a9c9aa2f Merge pull request #8644 from milogreg/config-file-gen
Generate config.yaml when running sql-server
2025-01-10 09:10:03 -08:00
Nick Tobey 94bcde030e Revert change to compatibility test. 2025-01-08 20:01:34 -08:00
Nick Tobey 82916cdbe6 Remove backwards compatibility tests. If we're emitting blobs, we know that older versions can read them. 2025-01-08 17:09:11 -08:00