1
0
Fork 0

4680 Commits (98a151d5dc4b6da4557ef85e3a7b16dac2351b97)
 

Author SHA1 Message Date
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
Philip O'Toole 92bc513242 Move FSMSnapshot to own source file 1 year ago
Philip O'Toole 3bd63b98bb
Update CHANGELOG.md 1 year ago
Philip O'Toole e5f84c2f2d
Merge pull request #1296 from rqlite/common-db-tests
Common DB-layer tests
1 year ago
Philip O'Toole 98a356504e Fix import cycle 1 year ago
Philip O'Toole ca12df38ce Test cleanup 1 year ago
Philip O'Toole 0d06a1b9f0 More CHANGELOG 1 year ago
Philip O'Toole d5c62cb717 CHANGELOG 1 year ago
Philip O'Toole 2fd62f3f64 Isolation testing only applies to on-disk 1 year ago
Philip O'Toole d8f3a72365 Common DB-layer tests 1 year ago
Philip O'Toole 48d0312ca4
Merge pull request #1295 from rqlite/split-up-db-tests
Split up DB-level unit testing
1 year ago
Philip O'Toole ca6f071fb5 Split up DB-level unit testing 1 year ago
Philip O'Toole 16ae659175
Merge pull request #1294 from rqlite/refactor-store-disk-testings
Move on-disk Store testing to distinct file
1 year ago
Philip O'Toole e4a0d96f23 Further refactoring 1 year ago
Philip O'Toole 3dd37f8771 Move on-disk Store testing to distinct file 1 year ago
Philip O'Toole c8fcd90f38 Improve rqlited help 1 year ago
Philip O'Toole 9fe865b22a
Update CHANGELOG.md 1 year ago
Philip O'Toole ce2e773923
Update auto_clustering.py 1 year ago
Philip O'Toole b5249a0aca
Merge pull request #1292 from rqlite/otoolep-patch-111
Update bootstrap.go
1 year ago
Philip O'Toole f4dab7f25d
Update bootstrap.go 1 year ago
Philip O'Toole d538f4f583
Update bootstrap.go 1 year ago
Philip O'Toole c8d3b4b5b9 Quieter curl 1 year ago
Philip O'Toole bec8c93c5a
Update CHANGELOG.md 1 year ago
Philip O'Toole b44f6bf769
Merge pull request #1291 from rqlite/otoolep-bootstrap-join-ok
Bootstrap and join if requested
1 year ago
Philip O'Toole 2f858400b5 End-to-end testing of bootstrap-join restart 1 year ago
Philip O'Toole 6037fc4822 More unit testing of Bootstrapper 1 year ago
Philip O'Toole 86e76c4220
Update CHANGELOG.md 1 year ago
Philip O'Toole 787ee124cb
Bootstrap and join if requested
Probably the fix for https://github.com/rqlite/rqlite/issues/1290

This logic was always too conservative, bootstrapping will do a join first, which is fine.
1 year ago