$INSTANCE$host$ replacement #62
Annotations
10 errors and 12 warnings
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L209
test publish_one/1 calls `Instances.set_unreachable` on target inbox on non-2xx HTTP response code (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L244
test publish_one/1 does NOT call `Instances.set_unreachable` if target is reachable (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L171
test publish_one/1 calls `Instances.set_reachable` on successful federation if `unreachable_since` is set (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L139
test publish_one/1 publish to url with with different ports (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L224
test publish_one/1 it calls `Instances.set_unreachable` on target inbox on request error of any kind (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L259
test publish_one/1 does NOT call `Instances.set_unreachable` if target instance has non-nil `unreachable_since` (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/activity_pub/publisher_test.exs#L190
test publish_one/1 does NOT call `Instances.set_reachable` on successful federation if `unreachable_since` is nil (Pleroma.Web.ActivityPub.PublisherTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/mastodon_api/views/notification_view_test.exs#L153
test Move notification (Pleroma.Web.MastodonAPI.NotificationViewTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/web/common_api_test.exs#L1492
test follow/2 creates a pending request for locked, non-followback local user (Pleroma.Web.CommonAPITest)
|
Test on OTP 26.2.5 / Elixir 1.15.8:
test/pleroma/notification_test.exs#L1098
test notification lifecycle move activity generates a notification (Pleroma.NotificationTest)
|
Test on OTP 26.2.5 / Elixir 1.15.8
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test on OTP 26.2.5 / Elixir 1.15.8:
_build/test/lib/pleroma/priv/repo/migrations/20191029172832_fix_blocked_follows.exs#L107
missing `:on` in join, defaulting to `on: true`.
|
Test on OTP 26.2.5 / Elixir 1.15.8:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test on OTP 26.2.5 / Elixir 1.15.8
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|