feat(ui): support regionless OCI credentials#11742
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Note: Fragment changelog must be used here. |
Context
Since OCI credential setup no longer requires a region, the UI should stop asking users for one during provider onboarding.
Description
This PR removes the OCI region field from the credentials form, updates the credential payload builder and related types, and adjusts UI/unit/E2E coverage for regionless OCI setup.
Changed files:
ui/CHANGELOG.mdui/components/providers/workflow/forms/via-credentials/oraclecloud-credentials-form.tsxui/hooks/use-credentials-form.tsui/lib/provider-credentials/build-credentials.test.tsui/lib/provider-credentials/build-credentials.tsui/tests/providers/providers-page.tsui/tests/providers/providers.spec.tsui/types/components.tsui/types/formSchemas.tsSteps to review
Validation previously run for this slice:
Checklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Chain Context
feat/oci-regionless-api-chain-11565Chain Overview
Scope
Autonomy