]> Untitled Git - lemmy.git/commit
Federation tests replication round1 - demonstrate absent replication of comment delet...
authorRocketDerp <113625597+RocketDerp@users.noreply.github.com>
Thu, 27 Jul 2023 10:17:40 +0000 (03:17 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 10:17:40 +0000 (06:17 -0400)
commit21a87ebaf2e5c038594eb70ef58bd51826259529
tree8cb703451e813123d5af3bf4a71947780b57e94f
parent2d7b416652c7f5afe72cfcf9c0fdc082d53e922e
Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657)

* more robust test of unlike a comment, confirm replication to instance downstream from community home

* more robust 'delete a comment' test, confirm replication

* Far more robust "Report a comment" test. Many comments about situation, this is currently failing because gamma does not get the report

* typo and actually have Gamma comment check use gamma, not alpha

* prepare-drone-federation-test.sh has some more echo output and note about the LEMMY_DATABASE_URL format (#3651)

* Add http cache for webfingers (#3317)

* Add http cache for webfingers

* Remove the outgoing cache middleware & adjust the cache headers directive

* Use 1h & 3day cache header

* Update routes and adjust the cache headers location

* revert apub caching

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
* Rewrite activity lists to fix delete federation (fixes #3625)

* Revert "typo and actually have Gamma comment check use gamma, not alpha"

This reverts commit 7dfb6ee0f4885da3a2d10316422f5b510772806c.

* Revert "Far more robust "Report a comment" test. Many comments about situation, this is currently failing because gamma does not get the report"

This reverts commit 7bd3b20ae08a64324029491ddb3ce4295ba16787.

* prettier TypeScript

* revised comments, as ResolveObject isn't using routine replication

* fmt

* fix api tests

* remove comment

---------

Co-authored-by: cetra3 <cetra3@hotmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Cargo.lock
api_tests/src/comment.spec.ts
crates/apub/src/activities/community/announce.rs
crates/apub/src/activity_lists.rs
crates/apub/src/http/person.rs