Skip to content

feat(content): Add network subscription scheduler#1335

Merged
leumor merged 1 commit into
developfrom
feature/network-content-subscription-scheduler
May 24, 2026
Merged

feat(content): Add network subscription scheduler#1335
leumor merged 1 commit into
developfrom
feature/network-content-subscription-scheduler

Conversation

@leumor
Copy link
Copy Markdown
Collaborator

@leumor leumor commented May 24, 2026

Summary

  • Add Platform API contract v8 content subscription endpoints and the content.subscribe capability for app-scoped USK subscriptions.
  • Add durable subscription metadata models, file/in-memory stores, pressure gating, and a conservative deterministic scheduler with limits, backoff, dedupe, and safe summaries.
  • Wire the scheduler through HTTP runtime/app-platform services and update Feed Reader plus the browser SDK to use subscription helpers.
  • Update docs, permission rationale, release-certification evidence, smoke checks, and focused tests for subscription routing, store, scheduler, SDK, and reference app behavior.

Test Plan

  • ./gradlew spotlessApply
  • ./gradlew :platform-api:test :platform-sdk-js:test :apps:feed-reader:test :bridge-http-runtime:test :adapter-http-legacy-admin:test
  • python3 tools/release-certification/app_platform_smoke.py --self-test
  • python3 tools/release-certification/app_platform_docs_check.py
  • git diff --check --cached

Notes

  • Full ./gradlew test was not run locally for this PR-sized change set.

Add app-scoped durable USK content subscriptions, Platform API contract v8 routes, conservative scheduler/store support, SDK helpers, Feed Reader integration, docs, tests, and release-certification evidence.
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
77.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@leumor leumor merged commit f37228f into develop May 24, 2026
18 of 19 checks passed
@leumor leumor deleted the feature/network-content-subscription-scheduler branch May 24, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant