aboutsummaryrefslogtreecommitdiff
path: root/test/web/federator_test.exs
AgeCommit message (Collapse)Author
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-04-22Federator: Return proper values for jobslain
2020-04-10User: Move inbox & shared_inbox to own fieldsHaelwenn (lanodan) Monnier
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-18Improved in-test config management functions.Ivan Tashkinov
2020-03-03Update CopyrightsMark Felder
2019-10-20Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs
2019-10-18config: disable Websub and Salmon publisher modulesAriadne Conill
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-08-31[#1149] Addressed code review comments (code style, jobs pruning etc.).Ivan Tashkinov
2019-08-22[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs
2019-08-19added test helpers to clear config after testsMaksim
2019-08-13[#1149] Added more oban workers. Refactoring.Ivan Tashkinov
2019-08-10[#1149] Fixed failing tests. Ensured Instance.set_unreachable/2 supports ISO ↵Ivan Tashkinov
8601 datetime.
2019-08-09Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
2019-08-09[#1149] Oban jobs implementation for :federator_incoming and ↵Ivan Tashkinov
:federator_outgoing queues.
2019-08-03Handle MRF rejections of incoming AP activitiesSergey Suprunenko
2019-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
2019-07-23tests for Pleroma.Web.ActivityPub.PublisherMaksim
2019-07-09Testing: Don't federate in testing.lain
2019-05-12tests: chase federator publish_single_foo removalsWilliam Pitcock
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-18Merge branch 'feature/jobs' into 'develop'kaniini
Job Queue See merge request pleroma/pleroma!732
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-06fix testsEgor Kislitsyn
2019-02-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex
2019-02-03[#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ↵Ivan Tashkinov
is not specified. Added tests.
2019-02-03[#582] Optimized federation retirement by reducing the number of SQL callsIvan Tashkinov
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`).
2019-01-28add a job queueEgor Kislitsyn
2019-01-28[#534] Various tweaks. Tests for Instances and Instance.Ivan Tashkinov
2019-01-25[#534] Federation reachability filtering tests.Ivan Tashkinov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-04all tests passedMaksim Pechnikov
2018-11-17tests: federator: fix formattingWilliam Pitcock
2018-11-17test: add sanity tests for federator handling of AP docsWilliam Pitcock
2018-11-06Small wrapper module around Application.get_env/put_envhref
Same API as the old Pleroma.Config
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
2018-11-01Test Relay, switch to runtime configuration.lain
2017-12-05Add basic queue prioritization.Lain Iwakura