1
0
Fork 0

3071 Commits (64f7e05b0e35c12abbff2af2acadd884d1702983)
 

Author SHA1 Message Date
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
Philip O'Toole 62ebce5a69
Merge pull request #950 from rqlite/e2e-full-restart
Add simple end-to-end cluster restart test
3 years ago
Philip O'Toole 62cf2f44a5 Add simple end-to-end cluster restart test 3 years ago
Philip O'Toole fcda3cc695
Update CHANGELOG.md 3 years ago
Philip O'Toole 84ca552bc4
Merge pull request #944 from rqlite/refactor-main-bootstrap
Try simple refactor of bootstrap
3 years ago
Philip O'Toole 8a34783c91 Don't wait for consensus at node startup
The readyz/ endpoint is the proper way to check for readiness.
3 years ago
Philip O'Toole 2208e75188 Fix system-level tests 3 years ago
Philip O'Toole 58adcb87c9 Fix Store unit tests 3 years ago
Philip O'Toole 21db24900a Remove unused variable 3 years ago
Philip O'Toole ca556044e3 Merge branch 'master' of github.com:rqlite/rqlite into refactor-main-bootstrap 3 years ago
Philip O'Toole 9036be51a5
Update CHANGELOG.md 3 years ago
Philip O'Toole a04e3722b2
Merge pull request #946 from rqlite/dur-flags
Use actual duration types for duration command line flags
3 years ago
Philip O'Toole 2ffb29394f Fix typo 3 years ago
Philip O'Toole 85b834cd64 Use actual duration types for flags 3 years ago
Philip O'Toole ca9d890a4c
Merge pull request #945 from rqlite/create-store-refactor
Move Store creation into own function
3 years ago
Philip O'Toole bf0eff5b14 Move Store creation into own function 3 years ago
Philip O'Toole f5c03d4b60 Try simple refactor of bootstrap 3 years ago
Philip O'Toole 0d8804b1ca
6.10.0 is going out 3 years ago
Philip O'Toole eb8bf0a3de
Merge pull request #943 from rqlite/logging-tweaks
Tell user how to use CLI
3 years ago
Philip O'Toole e3e974f574 Tell user how to use CLI 3 years ago