1
0
Fork 0

5609 Commits (68521d34a23fbe0971bfa3df4d426a0f5abe1946)
 

Author SHA1 Message Date
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.
10 months ago
Philip O'Toole a0ee2e58fb
Update CHANGELOG.md 10 months ago
Philip O'Toole 945e76ba7d
Update CHANGELOG.md 10 months ago
Philip O'Toole 63008a151e
Update CHANGELOG.md 10 months ago
Philip O'Toole e3be94e3b2
Merge pull request #1482 from rqlite/ignore-bad-load
Don't load invalid database
10 months ago
Philip O'Toole 7fba2ace8a CHANGELOG 10 months ago
Philip O'Toole 1e34b89cd9 Don't load invalid database 10 months ago
Philip O'Toole ce2ee54e4e
Update CHANGELOG.md 10 months ago
Philip O'Toole 781a8a569b
Merge pull request #1481 from rqlite/legacy-load
Revert to simpler one-shot load for SQLite files
10 months ago
Philip O'Toole c81c3d1e52 Remove unused function 10 months ago
Philip O'Toole 72db972965 Fix more HTTP tests 10 months ago
Philip O'Toole 6339ece258 Fix HTTP test 10 months ago
Philip O'Toole 3cc47bceee Revert to simpler one-shot load for SQLite files 10 months ago
Philip O'Toole 10d3ea3fd9
Update CHANGELOG.md 10 months ago
Philip O'Toole 942428b5d5
Merge pull request #1480 from rqlite/tl-1
Don't completely truncate the log
10 months ago
Philip O'Toole cc4addf7e0 Noop() returns ApplyFuture 10 months ago
Philip O'Toole 70b9bdbf84 Merge remote-tracking branch 'origin' into tl-1 10 months ago
Philip O'Toole e436453e5e
Merge pull request #1479 from rqlite/cci-0.0.4
Enable latest CCI image
10 months ago
Philip O'Toole 99733f9dd8 CHANGELOG 10 months ago
Philip O'Toole 7032ac7319 Don't truncate to 0 trailing entries
The Raft code seems to be have an unsigned int overflow problem when
this happens.
10 months ago
Philip O'Toole b8a37dcdb7 Enable latest CCI image 10 months ago
Philip O'Toole 4892e6c08e Upgrade CircleCI image 10 months ago
Philip O'Toole 7300753947
Merge pull request #1478 from rqlite/upgrade-go
Upgrade Go in go.mod
10 months ago
Philip O'Toole 07ccd3903d go get updates 10 months ago
Philip O'Toole 61dfbc8f20 Merge remote-tracking branch 'origin' into upgrade-go 10 months ago
Philip O'Toole ed61871b59 Correct CircleCI command 10 months ago
Philip O'Toole 3df892698f Log version during CircleCI testing 10 months ago
Philip O'Toole 4853a7b0c9 CHANGELOG 10 months ago
Philip O'Toole c0042dbf01 Upgrade Go in go.mod 10 months ago
Philip O'Toole 7df7889087
Merge pull request #1475 from rqlite/cli-imp
Minor CLI improvements
10 months ago
Philip O'Toole b4893ab487 CHANGELOG 10 months ago
Philip O'Toole 6290ad801b Minor CLI improvements 10 months ago
Philip O'Toole 8d35c252f2
Update CHANGELOG.md 10 months ago
Philip O'Toole b7a1bb7d73
Update CHANGELOG.md 10 months ago
Philip O'Toole 3cf1db3afe
Update CHANGELOG.md 10 months ago
Philip O'Toole 9b5edca9d2
Update CHANGELOG.md 10 months ago
Philip O'Toole 8b37da73f5
Update CHANGELOG.md
https://github.com/rqlite/rqlite/issues/1474
10 months ago
Philip O'Toole 69cc1c504b
Correct CHANGELOG 10 months ago
Philip O'Toole dfbf13064e
Merge pull request #1473 from rqlite/gomod-20231211
'go mod' updates
10 months ago
Philip O'Toole f393db3744 CHANGELOG 10 months ago
Philip O'Toole a93b7d9c5d go get -u ./... 10 months ago
Philip O'Toole 2c27a62346
Update README.md 10 months ago
Philip O'Toole 46c6396807
Merge pull request #1472 from rqlite/qp-tests
Add some basic Query Params unit tests
10 months ago
Philip O'Toole ba76ccdb0f Remove superfluous blank lines 10 months ago
Philip O'Toole 61ac58abdc CHANGELOG 10 months ago
Philip O'Toole 7e4d0af6b7 Add some basic Query Params unit tests 10 months ago
Philip O'Toole e83ab5e255
Merge pull request #1471 from rqlite/refactor-query-params
Refactor query parameters into own code
10 months ago
Philip O'Toole 299819ee72 Query parameters are case-sensitive 10 months ago
Philip O'Toole 0df55b6d2f Fix all HTTP tests 10 months ago
Philip O'Toole 61fb89d418 More refactoring 10 months ago