1
0
Fork 0

2579 Commits (13ef7f1ff72da20fdb146f895854a5711c3d614e)
 

Author SHA1 Message Date
Philip O'Toole 6056723139
Update CHANGELOG.md 3 years ago
Philip O'Toole 45762ff2be
Merge pull request #884 from rqlite/serialize-on-disk-directly
Serialize on-disk databases by simply reading SQLite file
3 years ago
Philip O'Toole d73d7fb37d Update CHANGELOG 3 years ago
Philip O'Toole 5d48a18950 Check if slice is empty in addition to being nil 3 years ago
Philip O'Toole bb002bb81b Block query transactions during serialize 3 years ago
Philip O'Toole 2bf7638a8d Fix debug code in test 3 years ago
Philip O'Toole 01895e501f Serialize on-disk databases by simply reading file
This is safe according to https://sqlite.org/howtocorrupt.html and
avoids any sqlite3_serialize() limitations.
3 years ago
Philip O'Toole 8cf193bfc2
Merge pull request #883 from rqlite/missing-http-returns
Add missing returns after HTTP errors
3 years ago
Philip O'Toole c00d5cad26 Update CHANGELOG 3 years ago
Philip O'Toole a74c182425 Add missing returns after HTTP errors 3 years ago
Philip O'Toole fb392e34c6
Update CHANGELOG.md 3 years ago
Philip O'Toole 6f789b0e3d
Merge pull request #882 from rqlite/on-disk-fixes
On disk fixes
3 years ago
Philip O'Toole 7bdfac7073 Update CHANGELOG 3 years ago
Philip O'Toole a6da8d474f Ensure (any) directory for on-disk-path exists 3 years ago
Philip O'Toole 1f33dbb2cb Fix up Store-open logging 3 years ago
Philip O'Toole 1ea29e108a Exit if on-disk-path is set, but on-disk is not 3 years ago
Philip O'Toole 7662eafdc0
Update PERFORMANCE.md 3 years ago
Philip O'Toole 2dd986b20f
Update PERFORMANCE.md 3 years ago
Philip O'Toole 3c3a20b4e1
Update README.md 3 years ago
Philip O'Toole 8d0bdca09e
Update README.md 3 years ago
Philip O'Toole 1d86ddfc1d
Update PERFORMANCE.md 3 years ago
Philip O'Toole 24ed012a8e
Update PERFORMANCE.md 3 years ago
Philip O'Toole e9270db490
Update CHANGELOG.md 3 years ago
Philip O'Toole 8eaf27134f
Merge pull request #880 from rqlite/upgrade-to-2gib
Upgrade dependencies, rqlite/go-sqlite3 1.22.0
3 years ago
Philip O'Toole 00f4c6bc35 Wait, or timeout, for LeaderID to be set
Address https://ci.appveyor.com/project/otoolep/rqlite/builds/40607771
failures.
3 years ago
Philip O'Toole 92b3e300be Clearer text 3 years ago
Philip O'Toole f17a6cb264 Explicit note about maximum in-memory database size 3 years ago
Philip O'Toole c0b22b0d03 Update CHANGELOG 3 years ago
Philip O'Toole 08eb74493d Add unit test for >1GiB in-memory databases
>2GiB in-memory are still not supported.
3 years ago
Philip O'Toole bf6e7de219 Upgrade dependencies, rqlite/go-sqlite3 1.22.0
Support in-memory databases up to 2GiB in size. See
https://sqlite.org/forum/forumpost/b1ba232667130afa?t=h.
3 years ago
Philip O'Toole 1d428d3968
Update CHANGELOG.md 3 years ago
Philip O'Toole 8941a6f485
Merge pull request #879 from rqlite/get-node-api-timeout
Set timeout when fetching node API address
3 years ago
Philip O'Toole b249abd29e Update CHANGELOG 3 years ago
Philip O'Toole 0b5df4b81d HTTP layer uses timeout for GetNodeAPIAddr calls 3 years ago
Philip O'Toole 38d5fc42b0 Add timeout control to GetNodeAPIAddr 3 years ago
Philip O'Toole 70a2683fb9
Update CHANGELOG.md 3 years ago
Philip O'Toole 3a368a5840
Merge pull request #878 from rqlite/consistency-control
CLI supports setting read consistency level
3 years ago
Philip O'Toole 58651d59c8 Update CHANGELOG 3 years ago
Philip O'Toole 268fc09d62 Merge branch 'master' of github.com:rqlite/rqlite into consistency-control 3 years ago
Philip O'Toole 0297210fae
Merge pull request #877 from rqlite/reachable-error
Add Error information to nodes/ output
3 years ago
Philip O'Toole 7e85cab80d CLI supports setting read consistency level 3 years ago
Philip O'Toole ea2cfe76a5 Update CHANGELOG 3 years ago
Philip O'Toole 0b5d80c604 Add Error information to nodes/ output 3 years ago
Philip O'Toole 7c3cd8c575
Update CHANGELOG.md 3 years ago
Philip O'Toole 9ba17538a7
Update CHANGELOG.md 3 years ago
Philip O'Toole a67b86c233
Merge pull request #876 from rqlite/nodes-times
Add response times to nodes/ output
3 years ago
Philip O'Toole 3bf820eeb4 Update CHANGELOG 3 years ago
Philip O'Toole 33073bc63c Move test to different place 3 years ago
Philip O'Toole 548527a59d Add e2e test for nodes/ 3 years ago
Philip O'Toole d7500c2f5f Revert to simpler nodes/ system test
This is something that will have to be in the end-to-end test.
3 years ago