refactor(connector): rename org header to x-oo-organization-name#279
Conversation
The organization identity request header was renamed from x-oo-organization to x-oo-organization-name to match the server-side contract. This is a header-name-only change; identity resolution, telemetry, and the user-facing CLI contract are unaffected. Signed-off-by: Kevin Cui <bh@bugs.cc>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
Summary by CodeRabbit
WalkthroughThis PR renames the HTTP header key for organization identity in connector requests from Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Comment |
The organization identity request header was renamed from
x-oo-organization to x-oo-organization-name to match the server-side
contract. This is a header-name-only change; identity resolution,
telemetry, and the user-facing CLI contract are unaffected.
Signed-off-by: Kevin Cui bh@bugs.cc