You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src/source
phiresky 375d9a2a3c
Persistent, performant, reliable federation queue (#3605)
* persistent activity queue

* fixes

* fixes

* make federation workers function callable from outside

* log federation instances

* dead instance detection not needed here

* taplo fmt

* split federate bin/lib

* minor fix

* better logging

* log

* create struct to hold cancellable task for readability

* use boxfuture for readability

* reset submodule

* fix

* fix lint

* swap

* remove json column, use separate array columns instead

* some review comments

* make worker a struct for readability

* minor readability

* add local filter to community follower view

* remove separate lemmy_federate entry point

* fix remaining duration

* address review comments mostly

* fix lint

* upgrade actitypub-fed to simpler interface

* fix sql format

* increase delays a bit

* fixes after merge

* remove selectable

* fix instance selectable

* add comment

* start federation based on latest id at the time

* rename federate process args

* dead instances in one query

* filter follow+report activities by local

* remove synchronous federation

remove activity sender queue

* lint

* fix federation tests by waiting for results to change

* fix fed test

* fix comment report

* wait some more

* Apply suggestions from code review

Co-authored-by: SorteKanin <sortekanin@gmail.com>

* fix most remaining tests

* wait until private messages

* fix community tests

* fix community tests

* move arg parse

* use instance_id instead of domain in federation_queue_state table

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: SorteKanin <sortekanin@gmail.com>
9 months ago
..
activity.rs Persistent, performant, reliable federation queue (#3605) 9 months ago
actor_language.rs Group imports dess (#2526) 2 years ago
captcha_answer.rs Fix time zone handling (#3496) 9 months ago
comment.rs Fix time zone handling (#3496) 9 months ago
comment_reply.rs Fix time zone handling (#3496) 9 months ago
comment_report.rs Fix time zone handling (#3496) 9 months ago
community.rs Add ts(skip) attributes to fix js client code generation (#3952) 9 months ago
community_block.rs Fix time zone handling (#3496) 9 months ago
custom_emoji.rs Fix time zone handling (#3496) 9 months ago
custom_emoji_keyword.rs Adding comments to all API related types. Fixes #2846 (#2848) 1 year ago
email_verification.rs Fix time zone handling (#3496) 9 months ago
federation_allowlist.rs Fix time zone handling (#3496) 9 months ago
federation_blocklist.rs Fix time zone handling (#3496) 9 months ago
image_upload.rs Add logging for pictrs uploads (#3927) 9 months ago
instance.rs Persistent, performant, reliable federation queue (#3605) 9 months ago
language.rs Adding comments to all API related types. Fixes #2846 (#2848) 1 year ago
local_site.rs Fix time zone handling (#3496) 9 months ago
local_site_rate_limit.rs Fix time zone handling (#3496) 9 months ago
local_user.rs Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
local_user_language.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
mod.rs Add logging for pictrs uploads (#3927) 9 months ago
moderator.rs Fix time zone handling (#3496) 9 months ago
password_reset_request.rs Fix time zone handling (#3496) 9 months ago
person.rs Add ts(skip) attributes to fix js client code generation (#3952) 9 months ago
person_block.rs Fix time zone handling (#3496) 9 months ago
person_mention.rs Fix time zone handling (#3496) 9 months ago
post.rs Fix time zone handling (#3496) 9 months ago
post_report.rs Fix time zone handling (#3496) 9 months ago
private_message.rs Fix time zone handling (#3496) 9 months ago
private_message_report.rs Fix time zone handling (#3496) 9 months ago
registration_application.rs Fix time zone handling (#3496) 9 months ago
secret.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
site.rs Fix time zone handling (#3496) 9 months ago
tagline.rs Fix time zone handling (#3496) 9 months ago