1
0
Fork 0

4867 Commits (ccbe548f7a25eea8a80a68109d418795969af164)
 

Author SHA1 Message Date
Philip O'Toole c8c8617e3f
More HTTP-layer instrumentation 1 year ago
Philip O'Toole 61b3bbe5a4
Merge pull request #1263 from rqlite/otoolep-http-execute-stmts-rx
Count number of received Execute statements by HTTP layer
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 f1cee7a6af
Update CHANGELOG.md 1 year ago
Philip O'Toole 3095395d0d
Merge pull request #1261 from rqlite/fix-empty-rows
Fix missing Associative empty rows
1 year ago
Philip O'Toole 4175f3b168 Fix tests 1 year ago
Philip O'Toole bc0f766423 Rows in AssociativeRows should always be present 1 year ago
Philip O'Toole ee01569f53 Request Freshness testing 1 year ago
Philip O'Toole 2186fa0c66 Merge branch 'master' of github.com:rqlite/rqlite 1 year ago
Philip O'Toole c40303b6ae Fix test error message 1 year ago
Philip O'Toole 634b5ab4b3
Update CHANGELOG.md 1 year ago
Philip O'Toole fcd5be7116
Merge pull request #1260 from rqlite/simplify-json-eqr
Add nil rows to Associative Results for Unified Endpoint
1 year ago
Philip O'Toole 5ff28d354f Set Error on correct field 1 year ago
Philip O'Toole df7acbb9d1 CHANGELOG 1 year ago
Philip O'Toole ddea64ebe0 Fix Store tests 1 year ago
Philip O'Toole f53cb833bb EQ results in assoc mode will include nil rows 1 year ago
Philip O'Toole f5d8df9e2e Create top-level error in ExecuteQueryResponse 1 year ago
Philip O'Toole e4ea40701e Fix comment 1 year ago
Philip O'Toole 9341980c47 Simplify JSON encoding 1 year ago
Philip O'Toole 05b8d675e0
Update CHANGELOG.md 1 year ago
Philip O'Toole e5b9a3d5be
Merge pull request #1258 from rqlite/unified-stale-read-check
Add stale-read check to Store.Request()
1 year ago
Philip O'Toole 18b76ebd4f
go fmt 1 year ago
Philip O'Toole 2f8d4e95e0
Update store.go 1 year ago
Philip O'Toole cce81d2714
Update CHANGELOG.md 1 year ago
Philip O'Toole e128333573
Merge pull request #1256 from rqlite/unified-endpoint
Support unified endpoint
1 year ago
Philip O'Toole 9924fe75f5 Some small improvements 1 year ago
Philip O'Toole 3058d3e9fc Fix transaction handling in db.Request() 1 year ago
Philip O'Toole 2f87a0c117 Add Request associative test 1 year ago
Philip O'Toole 19c5a720d8 Final system-level multi-node forwarding tests 1 year ago
Philip O'Toole b284b04f85 System-level multi-node request tests 1 year ago
Philip O'Toole a7efd9721c Add simple end-to-end test of unified endpoint 1 year ago
Philip O'Toole 6869d49983 Add system-level Request tests 1 year ago
Philip O'Toole eea101a1d5 Fix duplicate import 1 year ago
Philip O'Toole c995986630 Add parameter tests 1 year ago
Philip O'Toole 061ba8eed5 Add Request Tx unit test 1 year ago
Philip O'Toole 21157eb887 CHANGELOG 1 year ago
Philip O'Toole 46befb8dad Add some end-to-end Python code 1 year ago
Philip O'Toole 2261cb30c9 First unit test of Store.Request() 1 year ago
Philip O'Toole f7cdbdea68 Handle Command_COMMAND_TYPE_EXECUTE_QUERY in Store
Works! Store.Request() needs unit testing however.
1 year ago
Philip O'Toole 01031ba0af Add support to cluster client for ExecuteQuery
Compiles, but not tested.
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 3f3bc589f6 Add Associative support 1 year ago
Philip O'Toole 59786e818b Initial unit tests for db.Requests()
Seems to work well.
1 year ago
Philip O'Toole cade066346 Support JSON marshal of ExecuteQueryResponse 1 year ago
Philip O'Toole 4cbb541e9b DB Request code-complete except for transactions 1 year ago