1
0
Fork 0

2000 Commits (e49ed1bd9def922219e5804f97e0a3d008f21a21)
 

Author SHA1 Message Date
Philip O'Toole e49ed1bd9d
Merge pull request #759 from rqlite/close-bolt
Close BoltDB on Store close
4 years ago
Philip O'Toole 86d009934e Update CHANGELOG 4 years ago
Philip O'Toole c2f40500a2 Close Bolt on Store close 4 years ago
Philip O'Toole 7b7e4a80d0
Merge pull request #758 from rqlite/helper-test
Refactor some tests for future use
4 years ago
Philip O'Toole 91d2506ca9 Transport creation convenience functions 4 years ago
Philip O'Toole a4f1d14eb9 Refactor some tests for future use 4 years ago
Philip O'Toole a41348e230
Merge pull request #756 from rqlite/fix-ineff
Fix on-disk create in Apply
4 years ago
Philip O'Toole 65944f6c15
Update CHANGELOG.md 4 years ago
Philip O'Toole bea2eff491
Merge pull request #755 from rqlite/otoolep-patch-1
ABL
4 years ago
Philip O'Toole 0b84667b45 Fix on-disk create in Apply 4 years ago
Philip O'Toole eaba1d2316
ABL 4 years ago
Philip O'Toole a8559b49e8
Merge pull request #754 from rqlite/noop-store-test
Support Noop commands in Raft Log
4 years ago
Philip O'Toole 4a3efe3f55 Update CHANGELOG 4 years ago
Philip O'Toole 9b8016e079 Simple Noop unit test 4 years ago
Philip O'Toole 824dab5536 Doesn't work because Store can't be re-opened
Due to network issues.
4 years ago
Philip O'Toole 2cae351437
Merge pull request #753 from rqlite/missing-return
Add missing return
4 years ago
Philip O'Toole d31105e0f0
Add missing return 4 years ago
Philip O'Toole d7b6586311
Merge pull request #752 from rqlite/consolidate-db-func
Consolidate database creation functions
4 years ago
Philip O'Toole ed080fe9d0 Close database before Restore 4 years ago
Philip O'Toole 9c53b0f8b7 Consolidate database creation functions 4 years ago
Philip O'Toole 643eac7a69
Update CHANGELOG.md 4 years ago
Philip O'Toole c782b43f2d
Build on-disk databases in-memory first
With this change, rqlite nodes running in "on-disk" mode build the database in memory first, and move it to the disk just before the Raft system starts. This means that on-disk nodes now initialize almost as quickly as in-memory nodes.
4 years ago
Philip O'Toole 35adb55c6a
Merge pull request #749 from rqlite/last-command-index
Add LastCommandIndex
4 years ago
Philip O'Toole 4551bd30da Add LastCommandIndex 4 years ago
Philip O'Toole 639a0ff4a6
Update CHANGELOG.md 4 years ago
Philip O'Toole 093f10fc68
Merge pull request #747 from rqlite/time-restarts
Time snapshot, restore, and startup times
4 years ago
Philip O'Toole 33aa4522cf Better timing from first to last log 4 years ago
Philip O'Toole a4185172da Time snapshot, restore, and startup times 4 years ago
Philip O'Toole 80e0db9f52 Make logic easier to read 4 years ago
Philip O'Toole 77b5eeca97
Update DATA_API.md 4 years ago
Philip O'Toole 429758b4e3
Update CHANGELOG.md 4 years ago
Philip O'Toole 1c9fa88094
Merge pull request #739 from rqlite/no-disk-during-restore
Don't use temp file when restoring to in-memory SQLite
4 years ago
Philip O'Toole 85f175dcba Add a test script for PR739 4 years ago
Philip O'Toole c5e67a548c Even more records during db test 4 years ago
Philip O'Toole 9ea54b608f Use DeserializeInMemoryWithDSN for in-mem restore 4 years ago
Philip O'Toole 665d9913bb Add top-level Deserialize() to db layer 4 years ago
Philip O'Toole b83b2b241d Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole 3d26fd4105
Merge pull request #746 from rqlite/clone-database
Add Copy() method to db layer
4 years ago
Philip O'Toole 18a4f38701 Add Copy() method to db layer 4 years ago
Philip O'Toole b1781075fa Upgrade rqlite-go-sqlite3 4 years ago
Philip O'Toole 991d0c44a7 Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole 74c0a57861 Upgrade rqlite-go-sqlite3 4 years ago
Philip O'Toole 03ee760e93 Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole f6c85c23a8
Merge pull request #745 from rqlite/no-tls-1.0-1.1
Disable TLS v1.0 and v1.1 by default
4 years ago
Philip O'Toole 11d6731e59 Update CHANGELOG 4 years ago
Philip O'Toole c4ee9cafd9 Disable TLS v1.0 and v1.1 by default 4 years ago
Philip O'Toole fa43fd4dc0 Enhance in-mem snapshot unit test 4 years ago
Philip O'Toole 0df8af073b Merge branch 'master' into no-disk-during-restore 4 years ago
Philip O'Toole 21214f6b0e
Update CHANGELOG.md 4 years ago
Philip O'Toole ba7c43d4df
Merge pull request #742 from rqlite/rqbench-oneshot
Add oneshot option to rqbench
4 years ago