1
0
Fork 0

4457 Commits (f06e547ab50406d9736b416cdf85ab24b489e668)
 

Author SHA1 Message Date
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
Philip O'Toole 5e37ff9c55 Fix typo in variable name 1 year ago
Philip O'Toole abab6ef62c CHANGELOG 1 year ago
Philip O'Toole f58bd0cf7b Add some important PRAGMA state to DB stats 1 year ago
Philip O'Toole 928fcd76a8
Update CHANGELOG.md 1 year ago
Philip O'Toole 1253f272b0
Update CHANGELOG.md 1 year ago
Philip O'Toole 289d269330
Merge pull request #1301 from rqlite/sqlite-synchronous-off
Set 'synchronous' to OFF for on-disk databases
1 year ago
Philip O'Toole 56c337d59d CHANGELOG 1 year ago
Philip O'Toole dd9b3f2695 PRAGMA synchronous=OFF for on-disk databases 1 year ago
Philip O'Toole b9253e6b41 Improve logging in Store 1 year ago
Philip O'Toole a17546fd19 Add actual v7.20.3 testdata 1 year ago
Philip O'Toole 5a4e19d9fa More upgrade testing 1 year ago
Philip O'Toole ce53821c87 Use t.Run() to test upgrades 1 year ago
Philip O'Toole e29e245cb6 Merge branch 'master' of github.com:rqlite/rqlite 1 year ago
Philip O'Toole 8a9097e0f5 Run cross-compilation in parallel 1 year ago
Philip O'Toole 84548b5513
Update CHANGELOG.md 1 year ago
Philip O'Toole dc586287f3
Merge pull request #1300 from rqlite/check-for-wal-daat
rqlite doesn't (yet) support WAL mode SQLite data
1 year ago
Philip O'Toole 21ee2b6da9 CHANGELOG 1 year ago
Philip O'Toole 4a7ac2850f rqlite doesn't (yet) support WAL mode SQLite data 1 year ago
Philip O'Toole d7c47d8080
Merge pull request #1298 from rqlite/fsm-dual
Move FSMSnapshot to own source file
1 year ago
Philip O'Toole e5aee00118 CHANGELOG 1 year ago