1
0
Fork 0

3259 Commits (711584c865ef0accfc54b194ffdaaefe77b857f1)
 

Author SHA1 Message Date
Philip O'Toole 6df797b145
Update DISCOVERY.md 3 years ago
Philip O'Toole b18a1f9eb9
Update README.md 3 years ago
Philip O'Toole 8d635fde68
Update README.md 3 years ago
Philip O'Toole d738713b70
Update README.md 3 years ago
Philip O'Toole 97e8aa9b7b
Update AUTO_CLUSTERING.md 3 years ago
Philip O'Toole e178c527bf
Update CHANGELOG.md 3 years ago
Philip O'Toole b23cd557f2
Merge pull request #973 from rqlite/fix-config-scheme
Use correct JSON field name for Consul scheme
3 years ago
Philip O'Toole 457ca9ce3f Use correct JSON field name for Consul scheme 3 years ago
Philip O'Toole 5841690d55
Merge pull request #971 from rqlite/fix-helper-log
Correct rqlite command line options
3 years ago
Philip O'Toole 61f1169a7b
Update CHANGELOG.md 3 years ago
Philip O'Toole cd490ffa47 Correct rqlite command line options 3 years ago
Philip O'Toole 0fe3c79e08
7.0.0 is going out 3 years ago
Philip O'Toole c631a77051
Update README.md 3 years ago
Philip O'Toole 1d79db06ec
Update README.md 3 years ago
Philip O'Toole b8aa3b4480
Update AUTO_CLUSTERING.md 3 years ago
Philip O'Toole 9a89b42a16
Update AUTO_CLUSTERING.md 3 years ago
Philip O'Toole 040eae8494
Update CHANGELOG.md 3 years ago
Philip O'Toole 40d002cb53
Merge pull request #970 from rqlite/better-disco-name
Better disco names
3 years ago
Philip O'Toole db3ba9d7fc go mod updates 3 years ago
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