mastodon/spec/services/activitypub
David Roetzel 572612fde9
Some checks failed
Check i18n / check-i18n (push) Waiting to run
Chromatic / Check for relevant changes (push) Waiting to run
Chromatic / Run Chromatic (push) Blocked by required conditions
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
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.3) (push) Blocked by required conditions
Ruby Testing / test (3.4) (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.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.4) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.19.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.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.4, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Bundler Audit / security (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Historical data migration test / test (16-alpine) (push) Has been cancelled
Historical data migration test / test (17-alpine) (push) Has been cancelled
Remove collections feature flag (#39211)
2026-05-29 09:37:42 +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 Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
fetch_featured_collections_collection_service_spec.rb Fetch an actor's featured collections (#38306) 2026-03-20 15:34:04 +00:00
fetch_featured_tags_collection_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
fetch_remote_account_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
fetch_remote_actor_service_spec.rb Add support for FEP-2c59 (#38239) 2026-03-26 13:33:16 +00:00
fetch_remote_featured_collection_service_spec.rb New service to fetch remote collections (#38298) 2026-03-19 14:27:02 +00:00
fetch_remote_key_service_spec.rb Fix FetchRemoteKeyService possibly returning incorrect keys (#38511) 2026-04-01 12:59:34 +00:00
fetch_remote_status_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
fetch_replies_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
process_account_service_spec.rb Remove collections feature flag (#39211) 2026-05-29 09:37:42 +00:00
process_collection_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
process_featured_collection_service_spec.rb Federate and store a collection url (#38697) 2026-04-16 07:26:34 +00:00
process_featured_item_service_spec.rb Improve collection item verification (#39096) 2026-05-20 07:55:17 +00:00
process_status_update_service_spec.rb Resolve unknown tagged collections in remote posts (#38900) 2026-05-05 14:46:47 +00:00
synchronize_followers_service_spec.rb Prefer to_json over JSON.generate when simple strings in stub request (#38258) 2026-03-17 16:10:54 +00:00
verify_featured_item_service_spec.rb Improve collection item verification (#39096) 2026-05-20 07:55:17 +00:00
verify_quote_service_spec.rb Merge commit from fork 2026-03-24 15:44:08 +01:00