mastodon/spec/services/activitypub
Claire 150f0fcba5
Some checks failed
Bundler Audit / security (push) Waiting to run
Check i18n / check-i18n (push) Waiting to run
Chromatic / Run Chromatic (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
Haml Linting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
CSS Linting / lint (push) Has been cancelled
Add support for numeric-based URIs for local accounts (#32724)
2025-09-29 12:05:48 +00:00
..
fetch_all_replies_service_spec.rb Refactor ActivityPub::FetchRepliesService and ActivityPub::FetchAllRepliesService (#34149) 2025-03-12 11:52:38 +00:00
fetch_featured_collection_service_spec.rb Fix handling of inlined featured collections in ActivityPub actor objects (#34789) 2025-05-23 15:01:07 +00:00
fetch_featured_tags_collection_service_spec.rb Remove unneeded type: :service from spec/services files (#29304) 2024-03-13 08:39:26 +00:00
fetch_remote_account_service_spec.rb Update rubocop-rspec to version 3.6.0 (#34497) 2025-04-24 14:56:13 +00:00
fetch_remote_actor_service_spec.rb Update rubocop-rspec to version 3.6.0 (#34497) 2025-04-24 14:56:13 +00:00
fetch_remote_key_service_spec.rb Select correct self link when parsing Webfinger response (#31110) 2024-07-23 14:42:31 +00:00
fetch_remote_status_service_spec.rb Fix interaction policy changes in implicit updates not being saved (#35751) 2025-08-12 12:19:29 +00:00
fetch_replies_service_spec.rb Refactor ActivityPub::FetchRepliesService and ActivityPub::FetchAllRepliesService (#34149) 2025-03-12 11:52:38 +00:00
process_account_service_spec.rb Fix handling of inlined featured collections in ActivityPub actor objects (#34789) 2025-05-23 15:01:07 +00:00
process_collection_service_spec.rb Remove unneeded type: :service from spec/services files (#29304) 2024-03-13 08:39:26 +00:00
process_status_update_service_spec.rb Fix quote posts with CW and no text being rejected (#36095) 2025-09-12 13:10:31 +00:00
synchronize_followers_service_spec.rb Add support for numeric-based URIs for local accounts (#32724) 2025-09-29 12:05:48 +00:00
verify_quote_service_spec.rb Change quote verification to not bypass authorization flow for mentions (#35528) 2025-07-31 07:39:53 +00:00