1
0
Fork 0

130 Commits (master)

Author SHA1 Message Date
Grigorii Safronov cab3542cbd Изменил(а) на 'cmd/rqlite/history/paths.go' 5 months ago
Grigorii Safronov df43e76ffb Удалить 'cmd/rqlite/README.md' 5 months ago
Grigorii Safronov 55eff18db8 Изменил(а) на 'cmd/rqlite/main.go' 5 months ago
Grigorii Safronov 94bb13ae88 Изменил(а) на 'cmd/rqlite/main.go' 7 months ago
Philip O'Toole a9c9a08b6a Don't stomp on outer error 8 months ago
Philip O'Toole 21761011d4 Fix rqlite shell help output
It was not displaying the `.timer` option.
8 months ago
Philip O'Toole 585feb473f rqlite CLI backs up and dumps using streaming 9 months ago
Philip O'Toole 701567e765 CHANGELOG 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole f41fb5de9e Node client comms only 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
Philip O'Toole 25403472ab Use standard library to join host and port
This way we get network addresses that are compatible with IPv6 hosts.
9 months ago
Philip O'Toole d5d2c35262 Factor out status/ check 9 months ago
Philip O'Toole bac6b2e8d0 Use SQLite-like help style in rqlite shell 9 months ago
Philip O'Toole df26bcbfc0
Update main.go 9 months ago
Philip O'Toole 1b61a7e64a
Alphabetical CLI help 9 months ago
Philip O'Toole 7fe9bf83b7
Nicer CLI messages 9 months ago
Philip O'Toole 73d757313e History writer may be nil
If UserHomeDir() doesn't have a value, this can happen. Fixes
https://github.com/rqlite/rqlite/issues/1486. May also be caused by
failure to open the history file. In any event, this is not something
that should block the CLI from working.
9 months ago
Philip O'Toole d73edb12cf Add .boot suport to CLI 9 months ago
Philip O'Toole 3143c88743 Small improvements to CLI 9 months ago
Philip O'Toole 6290ad801b Minor CLI improvements 9 months ago
Philip O'Toole e83a93a9cf Remove use of deprecated library 10 months ago
Philip O'Toole 9de0fc55a6 Revert "Merge pull request #1423 from rqlite/remove-next-protos"
This reverts commit 1b932d48ab, reversing
changes made to 60faad15e7.
10 months ago
Philip O'Toole b08cec64a1 Move NextProtos to server TLS config only 10 months ago
Philip O'Toole 9469cc8c30 Fix comment 10 months ago
Philip O'Toole 1558811fec Disable NextProtos again 10 months ago
Philip O'Toole 5397f8dc04 Disable NextProtos for CLI tool
CLI refuses to connect otherwise. Right now I just want to add basic
mTLS support, so not digging into it.
10 months ago
Philip O'Toole 4475684271 Remove unneeded code 10 months ago
Philip O'Toole 5e2221609a Remove deprecated ioutil 10 months ago
Philip O'Toole 06c0b32108 Add mTLS support to rqlite CLI 10 months ago
JT Archie 6503ffac89 provide a timeout on http client
When using the `rqlite` CLI, I was unable to determine an issue of connection.
It turns out that the arugments I had provided were not working.
The issue did not present itself till I added a timeout to the HTTP client.
12 months ago
Philip O'Toole 3592bae314 Add /readyz to sysdump 1 year ago
Philip O'Toole b03a5ffc96 .sysdump retrieves info from all nodes 1 year ago
Philip O'Toole 4bb806c8c0
Merge pull request #1198 from rqlite/otoolep-patch-3
Update execute.go
1 year ago
Philip O'Toole 5fd3edfa90 ABL 1 year ago
Philip O'Toole d948512cc8
Update execute.go 1 year ago
Philip O'Toole 34161e01e2
Update query.go 1 year ago
Philip O'Toole eebdd4e788
ABL - thanks GPT-4 1 year ago
Philip O'Toole 9e4971bef4 Better error message for "connection refused" 2 years ago
Philip O'Toole 73a6f09a1d
Filter, then dedupe 2 years ago
Philip O'Toole 8acc0d8ff7
Delete history file if RQLITE_HISTFILESIZE is zero (#1146)
Delete history file if RQLITE_HISTFILESIZE is zero

Fixes https://github.com/rqlite/rqlite/issues/1145.
2 years ago
Philip O'Toole 4d5174a0c3 Unit test history size 2 years ago
Philip O'Toole 33d754a2bc Go docs 2 years ago
Philip O'Toole 5e6f46ca99 Integrate history 2 years ago
Philip O'Toole 4951f08209 Windows and !Windows file code 2 years ago
Philip O'Toole 8f9919bbd9 More unit testing 2 years ago
Philip O'Toole 0de3a1cc24 More dedupe unit tests 2 years ago
Philip O'Toole ddb43b82e5 Create new submodule history
Dedupe unit test passes.
2 years ago
Philip O'Toole fab780a4d5 Handle cntrl-d gracefully 2 years ago
Philip O'Toole 8cf6b92ece Fix syntax error 2 years ago