WIP: General federation improvements #925

Draft
nex wants to merge 5 commits from nex/fed-improvements into main
Owner

This PR is going to contain several fixes related to federation, including resolution, sending, and backoff.

Likely won't be ready for a while, people wanting to give this a spin are encourage to run this branch (nex/fed-improvements) instead of main.

This PR is going to contain several fixes related to federation, including resolution, sending, and backoff. Likely won't be ready for a while, people wanting to give this a spin are encourage to run this branch (`nex/fed-improvements`) instead of main.
fix(fed): Alter log levels to be less noisy
All checks were successful
Release Docker Image / define-variables (push) Successful in 3s
Checks / Prefligit / prefligit (push) Successful in 15s
Checks / Rust / Format (push) Successful in 48s
Checks / Rust / Clippy (push) Successful in 4m29s
Checks / Rust / Cargo Test (push) Successful in 5m28s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 17m35s
Documentation / Build and Deploy Documentation (pull_request) Successful in 38s
Checks / Prefligit / prefligit (pull_request) Successful in 20s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 19m39s
Release Docker Image / merge (push) Successful in 30s
255aa44ecc
Author
Owner

Worth noting that this does make the info log level significantly noisier on its own - it might be worth adding a logging guide so that people can tune their logs to their liking. I don't want to make logs like these debug-build-exclusive because constantly telling people to get a debug build to troubleshoot basic federation issues is incredibly frustrating. We can cope with noisier logs.

Worth noting that this does make the `info` log level significantly noisier on its own - it might be worth adding a logging guide so that people can tune their logs to their liking. I don't want to make logs like these debug-build-exclusive because constantly telling people to get a debug build to troubleshoot basic federation issues is incredibly frustrating. We can cope with noisier logs.
feat(fed): Something about nicer fed errors
Some checks failed
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prefligit / prefligit (push) Successful in 26s
Checks / Rust / Format (push) Successful in 47s
Checks / Prefligit / prefligit (pull_request) Successful in 14s
Documentation / Build and Deploy Documentation (pull_request) Successful in 48s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Failing after 1m54s
Checks / Rust / Clippy (push) Failing after 10m38s
Checks / Rust / Cargo Test (push) Successful in 12m2s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 14m18s
Release Docker Image / merge (push) Has been skipped
4085a90c1f
Aranje needs his crypto keys
feat(fed): Handle EDUs before PDUs
Some checks failed
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prefligit / prefligit (push) Failing after 9s
Checks / Rust / Format (push) Successful in 38s
Checks / Prefligit / prefligit (pull_request) Failing after 10s
Documentation / Build and Deploy Documentation (pull_request) Successful in 39s
Checks / Rust / Clippy (push) Failing after 3m44s
Checks / Rust / Cargo Test (push) Successful in 4m38s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 12m58s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 15m23s
Release Docker Image / merge (push) Successful in 31s
7d9ec7a0e5
Aranje needs his crypto keys
Some checks failed
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prefligit / prefligit (push) Failing after 9s
Required
Details
Checks / Rust / Format (push) Successful in 38s
Required
Details
Checks / Prefligit / prefligit (pull_request) Failing after 10s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 39s
Checks / Rust / Clippy (push) Failing after 3m44s
Required
Details
Checks / Rust / Cargo Test (push) Successful in 4m38s
Required
Details
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 12m58s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 15m23s
Release Docker Image / merge (push) Successful in 31s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nex/fed-improvements:nex/fed-improvements
git switch nex/fed-improvements
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#925
No description provided.