lemmy/server/migrations
nutomic d4dccd17ae implement ActivitySender actor (#89)
Merge pull request 'Adding unique ap_ids. Fixes #1100' (#90) from unique_ap_ids into activity-sender

Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/90

Adding back in on_conflict.

Trying to add back in the on_conflict_do_nothing.

Trying to reduce delay time.

Removing createFakes.

Removing some unit tests.

Adding comment jest timeout.

Fixing tests again.

Fixing tests again.

Merge branch 'activity-sender' into unique_ap_ids_2

Replace actix client with reqwest to speed up federation tests

Trying to fix tests again.

Fixing unit tests.

Fixing some broken unit tests, not done yet.

Adding uniques.

Adding unique ap_ids. Fixes #1100

use proper sql functionality for upsert

added logging

in fetcher, replace post/comment::create with upsert

no need to do an actual update in post/comment::upsert

Merge branch 'main' into activity-sender

implement upsert for user/community

reuse http client

got it working

attempt to use background-jobs crate

rewrite with proper error handling and less boilerplate

remove do_send, dont return errors from activity_sender

WIP: implement ActivitySender actor

Co-authored-by: dessalines <dessalines@noreply.yerbamate.dev>
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/89
2020-08-31 13:48:02 +00:00
..
00000000000000_diesel_initial_setup Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00
2019-02-26-002946_create_user Before big moderation merge 2019-04-16 16:04:23 -07:00
2019-02-27-170003_create_community Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
2019-03-03-163336_create_post Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
2019-03-05-233828_create_comment Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
2019-03-30-212058_create_post_view Community moderation fixes. 2019-04-21 13:52:55 -07:00
2019-04-03-155205_create_community_view Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
2019-04-03-155309_create_comment_view Mostly working, before merge 2019-04-20 11:17:00 -07:00
2019-04-07-003142_create_moderation_logs Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
2019-04-08-015947_create_user_view Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
2019-04-11-144915_create_mod_views Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
2019-04-29-175834_add_delete_columns Adding proper deletes for Post, Community, and Comments. 2019-04-29 12:14:54 -07:00
2019-05-02-051656_community_view_hot_rank Reworking some UI. Adding proper trending communities with hot rank. 2019-05-01 22:26:31 -07:00
2019-06-01-222649_remove_admin Removing the placeholder admin user. 2019-06-01 15:32:06 -07:00
2019-08-11-000918_add_nsfw_columns Squashed commit of the following: 2019-08-13 19:52:43 -07:00
2019-08-29-040006_add_community_count Showing community count on main sidebar 2019-08-28 21:28:06 -07:00
2019-09-05-230317_add_mod_ban_views Adding ability to do mod action on post creator 2019-09-05 17:18:48 -07:00
2019-09-09-042010_add_stickied_posts Adding stickied posts. 2019-09-08 23:14:13 -07:00
2019-10-15-181630_add_themes Adding 8 different themes. 2019-10-15 12:21:27 -07:00
2019-10-19-052737_create_user_mention Adding username mentions / tagging from comments. 2019-10-19 17:46:29 -07:00
2019-10-21-011237_add_default_sorts Adding default sort / filter into user settings. 2019-10-20 21:21:54 -07:00
2019-10-24-002614_create_password_reset_request Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
2019-12-09-060754_add_lang Adding custom language setting. 2019-12-09 00:24:53 -08:00
2019-12-11-181820_add_site_fields Adding some site oriented settings. 2019-12-11 12:21:47 -08:00
2019-12-29-164820_add_avatar Adding user avatars / icons. Requires pictshare. 2019-12-29 15:39:48 -05:00
2020-01-01-200418_add_email_to_user_view Adding change password and email address from user settings. 2020-01-01 15:46:14 -05:00
2020-01-02-172755_add_show_avatar_and_email_notifications_to_user Adding show_avatar user setting, and option to send notifications to inbox. 2020-01-02 16:55:54 -05:00
2020-01-11-012452_add_indexes Back to just indexes. 2020-01-11 17:30:44 -05:00
2020-01-13-025151_create_materialized_views A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
2020-01-21-001001_create_private_message Adding private messaging, and matrix user ids. 2020-01-22 16:38:16 -05:00
2020-01-29-011901_create_reply_materialized_view Adding a materialized view for reply_view. Fixes #466 2020-01-28 23:53:19 -05:00
2020-01-29-030825_create_user_mention_materialized_view Adding a materialized view for reply_view. Fixes #466 2020-01-28 23:53:19 -05:00
2020-02-02-004806_add_case_insensitive_usernames Adding username and email case insensitivity uniqueness. Fixes #341 2020-02-01 20:11:12 -05:00
2020-02-06-165953_change_post_title_length Increasing post title length limit to 200. Fixes #515 2020-02-06 13:10:43 -05:00
2020-02-07-210055_add_comment_subscribed Add new comments views to main and community pages. Fixes #480 2020-02-07 23:05:15 -05:00
2020-02-08-145624_add_post_newest_activity_time Change post sorting hot rank to use newest comment time. Fixes #517 2020-02-08 11:16:58 -05:00
2020-03-06-202329_add_post_iframely_data Iframely and pictshare backend mostly done. 2020-03-07 18:31:13 -05:00
2020-03-26-192410_add_activitypub_tables Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-03-194936_add_activitypub_for_posts_and_comments Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-07-135912_add_user_community_apub_constraints Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-14-163701_update_views_for_activitypub Updating views to add apub actor_id and local columns. 2020-04-14 15:12:19 -04:00
2020-04-21-123957_remove_unique_user_constraints Change local unique username constraints. 2020-04-21 09:21:29 -04:00
2020-05-05-210233_add_activitypub_for_private_messages Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-06-30-135809_remove_mat_views Create new migration to add creator_published field to the post_view and comment_view 2020-07-09 17:19:30 +02:00
2020-07-08-202609_add_creator_published Create new migration to add creator_published field to the post_view and comment_view 2020-07-09 17:19:30 +02:00
2020-07-12-100442_add_post_title_to_comments_view Migration fix 2020-07-12 20:27:21 +02:00
2020-07-18-234519_add_unique_community_user_actor_ids Moving dupe checking to before new actor_id generation. 2020-07-19 13:32:50 -04:00
2020-08-03-000110_add_preferred_usernames_banners_and_icons Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
2020-08-06-205355_update_community_post_count Community post count fix (#1062) 2020-08-09 14:50:27 -04:00
2020-08-25-132005_add_unique_ap_ids implement ActivitySender actor (#89) 2020-08-31 13:48:02 +00:00
.gitkeep Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00