1
0
Fork 0

4477 Commits (88ce311b37b9ad29b169700fbcdde7f1f342c4bb)
 

Author SHA1 Message Date
Philip O'Toole baa062c2db
Update CHANGELOG.md 1 year ago
Philip O'Toole b8a99032c3
Update CHANGELOG.md 1 year ago
Philip O'Toole 0c68a671a6
Merge pull request #1314 from rqlite/enable-wal-simple
Enable WAL mode for on-disk mode
1 year ago
Philip O'Toole 19d83ff1ca More enforcement of DELETE mode in-and-out 1 year ago
Philip O'Toole 0463a92fde Fix Serialize() to work with WAL mode
This function is even more resource (disk, RAM) intensive, but it's goal
is to be correct, not efficient.
1 year ago
Philip O'Toole 4e639d4f17 Add more detail to comments
Serialize() is problematic with WAL mode databases. It needs close study
and may have to be retired before enabling WAL mode. For example
Serialize() is called by Snapshotting. Snapshotting would need to move
to Backup, at for on-disk mode.
1 year ago
Philip O'Toole 33b56af639 Fix Backup for WAL mode 1 year ago
Philip O'Toole 65da694a7c
Update CHANGELOG.md 1 year ago
Philip O'Toole 51a717e37a
Merge pull request #1313 from rqlite/improve-sysdump
Improve sysdump
1 year ago
Philip O'Toole 935dd10219 Fix typo in CHANGELOG 1 year ago
Philip O'Toole 9402a5367f CHANGELOG 1 year ago
Philip O'Toole 3592bae314 Add /readyz to sysdump 1 year ago
Philip O'Toole b03a5ffc96 .sysdump retrieves info from all nodes 1 year ago
Philip O'Toole 37f7feb347
Update CHANGELOG.md 1 year ago
Philip O'Toole b22b458e23
Merge pull request #1311 from rqlite/status-endpoint-key
Support 'key' param on /status endpoint
1 year ago
Philip O'Toole 2cec05cc80 If no key, return JSON blob unchanged 1 year ago
Philip O'Toole cba9670c77 Support 'key' param on /status endpoint 1 year ago
Philip O'Toole 238e67a9bb
Merge pull request #1309 from rqlite/snapshot-factor-out
Factor Snapshot creation into own module
1 year ago
Philip O'Toole 585f9c9c05 Use Snapshot decoder in Store 1 year ago
Philip O'Toole 074589e681 Add V1 snapshot decoding 1 year ago
Philip O'Toole 58534d4815 Better name for V1 Snapshotter 1 year ago
Philip O'Toole cc659428c2 CHANGELOG 1 year ago
Philip O'Toole c87931c45c Factor Snapshot creation into own module 1 year ago
Philip O'Toole d9424769ff
Update CHANGELOG.md 1 year ago
Philip O'Toole 2d0e19eb4d
Merge pull request #1308 from rqlite/on-disk-wal
Remove any and all on-disk SQLite files at startup
1 year ago
Philip O'Toole 571932de22 CHANGELOG 1 year ago
Philip O'Toole 3f462eecfa Remove all on-disk SQLite files on startup 1 year ago
Philip O'Toole 26ad4913c9 Correct comment 1 year ago
Philip O'Toole 3504206e1c
Merge pull request #1307 from rqlite/on-disk-wal
Add full WAL-support to DB layer
1 year ago
Philip O'Toole 6b32b7f4d2 Add function which returns size of WAL 1 year ago
Philip O'Toole 270b027e13 CHANGELOG 1 year ago
Philip O'Toole 7e1b8d12d7 Add full WAL support to DB layer 1 year ago
Philip O'Toole df33a4aa42 DB layer supports enabling WAL mode 1 year ago
Philip O'Toole e852f6207c
Merge pull request #1306 from rqlite/on-disk-wal
Add some WAL-related control code
1 year ago
Philip O'Toole da11903312 Correct test failure error 1 year ago
Philip O'Toole 456c90e193 CHECKPOINT 1 year ago
Philip O'Toole 67941699b6 Add some WAL-related control code
Not actually called yet.
1 year ago
Philip O'Toole 77eb0df672
Merge pull request #1305 from rqlite/go-mod-20230614
Upgrade dependencies
1 year ago
Philip O'Toole 0fc7301046 CHANGELOG 1 year ago
Philip O'Toole 3dc2824c32 Upgrade dependencies
Had to add github.com/armon/go-metrics =>
github.com/hashicorp/go-metrics v0.5.1 due to renaming of repo in GitHub
(it seems).
1 year ago
Philip O'Toole 140241fa30
Update CHANGELOG.md 1 year ago
Philip O'Toole 8654446e91
Merge pull request #1304 from rqlite/tweak-leave-e2e-test
Tweak test, remove raciness?
1 year ago
Philip O'Toole 35e4979673 Tweak test, remove raciness?
https://app.circleci.com/pipelines/github/rqlite/rqlite/2947/workflows/0cc343c8-83f3-415a-a652-7cccbc9904b3/jobs/15281
1 year ago
Philip O'Toole f6a0ec5677
Update CHANGELOG.md 1 year ago
Philip O'Toole 59a44d6989
Merge pull request #1303 from rqlite/otoolep-retain-1-snapsho
Only 1 Snapshot needs to be retained
1 year ago
Philip O'Toole eed215c664
Only 1 Snapshot needs to be retained 1 year ago
Philip O'Toole 7772aee3ff
Update CHANGELOG.md 1 year ago
Philip O'Toole c9b169edcf
Update CHANGELOG.md 1 year ago
Philip O'Toole 655693a1c4
Update CHANGELOG.md 1 year ago
Philip O'Toole ca972bb9ed
Merge pull request #1302 from rqlite/pragmas-stats
Add some important PRAGMA state to DB stats
1 year ago