Open TheRealJon opened 1 week ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: TheRealJon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@TheRealJon: This pull request references CONSOLE-4073 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.
This pull request references CONSOLE-4074 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.
/label tide/merge-method-squash
QE Approver /assign @yapei
Docs Approver: /assign @opayne1
PX Approver: /assign @reestr
This PR contains the same changes as https://github.com/openshift/console/pull/14052, just from my branch to help expedite any further changes.
@XiyunZhao will work on PR testing and will report back once complete
This PR has been tested (regression and manual testing) without any issue, the refactor for pull secret forms works as expected /label qe-approved
@TheRealJon: This pull request references CONSOLE-4073 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.
This pull request references CONSOLE-4074 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.
/test e2e-gcp-console
/retest
/test e2e-gcp-console
/label docs-approved
/retest
/label px-approved
@TheRealJon it looks like there is an issue with circular deps.
ERROR in HandleCyclesPlugin: total cycles (6) exceeds threshold (0)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Cycle(s) detected!
webpack compilation 58257e946acaf5ce0243
6 total cycles, 0 min-length cycles (A -> B -> A)
Cycle count per directory:
public (6)
Index files occurring within cycles:
public/components/secrets/create-secret/index.tsx (5)
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/EditSecret.tsx
public/components/secrets/create-secret/EditSecret.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/EditSecret.tsx
/go/src/github.com/openshift/console/frontend/public/components/secrets/create-secret/CreateSecret.tsx
public/components/secrets/create-secret/CreateSecret.tsx
public/components/secrets/create-secret/SecretFormWrapper.tsx
public/components/secrets/create-secret/SecretSubForm.tsx
public/components/secrets/create-secret/WebHookSecretForm.tsx
public/components/secrets/create-secret/index.tsx
public/components/secrets/create-secret/CreateSecret.tsx
/retest
/retest
@TheRealJon: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-gcp-console | d28e42586c0d278042af51f6a45eb60bf3283a98 | link | true | /test e2e-gcp-console |
Full PR test history. Your PR dashboard.
Refactor CreateConfigSubForm, PullSecretCredentialsForm, PullSecretCredentialEntry, and UploadConfigSubForm.