Commit Graph

28641 Commits

Author SHA1 Message Date
elianddb a354d667a0 add copyright in adapters/table.go 2025-12-10 10:16:38 -08:00
elianddb d956afb08a rm privs check in dolt_purge_dropped_databases as it is already handled 2025-12-09 03:30:19 -08:00
elianddb 16069d8889 rename table_adapter.go -> table.go 2025-12-08 16:22:04 -08:00
elianddb a17a3564b3 fix 'NewStatusTable' func doc 2025-12-08 12:42:04 -08:00
elianddb f9ff5ed52f add test for Dolt table adapter registry 2025-12-08 12:01:03 -08:00
elianddb 6990d48af4 fix generated system table name set to use adapter names conditionally 2025-12-08 11:50:38 -08:00
elianddb 921d8a8909 amend func docs 2025-12-08 04:55:10 -08:00
elianddb cd084b0cf1 rm extra default adapter and normalize internal alias instead 2025-12-08 04:49:38 -08:00
elianddb 752db82b84 add dolt table specific adapter registry for integrators 2025-12-05 16:32:41 -08:00
elianddb d7cf4b6d3b add dolt adapter to standardize table overwrites by integrators 2025-12-05 13:27:00 -08:00
elianddb 73428104fc rm UserHasSuperAccess and move to doltgresql 2025-12-03 12:50:40 -08:00
elianddb 3655b40fd0 mv priv check to var 2025-12-03 11:57:28 -08:00
Dustin Brown 8c2a083399 [ga-bump-dep] Bump dependency in Dolt by jycor (#10154)
Co-authored-by: jycor <jcor@ucsd.edu>
2025-12-02 16:03:54 -08:00
James Cor 8dfb36bb44 Change nodeCache from array to slice 2025-12-02 15:21:40 -08:00
Aaron Son b8ba076afc Merge pull request #10126 from dolthub/aaron/add-rpms-to-release-artifacts
.github,go/utils/{publishrelease,rpmbuild}: Add a basic RPM build to the published release artifacts for Dolt.
2025-12-02 14:52:52 -08:00
Dustin Brown 37204f5be6 [ga-bump-dep] Bump dependency in Dolt by jycor (#10152) 2025-12-02 14:40:39 -08:00
Elian aae600a213 Merge pull request #10147 from dolthub/elian/10138
dolthub/dolt#10138: Fix `dolt_backup` sync and sync-url not taking working set changes in transaction
2025-12-02 13:03:36 -08:00
elianddb 4231e7a901 mv CommitWorkingSet inside of syncRemote() 2025-12-02 11:35:02 -08:00
elianddb d4d6dc0c2d fix dolt_backup sync and sync-url not working in transaction 2025-12-02 10:25:36 -08:00
Elian 6fc0e63acc Merge pull request #10146 from dolthub/elian/7628b
dolthub/dolt#7628: Amend `dolt_backup` DoltgresSQL privilege check for server only
2025-12-02 10:19:39 -08:00
elianddb 52e5598b76 rm extra func and add local file sys flag 2025-12-01 20:00:36 -08:00
elianddb aceb329a05 amend elixir docker image to locked ver. 1.18.3 2025-12-01 19:49:38 -08:00
elianddb 802f48c80a add driver like env test 2025-12-01 19:10:44 -08:00
elianddb d411242edd amend dolt_backup doltgresql privs check to server only 2025-12-01 18:27:43 -08:00
Neil Macneale IV 7511148191 Merge pull request #10078 from dolthub/macneale4/journal-errors
journal errors, recovery, and testing
2025-12-01 17:31:15 -08:00
Neil Macneale IV 57c8087a0d PR Feedback 2025-12-01 15:40:00 -08:00
coffeegoddd 41e5bb01bf [ga-bump-release] Update Dolt version to 1.78.5 and release v1.78.5 v1.78.5 2025-11-27 03:29:24 +00:00
Elian 1ec358f5ea Merge pull request #10135 from dolthub/elianddb-fb850094
[auto-bump] [no-release-notes] dependency by elianddb
2025-11-26 18:11:12 -08:00
elianddb 5d5f2c3ba1 [ga-bump-dep] Bump dependency in Dolt by elianddb 2025-11-27 01:09:25 +00:00
Elian 91eda61d50 Merge pull request #10110 from dolthub/elian/7628
dolthub/dolt#7628: Refactor `dolt backup` to use SQL interface
2025-11-26 15:23:21 -08:00
elianddb 041a54434f amend var names 2025-11-26 11:54:54 -08:00
Neil Macneale IV 098ce3d7d6 Fix last test 2025-11-26 10:51:37 -08:00
macneale4 1eb8aa1044 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2025-11-26 18:34:14 +00:00
Neil Macneale IV 16c1724332 more messaging about journal corruption 2025-11-26 10:25:32 -08:00
Neil Macneale IV 88d164f183 Journal repair. Untested 2025-11-26 10:25:32 -08:00
Neil Macneale IV b065275a17 Truncate garbabe bytes, don't null pad. More testing 2025-11-26 10:25:32 -08:00
Neil Macneale IV 108a2f1d8e Remove usage of ReadAll in journal dataloss checking 2025-11-26 10:25:32 -08:00
Neil Macneale IV a84723fe91 Consider data lost even when there are unparsable sections between records 2025-11-26 10:25:32 -08:00
Neil Macneale IV f474a6e698 s/recoveryCb/warningsCb/ 2025-11-26 10:25:32 -08:00
Neil Macneale IV 836f7fd0ae Update go/store/nbs/journal_record.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2025-11-26 10:25:32 -08:00
macneale4 d1f62274d1 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2025-11-26 10:25:32 -08:00
Neil Macneale IV cd9526cf5a Fix some sprintf mistakes 2025-11-26 10:25:32 -08:00
Neil Macneale IV 9f0732e50f don't swallow errors in data loss check 2025-11-26 10:25:32 -08:00
Neil Macneale IV 7c0bc33c12 remove todos and clean up some dead code 2025-11-26 10:25:32 -08:00
Neil Macneale IV d672608348 Add dataloss checking to journal parsing 2025-11-26 10:25:32 -08:00
Neil Macneale IV 9b24ca378d NoOp castes removed 2025-11-26 10:25:32 -08:00
Neil Macneale IV ff1c70163c Interface changes in tests 2025-11-26 10:25:32 -08:00
Neil Macneale IV 8692ab290b Fix inconsequential mix of index and journal consts/functions 2025-11-26 10:25:32 -08:00
Neil Macneale IV b5a5f624fe Fix puller_test.go to build 2025-11-26 10:25:32 -08:00
Neil Macneale IV 400e2e724e Handle corrupted journals with invalid record lengths 2025-11-26 10:25:32 -08:00