-
Notifications
You must be signed in to change notification settings - Fork 670
CONSOLE-5063: Remove AppInitSDK (WIP) #16019
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
base: main
Are you sure you want to change the base?
CONSOLE-5063: Remove AppInitSDK (WIP) #16019
Conversation
|
@logonoff: This pull request references CONSOLE-5063 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.22.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. |
c549689 to
a5a76ad
Compare
|
@logonoff: This pull request references CONSOLE-5063 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.22.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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff 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 px-approved |
|
@logonoff: This pull request references CONSOLE-5063 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.22.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. |
a5a76ad to
4a8b11d
Compare
frontend/public/module/auth.ts
Outdated
| logoutURL, | ||
| } = window.SERVER_FLAGS; | ||
| // type cast to prevent missing properties errors when building with limited SDK types | ||
| } = (window.SERVER_FLAGS as unknown) as Record<string, string>; |
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.
I can look into this, maybe it's related to some other type issue.
4a8b11d to
081f4a7
Compare
081f4a7 to
5043883
Compare
useReduxStoreremoved, reverted fallback redux store creation added in enable redux store context in SDK from app host #10448coFetch-related code moved entirely to dynamic-plugin-sdk package to follow up on Convert coFetch utilities to typescript and move to plugin SDK #9660utilsConfigremoved, reverted coFetch sourcing via dependency injection added in enable redux store context in SDK from app host #10448storeHandlerobject directly after initializing our redux storeinitConsolePluginsnow called directly after initializing PluginStore (speeding up loading times slightly)