1
0
Fork 0

4841 Commits (3fe6e3f1226a89475fe5dec9ae7350f72dbc474b)
 

Author SHA1 Message Date
Philip O'Toole 3fe6e3f122
Merge pull request #1430 from rqlite/join-preflight
Check that Join addresses are not serving HTTP
10 months ago
Philip O'Toole 25ace4b651 Close test port 10 months ago
Philip O'Toole a7cbc922a8 CHANGELOG 10 months ago
Philip O'Toole 6c5bdf9f25 Remove obsolete comment 10 months ago
Philip O'Toole 313487c2bc Check that any supplied Join addresses are valid 10 months ago
Philip O'Toole 667ca69640 Code to check for HTTP(S) servers 10 months ago
Philip O'Toole 7374a69020
Merge pull request #1428 from rqlite/stringless-dump-compare
Test Dump by reloading it into new database
10 months ago
Philip O'Toole a210a00cd1 Close right DB 10 months ago
Philip O'Toole cd3dbe94fe Test Dump by reloading it into new database
String compare may be brittle. See: https://ci.appveyor.com/project/otoolep/rqlite/builds/48587534
10 months ago
Philip O'Toole 3aa45c8f53 Minor clean-ups 10 months ago
Philip O'Toole e23698d553
Merge pull request #1427 from rqlite/sqlite-3.44.0
Upgrade to SQLite 3.44.0
10 months ago
Philip O'Toole 3ddd86e97e
Merge pull request #1426 from rqlite/gomod-20231122
go mod updates
10 months ago
Philip O'Toole 9fd714b628 CHANGELOG 10 months ago
Philip O'Toole cc96554d1f Upgrade to SQLite 3.44.0 10 months ago
Philip O'Toole 95df1d5690 CHANGELOG 10 months ago
Philip O'Toole a9e8823ce6 go mod updates 10 months ago
Philip O'Toole 9b53a9d903
Merge pull request #1420 from rqlite/join-raft-port-only
Join clusters by contacting the Raft port
10 months ago
Philip O'Toole 70d5e6de34 Check join and notify addresses are resolvable 10 months ago
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