1
0
Fork 0

1626 Commits (e645a013e85b058893cf2416a9923b211e42b845)
 

Author SHA1 Message Date
Philip O'Toole e645a013e8
Update README.md 5 years ago
Philip O'Toole 7f8cac6fbb
Update DATA_API.md 5 years ago
Philip O'Toole e9a5f2f71c
Merge pull request #619 from shane-kerr/patch-1
Typo fix
5 years ago
Shane Kerr 3fc3db544d
Typo fix 5 years ago
Philip O'Toole 74e406967a
Update DESIGN.md 5 years ago
Philip O'Toole e6d89a849a
Update DESIGN.md 5 years ago
Philip O'Toole b7cb8f7129
Update DESIGN.md 5 years ago
Philip O'Toole e5f9a53c1f
Update DESIGN.md 5 years ago
Philip O'Toole dd94230a3f
Update DESIGN.md 5 years ago
Philip O'Toole 6bb4c3fa8f
Update README.md 5 years ago
Philip O'Toole f92249e75c
Update DESIGN.md 5 years ago
Philip O'Toole 002e5a210b
Update DESIGN.md 5 years ago
Philip O'Toole 234fbb80a7
Update DESIGN.md 5 years ago
Philip O'Toole 97e577f2d0
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole e781c5a52a
Update CONSISTENCY.md 5 years ago
Philip O'Toole 5d36ead53a
Update CHANGELOG.md 5 years ago
Philip O'Toole efd7c5534b
Update DESIGN.md 5 years ago
Philip O'Toole 7fd2edd93f
Update DESIGN.md 5 years ago
Philip O'Toole ee2053835f
Update DESIGN.md 5 years ago
Philip O'Toole 6822e536fe
Update READ_ONLY_NODES.md 5 years ago
Philip O'Toole c046be5522
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole 8d0f1c55c6
Merge pull request #616 from rqlite/remove-obsolete-dsn
Remove obsolete SQLite const
5 years ago
Philip O'Toole 668720cbb6
Remove obsolete SQLite const 5 years ago
Philip O'Toole 29e220711d
Merge pull request #615 from rqlite/remove-obsolete-const
Remove obsolete const
5 years ago
Philip O'Toole ef44c199aa
Update main.go 5 years ago
Philip O'Toole cc65e36fcc
Remove obsolete const 5 years ago
Philip O'Toole 0afe1b3188
Update README.md 5 years ago
Philip O'Toole f5b0eb3ae1
Update CHANGELOG.md 5 years ago
Philip O'Toole 7e8e3ad769
Merge pull request #614 from rqlite/leader_freshness
Support leader freshness with None consistency
5 years ago
Philip O'Toole abb7772105 Support leader freshness with None consistency
This change allows the read request to specify the maximum time the node
receiving the request may have last heard from the cluster leader. It
only applies to a read consistency selection of None.
5 years ago
Philip O'Toole 002c41fcaf Fix typo 5 years ago
Philip O'Toole 0036abcb0f Better read-only docs 5 years ago
Philip O'Toole 97e99369ef
Merge pull request #613 from rqlite/non-voter
Add support for non-voting nodes
5 years ago
Philip O'Toole 67e4ff6ff5 Add end-to-end non-voter follows leader test 5 years ago
Philip O'Toole 0f2d59cf9e Update docs for non-voting nodes 5 years ago
Philip O'Toole 8eea0656b5 Update CHANGELOG 5 years ago
Philip O'Toole 81f5f6faf1 Add support for non-voting nodes
A non-voting node doesn't participate in Raft consensus, but does
subscribe to the committed log entries originating with the leader.
This means a non-voting node keeps up-to-date with the state machine,
without impacting write-latency. These non-voting nodes can provide
read scalability for the cluster.
5 years ago
Philip O'Toole d8c24a4cc1
Update README.md 5 years ago
Philip O'Toole e2f5cf48e0
Update README.md 5 years ago
Philip O'Toole 6f729c5d67
Update CHANGELOG.md 5 years ago
Philip O'Toole 4a04757fe9
Update CLUSTER_MGMT.md 5 years ago
Philip O'Toole dd61a7a221
5.0.0 is going out 5 years ago
Philip O'Toole 78c0e227db
Update CONTRIBUTING.md 5 years ago
Philip O'Toole 6463842019
Update README.md 5 years ago
Philip O'Toole 37524f5838
Update README.md 5 years ago
Philip O'Toole 65bcc26874
Update years 5 years ago
Philip O'Toole 3ab42da0d8
Update CHANGELOG.md 5 years ago
Philip O'Toole 326ab84ba4
Update CHANGELOG.md 5 years ago
Philip O'Toole 1a24905a60
Update RESTORE_FROM_SQLITE.md 5 years ago
Philip O'Toole 091a082873
Merge pull request #612 from rqlite/linting
ABL
5 years ago