1
0
Fork 0

1878 Commits (2108a5ab0ca6cd7dea218bbe76a38317da5cf087)
 

Author SHA1 Message Date
Philip O'Toole e4456cdeca
Update CLI.md 4 years ago
Philip O'Toole e6c36fbd46
Update DATA_API.md (#677)
Better parameterized example
4 years ago
Philip O'Toole ad4a96005b
Update DATA_API.md 4 years ago
Philip O'Toole c638d55da8
Merge pull request #676 from rqlite/derace_snap_test
Test snapshotting in a simpler manner
4 years ago
Philip O'Toole d8ab494e92 Test snapshotting in a simpler manner
The previous way is to racy.
4 years ago
Philip O'Toole 6fd57dd0a1
5.5.0 is going out 4 years ago
Philip O'Toole 306f2a99f4
Update BULK.md 4 years ago
Philip O'Toole 646717f37b
Add parameterized statement details 4 years ago
Philip O'Toole 29dd274766
Merge pull request #673 from rqlite/support_param_queries
Support parameterized queries
4 years ago
Philip O'Toole cf7a9e41e4 Add parameterized query testing to end-to-end 4 years ago
Philip O'Toole f961bb4e44 Fix typos and comments 4 years ago
Philip O'Toole 1480d8898f Handle Raft commands missing Parameterized values
This allows this code to run with Raft logs from previous versions.
4 years ago
Philip O'Toole 42083aa36d Include comment re load API 4 years ago
Philip O'Toole 142180bbe6 Fix load API
It uses plain text, not JSON.
4 years ago
Philip O'Toole cf469ff750 Merge branch 'master' into support_param_queries 4 years ago
Philip O'Toole 335f3ed2db
Merge pull request #674 from rqlite/fix_cluster_snap_tests
Derace Multi-node snapshot test
4 years ago
Philip O'Toole 74cfa96c62 Derace Multi-node snapshot test 4 years ago
Philip O'Toole 39a5500ad1 Update CHANGELOG 4 years ago
Philip O'Toole 1981770b71 Add SQL injection demonstration tests 4 years ago
Philip O'Toole ac862e4091 Add system test for parameterized statements
Fix some bugs along the way too.
4 years ago
Philip O'Toole 6e6f12fdd6 HTTP API now supports multi-format
If now supports an array of strings, as before, and also supports arrays
of arrays, where each inner array contains a statement, and parameters
for binding to that statement.
4 years ago
Philip O'Toole 69cc93646d More support for empty parsing 4 years ago
Philip O'Toole c9940ca9cf Add Parser for multi-format HTTP requests 4 years ago
Philip O'Toole 212d4e5c86 Store and Raft layer support parameterized queires 4 years ago
Philip O'Toole 69ab554b58 Unit test parameterized statements 4 years ago
Philip O'Toole d840adc2a9 Convert Store to use new DB Statements 4 years ago
Philip O'Toole 1075315a11 DB Query now accepts complex Statements 4 years ago
Philip O'Toole db992d1dce DB Execute now accepts complex Statements 4 years ago
Philip O'Toole eb67a6d7dc
Update CHANGELOG.md 4 years ago
Philip O'Toole 4923ab5bb2
Merge pull request #672 from rqlite/fix_http_redirect
Fix and Test LeaderAPIAddr and LeaderAPIProto
4 years ago
Philip O'Toole bbc8681b4d Fix variable naming 4 years ago
Philip O'Toole 231b99b1a0 Test protocol during redirect testing 4 years ago
Philip O'Toole b8ecc1b18e go fmt 4 years ago
Philip O'Toole 0d85f00b63 Test LeaderAPIAddr and LeaderAPIProto
To do this these functions needed to be made public.
4 years ago
Philip O'Toole 23b6c877de
Update CHANGELOG.md 4 years ago
Philip O'Toole b401efeb96
5.4.1 is going out 4 years ago
Philip O'Toole d446233b3e
Update CHANGELOG.md 4 years ago
Philip O'Toole 19f69393b6
Merge pull request #671 from rqlite/fix_https_redirect
Set Location for HTTP redirect properly for secure nodes
4 years ago
Philip O'Toole 30e0780b88 Add a little more testing 4 years ago
Philip O'Toole 031fcbbde1 Correct comment 4 years ago
Philip O'Toole d7c24bcfed
Update CHANGELOG.md 4 years ago
Philip O'Toole fbdbee3e25 Include API proto in node meta 4 years ago
Philip O'Toole c6419cc62e Check local HTTPS cert to enable HTTPS redirect
This assumes that if this node is using HTTPS, then all other nodes are.
This is required as per the documentation.
4 years ago
Philip O'Toole 284a2ad2fb
Merge pull request #670 from rqlite/enc_utils
Add utilities for testing encrypted nodes
4 years ago
Philip O'Toole c9de4c2941 Test node supports enabling HTTPS 4 years ago
Philip O'Toole c4e127c467 Refactor tests to use common node start code 4 years ago
Philip O'Toole ef6b81d832 Function for bringing up encryted test node 4 years ago
Philip O'Toole 406dbbbf4b Support directory path for temp test x509 files 4 years ago
Philip O'Toole d9227fd5c5
Fix typo 4 years ago
Philip O'Toole 36ec60c550
Update README.md 4 years ago