Skip to content
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

Bug 2038898: Add valued update check for aws s3/s3 repo type #1436

Merged
merged 2 commits into from Jun 6, 2022

Conversation

ibolton336
Copy link
Contributor

@ibolton336 ibolton336 requested a review from a team June 3, 2022 20:20
@openshift-ci openshift-ci bot added bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jun 3, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 3, 2022

@ibolton336: This pull request references Bugzilla bug 2038898, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

2 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

No GitHub users were found matching the public email listed for the QA contact in Bugzilla (xjiang@redhat.com), skipping review request.

In response to this:

Bug 2038898: Add valued update check for aws s3/s3 repo type

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 kubernetes/test-infra repository.

}

const valuesHaveUpdate = (values: any, currentStorage: IStorage, isAWS: boolean) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine because it's the pattern we've established, but it has me wondering if we could use Formik better for this kind of thing. Isn't this what the isDirty property in form state is supposed to be for? Might be worth looking into why we didn't use that in the past (I suspect something to do with prefilling asynchronously, that's why I ended up adding a prefill function to useFormState)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% agree. Would definitely be worth a revisit. With forms with multiple conditional fields, I wonder the best approach for properly using the isDirty prop. We might have to split out the s3 /aws s3 forms into their own forms.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 6, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 6, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibolton336, mturley

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mturley mturley merged commit 41f92ae into migtools:master Jun 6, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 6, 2022

@ibolton336: All pull requests linked via external trackers have merged:

Bugzilla bug 2038898 has been moved to the MODIFIED state.

In response to this:

Bug 2038898: Add valued update check for aws s3/s3 repo type

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 kubernetes/test-infra repository.

@rayfordj
Copy link
Contributor

rayfordj commented Jun 8, 2022

/cherry-pick release-1.7.2

@openshift-cherrypick-robot
Copy link
Collaborator

@rayfordj: only konveyor org members may request cherry picks. You can still do the cherry-pick manually.

In response to this:

/cherry-pick release-1.7.2

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 kubernetes/test-infra repository.

rayfordj pushed a commit to rayfordj/mig-ui that referenced this pull request Jun 8, 2022
…s#1436)

* Add valued update check for aws s3/s3 repo type

* cleanup
mturley pushed a commit that referenced this pull request Jun 8, 2022
…1441)

* Add valued update check for aws s3/s3 repo type

* cleanup

Co-authored-by: Ian Bolton <ibolton@redhat.com>
@jmontleon
Copy link
Contributor

/cherry-pick release-1.7.2

@openshift-cherrypick-robot
Copy link
Collaborator

@jmontleon: only konveyor org members may request cherry picks. You can still do the cherry-pick manually.

In response to this:

/cherry-pick release-1.7.2

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 kubernetes/test-infra repository.

@kaovilai
Copy link
Member

/cherry-pick release-1.7.2

@openshift-cherrypick-robot
Copy link
Collaborator

@kaovilai: new pull request created: #1451

In response to this:

/cherry-pick release-1.7.2

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 kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants