1
0
Fork 0

5896 Commits (9057cf008371ebf658c2553a3e1db7ac1e83c589)
 

Author SHA1 Message Date
Philip O'Toole 444b86299f
Update CHANGELOG.md 8 months ago
Philip O'Toole d9d9717cb0
GoDoc 8 months ago
Philip O'Toole e9eeb94158
Remove unused import 8 months ago
Philip O'Toole f99a433c66
Provide doesn't ensure DELETE mode 8 months ago
Philip O'Toole 87efe14ae6
Merge pull request #1585 from rqlite/auto-backup-sum
Avoid unnecessary auto-backups by storing sha256 sums in S3
8 months ago
Philip O'Toole 7472f6a949 Fix up tests 8 months ago
Philip O'Toole f5c136e206 More e2e test fixes 8 months ago
Philip O'Toole cf4274ef24 CHANGELOG 8 months ago
Philip O'Toole 9ad21b8565 S3 unit test update 8 months ago
Philip O'Toole 5f1d98a0e2 Use Canonical Header keys for AWS metadata 8 months ago
Philip O'Toole 08080883a9 Various fixes -- test still failing though 8 months ago
Philip O'Toole 4d49a7c26e Fix Python syntax 8 months ago
Philip O'Toole 7c11295863 End-to-end test for skipped uploads due to sum 8 months ago
Philip O'Toole 22c42eed0a Bit more uploader unit test 8 months ago
Philip O'Toole 24bfc82230 Unit test checksum compare 8 months ago
Philip O'Toole c8e29c2269 Simpler cloud sum check logic 8 months ago
Philip O'Toole 48a000dc92 Test Storage client defaults to "no sum error" 8 months ago
Philip O'Toole f3c1109325 More comments 8 months ago
Philip O'Toole 0d81e6f438 Fetch sums from S3 and compare 8 months ago
Philip O'Toole 58fbe3ee81 Initial framework for setting sums 8 months ago
Philip O'Toole 54622f423a
Update CHANGELOG.md 8 months ago
Philip O'Toole c4a7824eb7
Merge pull request #1584 from rqlite/otoolep-count-failed-reaps
Count Snapshot reaping failures
8 months ago
Philip O'Toole f4000a0173
Count failed snapshot reaps 8 months ago
Philip O'Toole 693a97f519
Fix typo 8 months ago
Philip O'Toole dd70085204
Typo 8 months ago
Philip O'Toole a359900dfa
Fix typos 8 months ago
Philip O'Toole 89e0ad0c4f
Update CHANGELOG.md 8 months ago
Philip O'Toole 227eb584f8
Merge pull request #1583 from rqlite/load-sets-full-needed
Loading a database invalidates existing snapshots
8 months ago
Philip O'Toole 1b21c8f021 Dig into Snapshot Store during Store tests 8 months ago
Philip O'Toole db42e07510 Comments 8 months ago
Philip O'Toole 5866741b51 Remove debug logging 8 months ago
Philip O'Toole a79ff2c08c Explicitly close, as well as defer 8 months ago
Philip O'Toole 1a9f0eb6ac Add debug logging 8 months ago
Philip O'Toole b58a6b4635 List the files if failing 8 months ago
Philip O'Toole 3979dd25af Small code improvements 8 months ago
Philip O'Toole eddd6b058c More back-to-back Full Snapshot testing 8 months ago
Philip O'Toole 8f6d133ea1 CHANGELOG 8 months ago
Philip O'Toole fb45899e81 Loading a database invalidates existing snapshots 8 months ago
Philip O'Toole 8e97088f9c
Merge pull request #1582 from rqlite/wal-on-upgrade
Explicitly convert migrated snapshot DB to WAL mode
8 months ago
Philip O'Toole 2947e115fc Correct error message 8 months ago
Philip O'Toole 6b7d24d9ca Test that writes still post upgrade and snapshots 8 months ago
Philip O'Toole cce70a0bd4 Explicit convert migrate snapshot DB to WAL mode 8 months ago
Philip O'Toole cc4dd1067c Merge branch 'master' of github.com:rqlite/rqlite 9 months ago
Philip O'Toole a9abda5655 Do defer first for style reasons 9 months ago
Philip O'Toole bc8fe1cff0
Update CHANGELOG.md 9 months ago
Philip O'Toole c69ef61454
Merge pull request #1580 from rqlite/list-newest-not-oldest
List the newest snapshot, not oldest
9 months ago
Philip O'Toole d4fdb678d1 CHANGELOG 9 months ago
Philip O'Toole eda281ea48 List the newest snapshot, not oldest
If rqlite was killed after snapshot-creation, but before reaping took
place, Snapshot List() would return the oldest snapshot, not the newest.
This is not compliant with Hashicorp Raft requirements.
9 months ago
Philip O'Toole 477453eaef
Update CHANGELOG.md 9 months ago
Philip O'Toole 00289d3558
Merge pull request #1579 from rqlite/efficient-upload-check
Improve auto-backup efficiency and only run on Leader
9 months ago