feat: Restore Support bundle download from Settings → About - #608
Conversation
Operators can create a session-authenticated, allowlisted diagnostic ZIP for troubleshooting after mandatory review. Ships the locked v1 contract assets, deep generator (no legacy CarePackage path), Settings Create → Inspect → Share flow, disclosure docs, terminology guard, and dialect/CI coverage for #590.
🦋 Changeset detectedLatest commit: 047e8a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Warning Review limit reached
Next review available in: 35 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (28)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Operators can create a session-authenticated Support bundle from Settings → About for troubleshooting after mandatory review. This restores the missing CarePackage UI path as the new allowlisted Support bundle contract (#590).
Changes
support_bundlegenerator (no legacy CarePackage import)POST /api/system/support-bundlewith fixed headers, typed errors, and process single-flight lockTest plan
uv run pytest tests/unit/test_support_bundle.py tests/unit/test_support_bundle_api.py -qDATABASE_URL=sqlite:////tmp/comicarr-sb-dialect.db uv run pytest tests/integration/test_support_bundle_dialects.py -qcd frontend && npm run test:run -- tests/unit/lib/supportBundle.test.ts tests/components/SupportBundle.test.tsxcd frontend && npm run test:e2e:smoke(includessupport-bundle.smoke.spec.ts)Closes #590