1
0
Fork 0

1855 Commits (59360b4792dea76a968dbbf2d806d72619d734c6)
 

Author SHA1 Message Date
Philip O'Toole 9ba6a71789 End-to-end test mixed queries 4 years ago
Philip O'Toole 8c2ecb046d Prepare some unit test for mixed params 4 years ago
Philip O'Toole 332fb2b31f
Update DATA_API.md 4 years ago
Philip O'Toole 50c8975a25
Merge pull request #685 from rqlite/end-to-end-on-disk
Add on-disk end-to-end test
4 years ago
Philip O'Toole 0b14265d5f
Add on-disk end-to-end test 4 years ago
Philip O'Toole 8a4a5c4901
Improve comments re opening of Store 4 years ago
Philip O'Toole 399e5f346f
Merge pull request #683 from rqlite/fix_auth_status
Restore request should re-read file every attempt
4 years ago
Philip O'Toole 0974f34f74
Update CHANGELOG.md 4 years ago
Philip O'Toole d47c290cda Restore request should re-read file every attempt
It can now handle HTTP 301 redirects properly.
4 years ago
Philip O'Toole 75151ac5d0
Update CHANGELOG.md 4 years ago
Philip O'Toole da8836c1e2
Merge pull request #682 from rqlite/fix_backup_redirect
Explicitly handle "no leader" during backup
4 years ago
Philip O'Toole 9e1cb231b5 Unit test /backup returns redirect 4 years ago
Philip O'Toole d473e64246 Unit test backup/ endpoint 4 years ago
Philip O'Toole 76358485a7 Explicitly handle "no leader" during backup 4 years ago
Philip O'Toole 2ba418fa5f
Update CHANGELOG.md 4 years ago
Philip O'Toole 9fd092a0ec
Merge pull request #681 from rqlite/fix_restore_perm
Set BasicAuth when needed during restore
4 years ago
Philip O'Toole 9482741afa Set BasicAuth when needed during restore 4 years ago
Philip O'Toole 89274c9d44
Update CHANGELOG.md 4 years ago
Philip O'Toole a14ed92ae0
Merge pull request #680 from rqlite/fix_status_perm
Add missing calls to set BasicAuth
4 years ago
Philip O'Toole 0f3010f15c Add missing calls to set BasicAuth 4 years ago
Philip O'Toole 8d517d5d34
Merge pull request #679 from rqlite/upgrade_deps
Upgrade dependencies
4 years ago
Philip O'Toole 83f5dedd08 Upgrade golang.org/x/crypto 4 years ago
Philip O'Toole 244bc9da3c Upgrade SQLite layer 4 years ago
Philip O'Toole ee9f929735 ABL 4 years ago
Philip O'Toole c25f03ee2d
Update FAQ.md 4 years ago
Philip O'Toole a10efee358
Update README.md 4 years ago
Philip O'Toole 0ad40ce60a
Update README.md 4 years ago
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