1
0
Fork 0

5207 Commits (d5d2c35262ff794eb684ef346df236a6936ad83a)
 

Author SHA1 Message Date
Philip O'Toole d5d2c35262 Factor out status/ check 9 months ago
Philip O'Toole 475d854ed7
Merge pull request #1503 from rqlite/rqlite-style-cli
Use SQLite-like help style in rqlite shell
9 months ago
Philip O'Toole 94198f0475 Fix CHANGELOG 9 months ago
Philip O'Toole 2b74d8c332 CHANGELOG 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 e9ebf7c6a1
Merge pull request #1502 from rqlite/use-same-fs
Create temp SQLite files in same location as db
9 months ago
Philip O'Toole 9b193f2f4c More coverage cleanup 9 months ago
Philip O'Toole f254ff06a2 CHANGELOG 9 months ago
Philip O'Toole 2e81a92e3a Fix defer ordering 9 months ago
Philip O'Toole dd1f511f0a Add unit test for cleanup 9 months ago
Philip O'Toole 5942e986a8 Simplify and correct DB path logic 9 months ago
Philip O'Toole f6b0be13ed Create temp SQLite files in same location as db 9 months ago
Philip O'Toole b3bf7dbc8f
Update CHANGELOG.md 9 months ago
Philip O'Toole a0670438d4
Merge pull request #1501 from rqlite/upgrade-disco-clients
Upgrade rqlite disco client
9 months ago
Philip O'Toole 208d6618a0 CHANGELOG 9 months ago
Philip O'Toole 6f1c746fbf CHANGELOG 9 months ago
Philip O'Toole f662ad97c4 Upgrade rqlite disco client 9 months ago
Philip O'Toole 3363becadc
Update CHANGELOG.md 9 months ago
Philip O'Toole dd8184f2f2
Merge pull request #1499 from rqlite/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
9 months ago
dependabot[bot] 00883b9e4a
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
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