Open logonoff opened 1 month ago
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
/retest e2e-gcp-console
@logonoff: The /retest
command does not accept any targets.
The following commands are available to trigger required jobs:
/test analyze
/test backend
/test e2e-gcp-console
/test frontend
/test images
The following commands are available to trigger optional jobs:
/test okd-scos-images
Use /test all
to run the following jobs that were automatically triggered:
pull-ci-openshift-console-master-analyze
pull-ci-openshift-console-master-backend
pull-ci-openshift-console-master-e2e-gcp-console
pull-ci-openshift-console-master-frontend
pull-ci-openshift-console-master-images
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: logonoff Once this PR has been reviewed and has the lgtm label, please assign invinciblejai for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
@logonoff: This pull request references CONSOLE-3905 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.18.0" version, but no target version was set.
CI is green 🎉
Thanks, @logonoff. Fantastic work.
Do we know if there are any downstream impacts to plugins with this change? Would be good to have @vojtechszocs review at least the plugin related bits.
From some preliminary testing I couldn't find anything: monitoring-plugin
seems to be working fine, including the promql input and charts
adding labels as this is tech debt
/label px-approved /label docs-approved
@logonoff: all tests passed!
Full PR test history. Your PR dashboard.
CONSOLE Features and Fixes:
https://issues.redhat.com/browse/CONSOLE-3905
Solution description
webpack
related dependencies to latest versionformik
from 2.0.3 to 2.1.5 to fix build warningcache-loader
,null-loader
because they are deprecatedreact-dnd
from 9.4.0 to 11.1.3 to fix build errorts-loader
toesbuild-loader
for performancewebpack-virtual-modules
withval-loader
to fix build warning (and for easier transition to rspack, since it supports most loader APIs)Reviewers and assignees:
n/a
Test cases:
@console/internal/file-input
still work as expected?formik
orreact-dnd
?Additional info:
n/a
Screen shots / gifs / design review:
n/a