1
0
Fork 0

6056 Commits (master)
 

Author SHA1 Message Date
Philip O'Toole 57f9f6d7c4
Update CHANGELOG.md 7 months ago
Philip O'Toole 117bd9aefb
Merge pull request #1692 from rqlite/gomod-20240221
go mod updates
7 months ago
Philip O'Toole 1548e7ba24 CHANGELOG 7 months ago
Philip O'Toole 2539a7998c go mod updates 7 months ago
Philip O'Toole f641193f37
Merge pull request #1689 from rqlite/ready-commit
readyz can wait for commit
7 months ago
Philip O'Toole 7e0baf5da8 Use "sync" instead of "commit"
"sync" is a better word for what is happening, "commit" is too
Raft-centric.
7 months ago
Philip O'Toole 4a0136d044 Merge branch 'ready-commit' of github.com:rqlite/rqlite into ready-commit 7 months ago
Philip O'Toole db971f5073 Merge branch 'master' of github.com:rqlite/rqlite into ready-commit 7 months ago
Philip O'Toole eb89854a19
Update CHANGELOG.md 7 months ago
Philip O'Toole 0a191c2946 More info for test 7 months ago
Philip O'Toole a637c2cd62
Update CHANGELOG.md 7 months ago
Philip O'Toole 3c0da15903
Merge pull request #1690 from rqlite/random-blob-panic
Check for isTextType in panic-proof way
7 months ago
Philip O'Toole 6e725445b2 Fix test 7 months ago
Philip O'Toole fdf7fddba7 CHANGELOG 7 months ago
Philip O'Toole fc932f3108 Set value in nil-proof way 7 months ago
Philip O'Toole 7f33b97ee7
Update CHANGELOG.md 7 months ago
Philip O'Toole af35712cd9
Merge branch 'master' into ready-commit 7 months ago
Philip O'Toole 136f2899a7
Update CHANGELOG.md 7 months ago
Philip O'Toole f2a8b33858 Merge remote-tracking branch 'origin' into ready-commit 7 months ago
Philip O'Toole 40e3098e3c Seeing failures locally, revert to default gzip 7 months ago
Philip O'Toole aad5bb2d14 Unit test compression of large files 7 months ago
Philip O'Toole 1641eb5bde Unit test commit query params 7 months ago
Philip O'Toole a48f48e55a Wait until Leader Commit is at least 1 7 months ago
Philip O'Toole 53e0666c9e More HTTP-level unit testing of readyz?commit 7 months ago
Philip O'Toole b696f0dea2 E2E testing of readyz commit 7 months ago
Philip O'Toole 4391ef0f9c E2E supports 'commit' flag 7 months ago
Philip O'Toole c08e029717 Unit test readyz?commit at HTTP level 7 months ago
Philip O'Toole 45f0ca7414 Hook in commit flag to /readyz 7 months ago
Philip O'Toole 0c2ac1ca3c CHANGELOG 7 months ago
Philip O'Toole c41799fc8d Better wait for function 7 months ago
Philip O'Toole 1cb7d05285 Unit test WaitCommitIndex 7 months ago
Philip O'Toole e3b72079b4 Add WaitCommitIndex 7 months ago
Philip O'Toole 698403a02f Add commit flag to Query Params 7 months ago
Philip O'Toole f3b4ec9643
Merge pull request #1688 from rqlite/leader-commit-index
Expose Leader Commit Index
7 months ago
Philip O'Toole 097b664c45 Expose Raft transport stats 7 months ago
Philip O'Toole 71ed3c9657 Expose Leader Commit Index 7 months ago
Philip O'Toole bffd47ce46
Merge pull request #1686 from rqlite/cluster-address-to-node-meta
Node returns Meta, not just Address
7 months ago
Philip O'Toole 304d1879f5 Test Poll commit index
Seems a bit racy.
7 months ago
Philip O'Toole 512f541aa0 CHANGELOG 7 months ago
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole b8bc4826fa
Merge pull request #1685 from rqlite/proto-address-node-meta
Rename a Proto (but not its fields)
7 months ago
Philip O'Toole 74d71cd95b CHANGELOG 7 months ago
Philip O'Toole 761642bf07
Update CHANGELOG.md 7 months ago
Philip O'Toole eb86173381
Merge pull request #1684 from rqlite/strict-tweaks
Use FSM Command Index for Stale Read checks
7 months ago
Philip O'Toole 3783f176a4 Deflake test 7 months ago
Philip O'Toole cb5ea12316 Cluster config commands not instantly in log 7 months ago
Philip O'Toole 8255d199a2 Use FSM Command Commit Index for Stale Reads check 7 months ago
Philip O'Toole 7f1977176d Track latest committed FSM command
Not all Raft log entries represent changes to the FSM. Some are cluster
config changes, which are never passed to rqlite. This means that
CommitIndex can be ahead of FSM index, even though the FSM is fully
caught up.
7 months ago
Philip O'Toole 542d1f6086 CHANGELOG 7 months ago
Philip O'Toole 091c078b02 Make a init case cleare for IsStaleRead 7 months ago