1
0
Fork 0

250 Commits (master)

Author SHA1 Message Date
Philip O'Toole 86750b9fe1 Formatting 7 months ago
Philip O'Toole 74d71cd95b CHANGELOG 7 months ago
Philip O'Toole 5afab6a485 CHANGELOG 8 months ago
Mauri de Souza Meneguzzo 993e91eb12 code review fixes 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 ec465030a8 Remove debug print statement 8 months ago
Philip O'Toole 77ce0867bb Allow HTTP client to control number of retries 8 months ago
Philip O'Toole cf08a3c289
Update client.go 8 months ago
Philip O'Toole f580d4c781 Count Client retries at operation level 8 months ago
Philip O'Toole cf23612147 ABL 9 months ago
Philip O'Toole 6f7546ac51 Disable multistream! 9 months ago
Philip O'Toole f300afde46 Service closes backup connection
From my understanding of the connection and gzip, this should not be
necessary, but without it I get a timeout on the client side.
9 months ago
Philip O'Toole cd0b46d5ef Test needs compressed data 9 months ago
Philip O'Toole a0eea27778 Close streaming connection to avoid timeout
Do not yet know why.
9 months ago
Philip O'Toole 761cff14be Stream backup from remote node 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 e8570d7a97 One last issue around v8 import
Auto-generated file is not referencing v8
9 months ago
Philip O'Toole 5c5b226303 Working 9 months ago
Philip O'Toole 81fda2aa26 Don't hardcode suffrage when joining 9 months ago
Philip O'Toole b782cfe4ac Unit test booting with a non-voter 9 months ago
Philip O'Toole b7892539ac E2E testing of DNS clustering with non-voters 9 months ago
Philip O'Toole 49cfc09d07 Tighthen up code 9 months ago
Philip O'Toole c8edfa93dc Use new types with Joiner 9 months ago
Philip O'Toole 27710bab7e Bootstapper explicitly supports Voting nodes 9 months ago
Philip O'Toole 65ab53f23f Refactor some code out of main 9 months ago
Philip O'Toole 3f658a7cd8 Cluster service just needs a net.Listener 9 months ago
Philip O'Toole a7423b1b8f Cluster Transport doesn't need Dialer 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole 866e28f4ea Fix tests 9 months ago
Philip O'Toole 58d6f1a260 More client-only use for ServerName 9 months ago
Philip O'Toole f41fb5de9e Node client comms only 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
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.
9 months ago
Philip O'Toole d45e1b0e6e Set credentials on Remover 10 months ago
Philip O'Toole 421521b314 Correct auth check 10 months ago
Philip O'Toole 173120194e Actually enable auth for Notify 10 months ago
Philip O'Toole 097382001d Join and Notify set credentials 10 months ago
Philip O'Toole 58405f3c7c Auth testing of Join and Notify 10 months ago
Philip O'Toole 66434caeb9 Add Join Perms back 10 months ago
Philip O'Toole ac09b026e1 Avoid data race during testing 10 months ago
Philip O'Toole e6fb72c5b3 Differentiate between "not leader" and "no leader"
Needed to handle redirected join properly
10 months ago
Philip O'Toole 12c20a99c5 Move system testing to Raft Join and Notify 10 months ago
Philip O'Toole 84c284c2eb Joining now redirects to leader if necessary 10 months ago
Philip O'Toole 2b8a9713c8 Bootstrapper migrated to Raft requests 10 months ago
Philip O'Toole a96a5fa571 Joiner unit tests 10 months ago
Philip O'Toole 672adab487 Pass cluster client to joiner 10 months ago
Philip O'Toole 92dd85240c Test node-join on the cluster service 10 months ago