1
0
Fork 0

5886 Commits (233e7585809e13b1defc5453a5289fd5e5a2aa65)
 

Author SHA1 Message Date
Philip O'Toole 054b3b3741
Update CHANGELOG.md 9 months ago
Philip O'Toole 386c580f3a
Merge pull request #1498 from rqlite/otoolep-patch-1
Alphabetical CLI help
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 24e5e2d994
Update CHANGELOG.md 9 months ago
Philip O'Toole d6d135e622
Merge pull request #1497 from rqlite/no-reopen-to-remove-wal
Don't re-open and close database on shutdown
9 months ago
Philip O'Toole 54a2487807 Don't test WAL removal
Look, it could always happen if the node is crashed hard. A WAL file
could be left around at anytime, just accept it and don't bother with
the cleanup.
9 months ago
Philip O'Toole fc7b9901f6 Add DB-level unit test of WAL removal on close 9 months ago
Philip O'Toole d03a1edf0c CHANGELOG 9 months ago
Philip O'Toole 91182d186b Fix tests 9 months ago
Philip O'Toole 6232801114 Commit missing code 9 months ago
Philip O'Toole 5f9c9aad2d Don't re-open and close on shutdown 9 months ago
Philip O'Toole 4697bdc560
Update CHANGELOG.md 9 months ago
Philip O'Toole 98aad1747f
Update CHANGELOG.md 9 months ago
Philip O'Toole c541b1d4d2
Update CHANGELOG.md 9 months ago
Philip O'Toole 06af70ebea
Update CHANGELOG.md 9 months ago
Philip O'Toole 1666102b6c
Update CHANGELOG.md
https://github.com/rqlite/rqlite/issues/1488
9 months ago
Philip O'Toole 406ac94f3f
Update CHANGELOG.md 9 months ago
Philip O'Toole 175a06a947
Update CHANGELOG.md 9 months ago
Philip O'Toole 4787d21cb5
Update CHANGELOG.md 9 months ago
Philip O'Toole 215e43c91f
Update CHANGELOG.md 9 months ago
Philip O'Toole d36c9a65f8
Merge pull request #1494 from rqlite/check-fsm-restore-data
Confirm restored data looks like a SQLite file
9 months ago
Philip O'Toole 5f3e854c4a Remove some blank lines 9 months ago
Philip O'Toole 364128c9b0 Tighter code 9 months ago
Philip O'Toole 1c3a7bab70 CHANGELOG 9 months ago
Philip O'Toole 10129ed312 Confirm restored data looks like a SQLite file 9 months ago
Philip O'Toole a56de46de9
Merge pull request #1493 from rqlite/shutdown-service-first
Shutdown the HTTP service first during testing
9 months ago
Philip O'Toole 78cd3b6088 Shutdown the HTTP first during testing
The HTTP service depends on the Store, not the other way around. This
should address https://app.circleci.com/pipelines/github/rqlite/rqlite/3793/workflows/f87affa5-3671-498a-afba-f0ef104a9a0c/jobs/28530
9 months ago
Philip O'Toole a1fdc0aa20
Update README.md 9 months ago
Philip O'Toole b767dc296a
Merge pull request #1492 from rqlite/remove-bcrypt-support
Remove faulty bcrypt support
9 months ago
Philip O'Toole 1fe6d3e9ec Update unit tests 9 months ago
Philip O'Toole e06e7bea00 Neater logic 9 months ago
Philip O'Toole 5116b2f599 CHANGELOG 9 months ago
Philip O'Toole d5efd31fad Remove faulty bcrypt support
See https://github.com/rqlite/rqlite/issues/1488
9 months ago
Philip O'Toole 0e5f47198d
Update CHANGELOG.md 9 months ago
Philip O'Toole 40008001c3
Merge pull request #1490 from rqlite/nil-history-writer
Guard against nil History
9 months ago
Philip O'Toole 74a821b0e3 8.11.1 not released yet 9 months ago
Philip O'Toole ec6419928b Fix CHANGELOG 9 months ago
Philip O'Toole d28fb74151 CHANEGLOG 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 aad2042be1
Merge pull request #1489 from rqlite/cli-add-boot
Add .boot suport to CLI
9 months ago
Philip O'Toole b62c2e023a Correct PR number in CHANGELOG 9 months ago
Philip O'Toole d73edb12cf Add .boot suport to CLI 9 months ago
Philip O'Toole ae194837c2
Merge pull request #1487 from rqlite/cli-minor
Small improvements to CLI
9 months ago
Philip O'Toole 9c3f941b6e CHANGELOG 9 months ago
Philip O'Toole 3143c88743 Small improvements to CLI 9 months ago
Philip O'Toole 83686e414e
Update CHANGELOG.md 9 months ago
Philip O'Toole 130996defc
Merge pull request #1485 from rqlite/boot-load
Add boot loading
9 months ago
Philip O'Toole c4e09c1f47 Noop earlier - make sure it's successful 9 months ago
Philip O'Toole e48031b6f5 Small tweaks 9 months ago