1
0
Fork 0

13 Commits (master)

Author SHA1 Message Date
Philip O'Toole 38532efb8c Add optional freshness_strict 7 months ago
Philip O'Toole 3c3ba7b839 Support stale reads relative to Leader time 7 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 8 months ago
Mauri de Souza Meneguzzo a9ed45b68d add support for sql query timeout 8 months ago
Philip O'Toole d4fe0dbcef Run the same tool as before 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 9c2e730995 Support compressed backups at Store level 9 months ago
Philip O'Toole dbff51d1f4 Generated files
protoc --go_out=. --go_opt=paths=source_relative command.proto
protoc -I $GOPATH/src/github.com/rqlite/rqlite/ --proto_path
$GOPATH/src/github.com/rqlite/rqlite/cluster/proto --go_out=.
--go_opt=paths=source_relative message.proto
9 months ago
Philip O'Toole ec5781be3b Remove generated Go files (for now) 9 months ago
Philip O'Toole 2f3b6fffae No apparent "problems" 9 months ago
Philip O'Toole e52a2d4bd1 More working 9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago