1
0
Fork 0

15 Commits (master)

Author SHA1 Message Date
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 698403a02f Add commit flag to Query Params 7 months ago
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 3c3ba7b839 Support stale reads relative to Leader time 7 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 8 months ago
Mauri de Souza Meneguzzo a9ed45b68d add support for sql query timeout 8 months ago
Philip O'Toole 77ce0867bb Allow HTTP client to control number of retries 8 months ago
Philip O'Toole fccddbf4ae Support compressing backups 9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole e6b703a0c0 Remove ability to trigger chunked-loading
The low-level Raft system still recognizes the Chunk command, so that
this system can interop with older versions, which might still have a
Chunk command in logs.
9 months ago
Philip O'Toole 299819ee72 Query parameters are case-sensitive 9 months ago
Philip O'Toole 0df55b6d2f Fix all HTTP tests 9 months ago
Philip O'Toole 61fb89d418 More refactoring 9 months ago
Philip O'Toole 384ebab5f7 Refactor query parameters into own code
Makes rest of HTTP code cleaner.
9 months ago