CONSOLE-5438: Expose ResourceYAMLEditor onCancel to the SDK - #16941
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@logonoff: This pull request references CONSOLE-5438 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the ticket to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughThe public ChangesResource YAML editor cancellation
Dynamic demo plugin SDK build
i18next extraction defaults
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
03d1fad to
37e2645
Compare
|
/label px-approved |
37e2645 to
6d5ddc1
Compare
Adds passthrough for the `onCancel` prop to `ResourceYAMLEditor` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6d5ddc1 to
df831c5
Compare
|
/lgtm |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
tested onCancel locally in demo plugin and it worked /label plugin-api-approved |
|
@logonoff: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test analyze backend frontend images okd-scos-images |
|
@logonoff: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Analysis / Root cause:
We were not allowing consumers to pass
onCanceluntil now, but now others want to use the prop. It's been stable for a while so it seems reasonable to allow people to use it nowSolution description:
Adds passthrough for the
onCancelprop toResourceYAMLEditorSummary by CodeRabbit
New Features
Documentation
Bug Fixes