1
0
Fork 0

464 Commits (master)

Author SHA1 Message Date
Philip O'Toole 3a0f776e57 Refactor redirect 10 months ago
Philip O'Toole 264e9822eb Standardize on chunk size 10 months ago
Philip O'Toole cb706af68a Add friendly string version of time 10 months ago
Philip O'Toole 0c4fe7c8ac Fix test 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 0f6e70d35d Synchronize JSON marshaling of Node 10 months ago
Philip O'Toole 431028a483 Fix test 10 months ago
Philip O'Toole fe6fe06294 Avoid race when setting Node error 10 months ago
Philip O'Toole 8b8bc4b390 Test a node just hanging when contacted via nodes/ 10 months ago
Philip O'Toole 07cb0fb22a CHANGELOG 10 months ago
Philip O'Toole 4a7814a4a3 Use top-level timeout check for nodes/ 10 months ago
Philip O'Toole e64c4f6d81 Precheck test URLs 10 months ago
Philip O'Toole 64b00e3a7f Correct, and improve, HTTP URL unit tests 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 2405063dff System testing uses new form of /nodes 10 months ago
Philip O'Toole 84c935521a Add unit-tested Nodes Resp decoder 10 months ago
Philip O'Toole 7537569a96 Unit test Nodes Resp encoding 10 months ago
Philip O'Toole d59f15c140 Add Nodes Response JSON encoder 10 months ago
Philip O'Toole a6fac2f92d More Nodes unit testing 10 months ago
Philip O'Toole f759ae0934 Sort nodes 10 months ago
Philip O'Toole 3a8808a879 Start Nodes unit testing 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 25ace4b651 Close test port 10 months ago
Philip O'Toole 6c5bdf9f25 Remove obsolete comment 10 months ago
Philip O'Toole 667ca69640 Code to check for HTTP(S) servers 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 312d27778b Remove obsolete Join and Notify HTTP unit tests 10 months ago
Philip O'Toole e0825239a2 Merge remote-tracking branch 'origin' into join-raft-port-only 10 months ago
Philip O'Toole cfd3a7f6a7 Some small changes related to new CORS support 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 3172ce83cc Remove obsolete test 1 year ago
Philip O'Toole e050b9d05f Always-on expvar and pprof 1 year ago
Philip O'Toole 67e062272b Smaller chunk sizes restart a lot faster 1 year ago
Philip O'Toole 330492bc1b More logging 1 year ago
Philip O'Toole 43525010b0 Log performance of chunker in HTTP layer 1 year ago
Philip O'Toole a55ee4836c Log how long HTTP load takes 1 year ago
Philip O'Toole be6c59aac8 Fix comment 1 year ago
Philip O'Toole 4c41cfed8b Some tweaks 1 year ago
Philip O'Toole 1cc49e7ba2 Load request can control chunking size 1 year ago
Philip O'Toole 1107690c52 Migrate HTTP layer to chunked loading 1 year ago
Philip O'Toole 5df129ff20 Remove no-longer supported command-line options 1 year ago
Philip O'Toole 62fd272897 Fix up logging 1 year ago
Philip O'Toole 2cec05cc80 If no key, return JSON blob unchanged 1 year ago
Philip O'Toole cba9670c77 Support 'key' param on /status endpoint 1 year ago
Philip O'Toole 4a7ac2850f rqlite doesn't (yet) support WAL mode SQLite data 1 year ago
Philip O'Toole c23d3e60b1 Reuse existing consistency level 1 year ago
Philip O'Toole cfd1fed4e8
go fmt 1 year ago
Philip O'Toole 992750d988
Update service.go 1 year ago
Philip O'Toole 333c7daeed
More HTTP instrumentation for failures 1 year ago
Philip O'Toole 6ab6faaca0
Add missing parenthesis 1 year ago
Philip O'Toole c8c8617e3f
More HTTP-layer instrumentation 1 year ago
Philip O'Toole a309f94799
Update service.go 1 year ago
Philip O'Toole 5950001490
Update service.go 1 year ago
Philip O'Toole b1bdb52b9d
Update service.go 1 year ago
Philip O'Toole 1a7af225f2 Unit test ExecuteQuery 1 year ago
Philip O'Toole 7ee6036476 /db/request compiles and all existing tests pass 1 year ago
Philip O'Toole 2e140af463 Some unit tests of /db/request path 1 year ago
Philip O'Toole 8b7d3ea1f2 Start coding HTTP layer 1 year ago
Philip O'Toole 92a604c4ec Move SQLite validity checks to db module 1 year ago
Philip O'Toole 57ca03014b More integration and testing of Store readiness 1 year ago
Philip O'Toole 95a689b3cf Some improvements thanks to ChatGPT 4 1 year ago
Philip O'Toole 8f17d125ec
Update request_parser.go 2 years ago
Philip O'Toole 4ddb59cf3a
Update request_parser.go 2 years ago
Philip O'Toole 25d0d39ed1
Fix bug spotted by ChatGPT 4.0! 2 years ago
Philip O'Toole ff001bc5a8 Migrate to a Protos data model for Notify Requests 2 years ago
Philip O'Toole a782513a11 Migrate to a join-request proto 2 years ago
Philip O'Toole a97c803489 Protect against future changes 2 years ago
Philip O'Toole 7be34d23ca Support handling of large numbers
Thanks to 706eb2b3f6
2 years ago
Philip O'Toole fb0d8c5cf0 Remove superfluous comment 2 years ago
Philip O'Toole c219027336 Fix parsing of nil named parameter values 2 years ago
Philip O'Toole 3e84139290 Default to mutual TLS off for node-to-node 2 years ago
Philip O'Toole cb1b398f76 ABL 2 years ago
Philip O'Toole 68c7bc41b9 Remove deprecated functions 2 years ago
Philip O'Toole 3d31d22de6 Implement -http-verify-client 2 years ago
Philip O'Toole d8982d044e Consolidate TLS config creation 2 years ago
Philip O'Toole de0d0f63ad Fix HTTP no-verify of client certs 2 years ago
Philip O'Toole c8231596ac Use central TLS config creation 2 years ago
Philip O'Toole 9e1f6c0a76 tls -> rtls 2 years ago
Philip O'Toole 8225ff838c Fix mutual TLS testing
All certs in chain needed to have ExtKeyUsageClientAuth set.
2 years ago
Philip O'Toole 6dbe180bff Confirm everything works when verify=false
But this isn't affecting the HTTP server, so fails client verification.
HTTP TLS config getting complicated, feels like it needs a dedicated
config object now.
2 years ago
Philip O'Toole 7852b27dcb mTLS unit tests
Client cert not trusted yet.
2 years ago
Philip O'Toole 05a7663a93 Actually enable HTTP client cert verification 2 years ago
Philip O'Toole 39259bca8a Start mutual TLS testing
Lots of boilerplate moving from PEMs, to certs, to bytes. Factor it out.
2 years ago
Philip O'Toole eab0fc60ee Fix test 2 years ago
Philip O'Toole 5a7a2f3102 Start testing with on-the-fly certs 2 years ago
Philip O'Toole 828acadb0c Move HTTP TLS testing to own file 2 years ago
Philip O'Toole 08fe787c0a More queued write counters 2 years ago
Philip O'Toole f6eefd1690 Close HTTP service on shutdown 2 years ago
Philip O'Toole 70ea78fd6c More Queued Writes instrumentation 2 years ago
Philip O'Toole 8fd877b1d6
Fix typo in expvar variable name 2 years ago
Philip O'Toole 0702e39ace Add ResetStats 2 years ago
Philip O'Toole 0b8fde1dfb Log node address 2 years ago