1
0
Fork 0

2663 Commits (e505fbc1820c795dd5a0a4df0d5fe96f7ba3d724)
 

Author SHA1 Message Date
Philip O'Toole d0dc33d6fc
Update CHANGELOG.md 3 years ago
Philip O'Toole cf3d27fd89
Merge pull request #892 from rqlite/more-snapshot-metrics
More Snapshot metrics
3 years ago
Philip O'Toole 5dd4aeed1e More Snapshot metrics 3 years ago
Philip O'Toole 1dcc2a43ff
Merge pull request #891 from rqlite/no-pool-stutter
Conn, not PoolConn
3 years ago
Philip O'Toole 955f2302c4 Conn, not PoolConn
It's already in the pool package.
3 years ago
Philip O'Toole 38eef8ee82
Merge pull request #890 from rqlite/more-abl
ABL
3 years ago
Philip O'Toole dd71c07c73 ABL 3 years ago
Philip O'Toole be1468d3cd
Merge pull request #889 from rqlite/os-stats
Add OS state to status/ output
3 years ago
Philip O'Toole 69586d7d35 Update CHANGELOG 3 years ago
Philip O'Toole 50e468afe7 Merge branch 'master' of github.com:rqlite/rqlite into os-stats 3 years ago
Philip O'Toole 3cbda2c452
Merge pull request #888 from rqlite/boltdb-stats
Add BoltDB stats
3 years ago
Philip O'Toole 4e065872a1 Add OS state to status/ output 3 years ago
Philip O'Toole bc82595964 Update dependencies 3 years ago
Philip O'Toole 8685835901 Update CHANGELOG 3 years ago
Philip O'Toole e031a6e89c Merge branch 'master' of github.com:rqlite/rqlite into boltdb-stats 3 years ago
Philip O'Toole 5153b8ad9e go mod tidy 3 years ago
Philip O'Toole 0e34dc49ca Add BoltDB stats 3 years ago
Philip O'Toole 197da98aa8
Update FAQ.md
[ci skip]
3 years ago
Philip O'Toole cef11e9b61
Update FAQ.md 3 years ago
Philip O'Toole 6a461f13a3
Update CHANGELOG.md 3 years ago
Philip O'Toole e664dc8cff
Merge pull request #887 from rqlite/mod-tidy
go mod tidy
3 years ago
Philip O'Toole 698aad9d4f go mod tidy 3 years ago
Philip O'Toole 47f924deb1
Update go.mod 3 years ago
Philip O'Toole add544a2a8
Update README.md 3 years ago
Philip O'Toole e289ca0bd6
Update CONTRIBUTING.md 3 years ago
Philip O'Toole c60718798e
Merge pull request #886 from rqlite/snapshot-comment
Update Snapshot comment
3 years ago
Philip O'Toole d6be09ba65
Update Snapshot comment 3 years ago
Philip O'Toole 6f6a8b4459
Update CLI.md 3 years ago
Philip O'Toole 8b26783f11
Merge pull request #885 from rqlite/better-e2e-http
Better HTTP logging during end-to-end tests
3 years ago
Philip O'Toole 4eb743b259 Revert one unneeded change 3 years ago
Philip O'Toole 15265136d5 Fix racy WaitGroup usage during tests 3 years ago
Philip O'Toole fd6c850ff3 Update CHANGELOG 3 years ago
Philip O'Toole 875c09d9ca More improved responses on HTTP 500 3 years ago
Philip O'Toole 0e50ab255d Better HTTP logging during end-to-end tests 3 years ago
Philip O'Toole 6056723139
Update CHANGELOG.md 3 years ago
Philip O'Toole 45762ff2be
Merge pull request #884 from rqlite/serialize-on-disk-directly
Serialize on-disk databases by simply reading SQLite file
3 years ago
Philip O'Toole d73d7fb37d Update CHANGELOG 3 years ago
Philip O'Toole 5d48a18950 Check if slice is empty in addition to being nil 3 years ago
Philip O'Toole bb002bb81b Block query transactions during serialize 3 years ago
Philip O'Toole 2bf7638a8d Fix debug code in test 3 years ago
Philip O'Toole 01895e501f Serialize on-disk databases by simply reading file
This is safe according to https://sqlite.org/howtocorrupt.html and
avoids any sqlite3_serialize() limitations.
3 years ago
Philip O'Toole 8cf193bfc2
Merge pull request #883 from rqlite/missing-http-returns
Add missing returns after HTTP errors
3 years ago
Philip O'Toole c00d5cad26 Update CHANGELOG 3 years ago
Philip O'Toole a74c182425 Add missing returns after HTTP errors 3 years ago
Philip O'Toole fb392e34c6
Update CHANGELOG.md 3 years ago
Philip O'Toole 6f789b0e3d
Merge pull request #882 from rqlite/on-disk-fixes
On disk fixes
3 years ago
Philip O'Toole 7bdfac7073 Update CHANGELOG 3 years ago
Philip O'Toole a6da8d474f Ensure (any) directory for on-disk-path exists 3 years ago
Philip O'Toole 1f33dbb2cb Fix up Store-open logging 3 years ago
Philip O'Toole 1ea29e108a Exit if on-disk-path is set, but on-disk is not 3 years ago