feat(odsp-driver): support ProgID on create container requests#27642
feat(odsp-driver): support ProgID on create container requests#27642WillieHabi wants to merge 1 commit into
Conversation
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (189 lines, 9 files), I've queued these reviewers:
How this works
|
e578dfa to
07e43eb
Compare
🔭 PR Review Fleet ReportNote This report is generated by an experimental AI review fleet and is provided as a beta feature. Findings are a starting point for discussion, not a gate. Use your own judgement. Verdict: ❌ Request Changes 0 Exterminate, 1 Squash, 1 Investigate Findings
|
AB#76947 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
07e43eb to
8966ecd
Compare
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
Bundle size comparisonBase commit: Notable changesNo bundles changed by ≥ 500 bytes parsed. Per-bundle deltas
|
Description
Adds create-time ProgID propagation to the ODSP driver so hosts can provide routing metadata when creating ODSP-backed Fluid files. The optional `progId` argument is carried from `createOdspCreateContainerRequest` through the create-container flow and appended as a URL-encoded query parameter on the ODSP snapshot create-file API call.
This supports AB#76947 for `.page` files that need to share an extension while routing to different experiences.