1
0
Fork 0

354 Commits (master)

Author SHA1 Message Date
Philip O'Toole 3e4e3eb321
Update service.go 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 45f0ca7414 Hook in commit flag to /readyz 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
Philip O'Toole f802a62603 Improve error when query on remote node fails 8 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 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 e9373b8844 Improve Errors for internode comms failures 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 a5f2bd8d74 Allow WAL files for /boot 9 months ago
Philip O'Toole 21dc186186 Remove restriction on non-WAL restore
Never really had a strong reason for it.
9 months ago
Philip O'Toole 2f3b6fffae No apparent "problems" 9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago
Philip O'Toole b6457a4647 Remove unused joint TLS config creation
This was confusing and too clever.
9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole e48031b6f5 Small tweaks 9 months ago
Philip O'Toole f2a15293ac Neater code 9 months ago
Philip O'Toole 0e743fcee3 Check at HTTP layer for DELETE mode 9 months ago
Philip O'Toole e7ab1389c9 Periodically log boot progres 9 months ago
Philip O'Toole 78566ea45e Add handler for /boot 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 3cc47bceee Revert to simpler one-shot load for SQLite files 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
Philip O'Toole 33cb121652 Some logging and load-test improvements 9 months ago
Philip O'Toole b0cd5c5a0c Add more Load stats 10 months ago
Philip O'Toole 37fe324d6a Send Abort load chunk requests as needed 10 months ago
Philip O'Toole dd6f386450 Refactor chunk loading 10 months ago
Philip O'Toole e9a0a9ebfa Roll all Redirect logic into single function 10 months ago
Philip O'Toole 3a0f776e57 Refactor redirect 10 months ago
Philip O'Toole 264e9822eb Standardize on chunk size 10 months ago
Philip O'Toole 8211af961d Move some VACUUM checks to the Store 10 months ago
Philip O'Toole 5c7996fd98 Support optional VACUUM on backup 10 months ago
Philip O'Toole 3ae4255e62 Backup-related cleanups 10 months ago
Philip O'Toole a43070aa88 Simpler ver==2 logic test 10 months ago
Philip O'Toole 4ca3420813 Default to legacy output for Nodes
New output can be requested via "ver=2".
10 months ago
Philip O'Toole d59f15c140 Add Nodes Response JSON encoder 10 months ago
Philip O'Toole bd8297b6d7 Builds, but needs unit tests 10 months ago
Philip O'Toole a106df55f9 New type for Nodes
Make the JSON response construction cleaner.
10 months ago
Philip O'Toole 3aa45c8f53 Minor clean-ups 10 months ago
Philip O'Toole 70d5e6de34 Check join and notify addresses are resolvable 10 months ago
Philip O'Toole 002973f787 Merge remote-tracking branch 'origin' into join-raft-port-only 10 months ago
Philip O'Toole 448f9530d7 Correct mTLS log message 10 months ago
Philip O'Toole e0825239a2 Merge remote-tracking branch 'origin' into join-raft-port-only 10 months ago
Kai O'Reilly f1d8fe6770 support accessing rqlite in browsers by setting appropriate Access-Control-Allow headers and handling OPTIONS requests 10 months ago
Philip O'Toole 16052d8020 Start removing HTTP join and notify code 11 months ago
Philip O'Toole e050b9d05f Always-on expvar and pprof 1 year ago