1
0
Fork 0

5878 Commits (226f8cb215687f60ccd72876146a646a93b1c162)
 

Author SHA1 Message Date
Philip O'Toole 226f8cb215 Minor improvements to random module 8 months ago
Philip O'Toole 0e509f8192 Remove noisy log message 8 months ago
Philip O'Toole bac017d8fd
Update CHANGELOG.md 8 months ago
Philip O'Toole b8c5921255
Merge pull request #1663 from rqlite/defer-wal-close-only
Use defer only to make sure WAL file is closed
8 months ago
Philip O'Toole e0a9dfd16c Use defer only to make sure WAL file is closed 8 months ago
Philip O'Toole 71dbd1f3ee
Update CHANGELOG.md 8 months ago
Philip O'Toole 4ee7f15b0d
Merge pull request #1661 from rqlite/jitter-wal-check-interval
Jitter the WAL size check interval
8 months ago
Philip O'Toole b4215a17ea Unit test Jitter 8 months ago
Philip O'Toole 33f5b55794
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1659
8 months ago
Philip O'Toole d4fe0dbcef Run the same tool as before 8 months ago
Philip O'Toole 03147fdd54
Merge pull request #1659 from mauri870/feature/go-generate-protoc
proto: generate proto files with go generate
8 months ago
Philip O'Toole 25cd227332
Merge pull request #1660 from rqlite/sqlite-3451
Upgrade to SQLite 3.45.1
8 months ago
Philip O'Toole a7ee875cda Upgrade to SQLite 3.45.1 8 months ago
Philip O'Toole 37346fba1d
Merge pull request #1656 from rqlite/wal-compact-stats
Add low-level WAL scan and compaction metrics
8 months ago
Mauri de Souza Meneguzzo 76be2eb977 proto: generate proto files with go generate
During codebase changes, I had to modify proto files. Noticed a lack
of instructions for compiling them.

This commit adds support for running `go generate ./...` to generate the
pb.go files.
8 months ago
Philip O'Toole bd2065187d Better set place for stat 8 months ago
Philip O'Toole 2cd930d5c7 Add low-level WAL scan and compaction metrics 8 months ago
Philip O'Toole 434e46def7
Merge pull request #1654 from rqlite/memoize-sqlite-compile
Memoize SQLite compilation options
8 months ago
Philip O'Toole 874b8bffda CHANGELOG 8 months ago
Philip O'Toole 0e4533f1bf
Update CHANGELOG.md 8 months ago
Philip O'Toole 7b26c94fc4
Merge pull request #1653 from mauri870/hotfix/busy-timeout-rodb
fix busy_timeout stat for read-only db
8 months ago
Mauri de Souza Meneguzzo 10120da22d use random numbers for rw, ro 8 months ago
Mauri de Souza Meneguzzo 5ea8233424 update test to handle ro timeout 8 months ago
Mauri de Souza Meneguzzo 1c3268be78 fix missing busy_timeout stat from read-only db 8 months ago
Philip O'Toole 97f8303e15
Merge pull request #1652 from rqlite/otoolep-remove-debug-prints
Remove debug prints
8 months ago
Philip O'Toole 5751f1ffef
Update compacting_scanner.go 8 months ago
Philip O'Toole fabd16703f
Merge pull request #1649 from rqlite/otoolep-request-leader-check-none
Add Leader check to /db/request when using NONE
8 months ago
Philip O'Toole ec214380ee
Update store_test.go 8 months ago
Philip O'Toole b21f185204
Check request results 8 months ago
Philip O'Toole 9634851049
Merge pull request #1651 from rqlite/otoolep-failing-r-test
Merge failing unit test to fixed code
8 months ago
Philip O'Toole 388b1f8f11
Just check for errors 8 months ago
Philip O'Toole 23ce0583a7
Add failing unit test 8 months ago
Philip O'Toole 4083b3c75d
Update CHANGELOG.md 8 months ago
Philip O'Toole 007f07c09e
Add Leader check to /db/request with NONE 8 months ago
Philip O'Toole 84bc4c9e6f
Merge pull request #1647 from rqlite/more-checkpoint-test-coverage
Increase CHECKPOINT test coverage
8 months ago
Philip O'Toole 379cb4575e Comments 8 months ago
Philip O'Toole 202d502b08 CHANGELOG 8 months ago
Philip O'Toole d02599d9e0 Merge branch 'master' of github.com:rqlite/rqlite into more-checkpoint-test-coverage 8 months ago
Philip O'Toole b1e978b42a
Merge pull request #1646 from rqlite/better-busy-timeout-diag
Expose BUSY TIMEOUT on /status
8 months ago
Philip O'Toole 1c83e5b83b Increase CHECKPOINT test coverage 8 months ago
Philip O'Toole 97317105a5 Fix e2e test 8 months ago
Philip O'Toole 953735675e CHANGELOG 8 months ago
Philip O'Toole c5876e6629 Better BUSY CHECKPOINT diagnostics and controls 8 months ago
Philip O'Toole cf594a29b7
Update CHANGELOG.md 8 months ago
Philip O'Toole abdce55ed4
Merge pull request #1644 from rqlite/nuke-snap-memcpy
Remove an unnecessary memcpy during Snapshotting
8 months ago
Philip O'Toole b1f5ca2102 Fix comment 8 months ago
Philip O'Toole c5d549ae56 Don't close the Scanner until Bytes is done 8 months ago
Philip O'Toole 3f15a89a1d Integrate Scanner Bytes 8 months ago
Philip O'Toole b84a9e228c Add Bytes() to Compacting Scanner 8 months ago
Philip O'Toole 39fdd65a03
Update README.md 8 months ago