1
0
Fork 0

2990 Commits (623e8c20dbc1e8b4211155c0c4c04c110eadd615)
 

Author SHA1 Message Date
Philip O'Toole e7046ca560 Better coding of disco-mode names 3 years ago
Philip O'Toole fa65723374
Update CHANGELOG.md 3 years ago
Philip O'Toole 68c2873540
Merge pull request #968 from rqlite/no-freelist-sync-flag
Control whether bbolt syncs freelist to disk
3 years ago
Philip O'Toole 50b4aff45f Correct comment style 3 years ago
Philip O'Toole 3150aac959 Better comments 3 years ago
Philip O'Toole ce67f6720f Update CHANGELOG 3 years ago
Philip O'Toole ad7986630d Better command-line flags 3 years ago
Philip O'Toole 3a3364b0ca Update CHANGELOG 3 years ago
Philip O'Toole ce099087ee Control whether bbolt sync freelist to disk
When true, skips syncing freelist to disk. This improves the database write performance under normal operation, but requires a full database re-sync during recovery.# Please enter the commit message for your changes.
3 years ago
Philip O'Toole 819f4b3960
Merge pull request #967 from rqlite/bbolt
Move to etcd's fork of BoltDB
3 years ago
Philip O'Toole a6e29001b4 Update CHANGELOG 3 years ago
Philip O'Toole 490f654f36 Move to etcd's fork of BoltDB
bboltdb is the version the Consul now runs.
3 years ago
Philip O'Toole eeee8df99f
Update CHANGELOG.md
[ci skip]
3 years ago
Philip O'Toole 4cd5175b51
Merge pull request #965 from rqlite/mod-cleanup
Stop using deprecated protobuf package
3 years ago
Philip O'Toole ca7e6e98ff Stop using deprecated protobuf package 3 years ago
Philip O'Toole ecd1ab4e40
Update AUTO_CLUSTERING.md 3 years ago
Philip O'Toole 19cbe717cd
Update README.md 3 years ago
Philip O'Toole 43c6e08054
Update README.md 3 years ago
Philip O'Toole 4aea326959
Consul and etcd autoclustering (#957)
This PR introduces new node-discovery integration with Consul and etcd. By using one of those systems with rqlite, automatic clustering of rqlite is much easier.
3 years ago
Philip O'Toole 8990900fd8
Update CONTRIBUTING.md 3 years ago
Mehdi Cheracher 80881e7b8b
[Draft] Accept alternative servers to connect to in rqlite cli (#947)
Add -alternatives flag to fallback to when hosts are unavailable
3 years ago
Philip O'Toole 8f0f5f9ebc Improve HTTP unit test 3 years ago
Philip O'Toole a8d0da1d17
Update CHANGELOG.md 3 years ago
Philip O'Toole 09c3fc168f
Merge pull request #959 from rqlite/500-no-results
Return a clearer response if no DB results
3 years ago
Philip O'Toole 6b5cad6117 Remove useless comment 3 years ago
Philip O'Toole bc59144d2d Fix HTTP unit test 3 years ago
Philip O'Toole 3ad2b73155 Return a clearer response if no DB results
This shouldn't happen, but it might, this will allow the underlying
error to be returned to the caller. The body of the response will now
look something like:

{
    "results": [],
    "error": "some error",
    "time": 0.021976516
}
3 years ago
Philip O'Toole b9db6e4903
Update FAQ.md 3 years ago
Philip O'Toole 21bf9a241c
6.10.1 is going out 3 years ago
Philip O'Toole 14d80faf5c
Update README.md
[ci skip]
3 years ago
Philip O'Toole db5946f296
Merge pull request #956 from rqlite/fix-vet
Address go vet errors
3 years ago
Philip O'Toole 63b7d24814 Init rand seed once at Store level 3 years ago
Philip O'Toole ebb2ff32c2 Send rand() once in DB layer 3 years ago
Philip O'Toole 27a5b75485
Update CHANGELOG.md
[ci skip]
3 years ago
Philip O'Toole de05f49830
Update CLUSTER_MGMT.md
[ci skip]
3 years ago
Philip O'Toole 6cc2e372eb Using Fatal outside of top-level test func is OK 3 years ago
Philip O'Toole 4eeddf455d Actually return error values 3 years ago
Philip O'Toole 6d312ad009
Update config.yml 3 years ago
Philip O'Toole 88aea31690
Update CHANGELOG.md 3 years ago
Philip O'Toole 5891bbae58
Merge pull request #954 from rqlite/truly-random-files
Much better random file names
3 years ago
Philip O'Toole 24a5dc8c4b Much better random file names 3 years ago
Philip O'Toole a6762dff71
Merge pull request #952 from rqlite/main-clean
Trivial refactor
3 years ago
Philip O'Toole 15a6db1acd Trivial refactor 3 years ago
Philip O'Toole 1bb0e5f1cb
Update PERFORMANCE.md 3 years ago
Philip O'Toole 977c5f251b
Update PERFORMANCE.md 3 years ago
Philip O'Toole 696fdc5151
Update PERFORMANCE.md 3 years ago
Philip O'Toole f3c53a3465
Update PERFORMANCE.md 3 years ago
Philip O'Toole 78d6089bbc
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 4cc5bf6dc0
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 623491c073
Update CLUSTER_MGMT.md 3 years ago