1
0
Fork 0

5178 Commits (d03a1edf0c13a559d041996d04458cfd8715fda9)
 

Author SHA1 Message Date
Philip O'Toole 41fb5d5a1a Remove blank line 10 months ago
Philip O'Toole 2341a77a0c Allocate addresses which have never been allocated
Previously there was a very small chance that random_addr() would return
an address that had just been handed out previously. This would cause
random test failures.

See https://app.circleci.com/pipelines/github/rqlite/rqlite/3463/workflows/24f6f66c-5ac3-463d-8233-6c01b6d23a25/jobs/23213
10 months ago
Philip O'Toole deef17fbc1
Update CHANGELOG.md 10 months ago
Philip O'Toole aec917f927
Update CHANGELOG.md 10 months ago
Philip O'Toole e2c2a3f0d2
Don't wait for leader
Killing the leader, when the only other node is a read-only node, will not result in a new leader.
10 months ago
Philip O'Toole ea80fa29cf
Use APIProtoAddr 10 months ago
Philip O'Toole ce2d2ef520 Remove unused function 10 months ago
Philip O'Toole 2f1ddc8236 Use same Raft port with DNS provider
This is what the docs have always said DNS disco does.
10 months ago
Philip O'Toole 01b9355caa Disco should return Raft address 10 months ago
Philip O'Toole 129827d092 Reenable a test 10 months ago
Philip O'Toole c47f364369 More e2e join address fixes 10 months ago
Philip O'Toole ac09b026e1 Avoid data race during testing 10 months ago
Philip O'Toole 246556be9c More use of TLS client 10 months ago
Philip O'Toole c52d94e26e Allow test nodes to enable TLS client 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 2da8a76060 Comment out auth join test for now 10 months ago
Philip O'Toole 0692e138ad Update E2E for Raft port join 10 months ago
Philip O'Toole 84c284c2eb Joining now redirects to leader if necessary 10 months ago
Philip O'Toole ec789840c0 Start moving e2e tests to Raft joins 10 months ago
Philip O'Toole 0d959f174e Fix system-level testing of Bootstrapping 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 002973f787 Merge remote-tracking branch 'origin' into join-raft-port-only 10 months ago
Philip O'Toole 9de0fc55a6 Revert "Merge pull request #1423 from rqlite/remove-next-protos"
This reverts commit 1b932d48ab, reversing
changes made to 60faad15e7.
10 months ago
Philip O'Toole 1b932d48ab
Merge pull request #1423 from rqlite/remove-next-protos
Move NextProtos to server TLS config only
10 months ago
Philip O'Toole b08cec64a1 Move NextProtos to server TLS config only 10 months ago
Philip O'Toole 60faad15e7
Merge pull request #1422 from rqlite/cli-mtls
Add mTLS support to rqlite CLI
10 months ago
Philip O'Toole 9469cc8c30 Fix comment 10 months ago
Philip O'Toole 1558811fec Disable NextProtos again 10 months ago
Philip O'Toole 5397f8dc04 Disable NextProtos for CLI tool
CLI refuses to connect otherwise. Right now I just want to add basic
mTLS support, so not digging into it.
10 months ago
Philip O'Toole 448f9530d7 Correct mTLS log message 10 months ago
Philip O'Toole 4475684271 Remove unneeded code 10 months ago
Philip O'Toole 5e2221609a Remove deprecated ioutil 10 months ago
Philip O'Toole 66eb2c0e56 CHANGELOG 10 months ago
Philip O'Toole 06c0b32108 Add mTLS support to rqlite CLI 10 months ago
Philip O'Toole 672adab487 Pass cluster client to joiner 10 months ago
Philip O'Toole 312d27778b Remove obsolete Join and Notify HTTP unit tests 10 months ago
Philip O'Toole e0825239a2 Merge remote-tracking branch 'origin' into join-raft-port-only 10 months ago
Philip O'Toole 363c5f3c74
Merge pull request #1419 from rqlite/cors-tweaks
Some small changes related to new CORS support
10 months ago
Philip O'Toole cfd3a7f6a7 Some small changes related to new CORS support 10 months ago
Philip O'Toole a3eb9be311
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1418
10 months ago
Philip O'Toole 3937ba0ff1
Merge pull request #1418 from goki/allow
Support accessing rqlite in browsers by setting appropriate Access-Control-Allow headers and handling OPTIONS requests
10 months ago
Philip O'Toole 92dd85240c Test node-join on the cluster service 10 months ago
Philip O'Toole f7ab671b15 Unit test Join on the cluster client 10 months ago
Kai O'Reilly f1d8fe6770 support accessing rqlite in browsers by setting appropriate Access-Control-Allow headers and handling OPTIONS requests 10 months ago
Philip O'Toole e650fab8ec
Merge pull request #1417 from arturhoo/fix-linux-release-instructions
release: add missing dash in linux quickstart instructions
11 months ago
Artur Rodrigues 3bbda22904
release: add missing dash in linux quickstart instructions 11 months ago
Philip O'Toole 1270df670f More removal 11 months ago
Philip O'Toole a46011c9e9 More code removal 11 months ago