lemmy/api_tests/src
İsmail Karslı 8670403a67
Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166)
* Add upload timeout to PictrsConfig

* Bad space 🤔

* Update PictrsConfig upload timeout to include units.

* Add local_subscribers field to CommunityAggregates
struct and schema

* sql format

* local_subscribers test

* fix local_subscribers test

* Revert "fix local_subscribers test"

This reverts commit 4bbac5ce4a.

* Revert "local_subscribers test"

This reverts commit 735107e1f7.

* Create trigger for local_subscribers

* Rename variable

* re-trigger ci

* re-trigger ci

* Add local_subscribers count to follow.spec.ts

* Rename local_subscribers to subscribers_local

* Add subscribers_local to community_aggregates

* added subscribers_local to the aggregate tests

* Check if person exists on community_follower trigger

* Delete community follows before deleting person

* Update lemmy-js-client in api_tests

* Refactor local_subscriber migration

* fix format

* Move migration files date to now

* Fix test to wait for aggregates to federate

* re-trigger ci

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2024-01-24 10:22:05 -05:00
..
comment.spec.ts Adding a retry on a few fetches. (#4267) 2023-12-14 16:26:42 +01:00
community.spec.ts Fix fetching of community posts (fixes #4283) (#4293) 2024-01-04 11:42:18 -05:00
follow.spec.ts Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166) 2024-01-24 10:22:05 -05:00
image.spec.ts Dont use test.png image for api tests (#4254) 2023-12-12 10:58:22 -05:00
post.spec.ts Count chars, not bytes for max title length (fixes #4366) (#4367) 2024-01-15 09:33:39 -05:00
private_message.spec.ts Fixing private message reports. (#4279) 2023-12-18 10:25:05 +01:00
shared.ts Count chars, not bytes for max title length (fixes #4366) (#4367) 2024-01-15 09:33:39 -05:00
user.spec.ts Revert "Dont ignore errors during login (fixes #4319) (#4321)" (#4380) 2024-01-19 11:21:43 -05:00