-
Notifications
You must be signed in to change notification settings - Fork 667
CONSOLE-4840: Migrate GuidedTour to dynamic #15679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CONSOLE-4840: Migrate GuidedTour to dynamic #15679
Conversation
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
frontend/packages/console-app/src/components/guided-tour/index.tsx
Outdated
Show resolved
Hide resolved
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
568b37e to
53c9e9d
Compare
9c8b186 to
2614061
Compare
|
/label px-approved |
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
frontend/packages/console-app/src/components/guided-tour/index.tsx
Outdated
Show resolved
Hide resolved
2614061 to
734f1b1
Compare
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
734f1b1 to
0ec6e7e
Compare
470036b to
684b626
Compare
|
just a rebase |
|
@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. |
684b626 to
b6542a5
Compare
|
/hold let's wait for #15723 |
renamed extension to `INTERNAL_DO_NOT_USE.guided-tour` to discourage usage while we are discuss whether to keep the guided tour around
also move `guidedtour` to dynamic plugin sdk after some feedback. for consistency `useTranslatedExtensions` is a named export
b6542a5 to
1208430
Compare
|
/unhold |
|
rebase with no functional changes /verified by yapei |
|
@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. |
spadgett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
| new CircularDependencyPreset({ | ||
| exclude: /node_modules|public\/dist|\.(gql|html)$/, | ||
| thresholds: { totalCycles: 21 }, // TODO(CONSOLE-4806): Set threshold to 0 | ||
| thresholds: { totalCycles: 14 }, // TODO(CONSOLE-4806): Set threshold to 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay 🎉
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, spadgett 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 |
|
/label plugin-api-approved |
|
@logonoff: This pull request references CONSOLE-4840 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 story to target the "4.21.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. |
|
@logonoff: The following test failed, say
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. |
Changes:
GuidedTourstatic extension removedINTERNAL_DO_NOT_USE.guided-tourdynamic extension introduced. It can be used by dynamic plugins outside of the repo but the extension name makes it clear this is not a supported use-case