Commit Graph

28629 Commits

Author SHA1 Message Date
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
Neil Macneale IV 4324660973 Refactor fsck to load it's own database 2025-11-26 10:25:32 -08:00
Neil Macneale IV 20c5e23c0c Add a new test for fsck that trips on journal with bad entries not in jounal.idx 2025-11-26 10:25:32 -08:00
Neil Macneale IV 82bd05b0be Ensure all progress messages are flushed before printing the report 2025-11-26 10:25:32 -08:00
elianddb 074086b6f2 add skip for sql-server only test 2025-11-25 16:12:16 -08:00
elianddb 7b63af54a0 leave sql-backup.bats in local-remote.bash 2025-11-25 15:46:19 -08:00
elianddb 2ffae2939c fix test expectations for bats and script tests
- add invalid name test for remote bats
- add --force flag in usage tests
- add test for aws params block for dolt_backup when using server
2025-11-25 15:25:56 -08:00
elianddb 4879fd4119 amend backup.go impl with name for columns in comments 2025-11-25 15:24:44 -08:00
Aaron Son 8105f3dbaf go/utils/publishrelease/buildindocker.sh: Rework how rpmbuild/SOURCES gets populated since dangling symlinks do not work with Docker COPY. 2025-11-25 15:24:33 -08:00
elianddb c65a8e566d amend dolt_backup proc to block aws params on server 2025-11-25 15:24:09 -08:00
coffeegoddd bdd9081555 [ga-bump-release] Update Dolt version to 1.78.4 and release v1.78.4 v1.78.4 2025-11-25 23:21:57 +00:00
Aaron Son 26fca083fb .github,go/utils/{publishrelease,rpmbuild}: Add a basic RPM build to the published release artifacts for Dolt.
These RPMs include the statically linked Dolt binary, installed at
/usr/local/bin/dolt. They work on x86_64 and aarch64 RPM-based Linux
distributions. To install them, download the appropriate
`dolt-...-1.{x86_64,aarch64}.rpm` file from the GitHub release artifacts and
run `sudo rpm -i downloaded_file.rpm` on it.
2025-11-25 14:43:44 -08:00
elianddb 8558aeea77 fix typo in address conflict err under AddBackup 2025-11-24 23:20:07 -08:00