1
0
Fork 0

5153 Commits (d5efd31fadf6d33884f601e0843deee009e0eb26)
 

Author SHA1 Message Date
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
Philip O'Toole ff7a6bc872 Warn for 1GB SQLite files (and larger) 9 months ago
Philip O'Toole bf1b6ea5de Open a non-existent database file should work 9 months ago
Philip O'Toole 4988c29951 Log at DB level if open times are higher 9 months ago
Philip O'Toole 4a53b7295f Remove invalid concurrent tests 9 months ago
Philip O'Toole f2a15293ac Neater code 9 months ago
Philip O'Toole 0e743fcee3 Check at HTTP layer for DELETE mode 9 months ago
Philip O'Toole e7ab1389c9 Periodically log boot progres 9 months ago
Philip O'Toole ad97bd74f8 Add end-to-end Boot test 9 months ago
Philip O'Toole b70212cffc System-level testing of Booting 9 months ago
Philip O'Toole 140f106acc Add ReadFrom to Store 9 months ago
Philip O'Toole 6163987b9d CHANGELOG 9 months ago
Philip O'Toole 78566ea45e Add handler for /boot 9 months ago
Philip O'Toole 2ff62dfaac
Update README.md 9 months ago
Philip O'Toole a401a7a591
Update README.md 9 months ago
Philip O'Toole 2c66658073
Update README.md 9 months ago
Philip O'Toole 5417333773
Update README.md 9 months ago
Philip O'Toole cc69741a3e
Update release_creator.py 9 months ago
Philip O'Toole 6f965e4e90
Update README.md 9 months ago
Philip O'Toole 0d8d52e7d4
Update README.md 9 months ago
Philip O'Toole dcb6823084
Update README.md 9 months ago
Philip O'Toole a37d9772d1
Update README.md 9 months ago
Philip O'Toole c7473b7a76
Update README.md 9 months ago
Philip O'Toole 832cfdd0e2
Merge pull request #1484 from rqlite/remove-chunked-loading
Remove ability to trigger chunked-loading
9 months ago
Philip O'Toole b25483a5d4 Better helper function 9 months ago
Philip O'Toole 13da479048 Add end-to-end test of dealing with chunked loads
This test is to ensure that if an older system with this type of
commands present in the log can be handled OK.
9 months ago
Philip O'Toole a56f2aca6f CHANGELOG 9 months ago
Philip O'Toole 1432d4d4bd Fix tests 9 months ago
Philip O'Toole e6b703a0c0 Remove ability to trigger chunked-loading
The low-level Raft system still recognizes the Chunk command, so that
this system can interop with older versions, which might still have a
Chunk command in logs.
9 months ago
Philip O'Toole a0ee2e58fb
Update CHANGELOG.md 9 months ago
Philip O'Toole 945e76ba7d
Update CHANGELOG.md 9 months ago
Philip O'Toole 63008a151e
Update CHANGELOG.md 9 months ago
Philip O'Toole e3be94e3b2
Merge pull request #1482 from rqlite/ignore-bad-load
Don't load invalid database
9 months ago
Philip O'Toole 7fba2ace8a CHANGELOG 9 months ago