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/impls
Nutomic af034f3b5e
Unit tests and cleanup for outgoing federation code (#4733)
* test setup

* code cleanup

* cleanup

* move stats to own file

* basic test working

* cleanup

* processes test

* more test cases

* fmt

* add file

* add assert

* error handling

* fmt

* use instance id instead of domain for stats channel
6 days ago
..
activity.rs Move SQL triggers from migrations into reusable sql file (#4333) 2 months ago
actor_language.rs Optimize actor_language.rs (#4612) 1 month ago
captcha_answer.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago
comment.rs Optimize stuff in attempt to fix high amount of locks, and fix comment_aggregates.child_count (#4696) 3 weeks ago
comment_reply.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2 weeks ago
comment_report.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
community.rs Configure max comment width in clippy (#4738) 1 week ago
community_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
custom_emoji.rs Make functions work with both connection and pool (#3420) 11 months ago
email_verification.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
federation_allowlist.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago
federation_blocklist.rs Make functions work with both connection and pool (#3420) 11 months ago
federation_queue_state.rs add federation queue state to get_federated_instances api (#4104) 7 months ago
images.rs Creating a LocalImageView, so that front ends have the Person struct. (#4631) 2 months ago
instance.rs Unit tests and cleanup for outgoing federation code (#4733) 6 days ago
instance_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
language.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
local_site.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
local_site_rate_limit.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
local_site_url_blocklist.rs Add a blocklist for URLs. (#4515) 3 months ago
local_user.rs Allow importing partial backup (fixes #4672) (#4705) 3 weeks ago
local_user_vote_display_mode.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
login_token.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
mod.rs Add a blocklist for URLs. (#4515) 3 months ago
moderator.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
password_reset_request.rs Dont allow reusing password reset token, use normal rate limit (#4719) 2 weeks ago
person.rs Configure max comment width in clippy (#4738) 1 week ago
person_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
person_mention.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2 weeks ago
post.rs Fix communities with broken outboxes, and use PostView. Fixes #4658 (#4668) 1 month ago
post_report.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago
private_message.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
private_message_report.rs chore: fix some comments (#4637) 2 months ago
registration_application.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
secret.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
site.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
tagline.rs Make functions work with both connection and pool (#3420) 11 months ago