1
0
Fork 0

5007 Commits (dcc23a79689ab1094a1a270af4c605e7630582d1)
 

Author SHA1 Message Date
Philip O'Toole 7e1f75a252
Merge pull request #1432 from rqlite/d-d-log
Don't log too much
10 months ago
Philip O'Toole d53a34f765 Don't log too much 10 months ago
Philip O'Toole d62de1ed66
Merge pull request #1431 from rqlite/join-as-again
Add Join Perms back
10 months ago
Philip O'Toole 87ccc1f21a End-to-end testing of auth join 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 ba98e88a7b
Update store.go 10 months ago
Philip O'Toole 58405f3c7c Auth testing of Join and Notify 10 months ago
Philip O'Toole 011546b4f2 CHANGELOG 10 months ago
Philip O'Toole 66434caeb9 Add Join Perms back 10 months ago
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