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

CNV-28327: User settings hook infrastracture #1281

Conversation

metalice
Copy link
Member

📝 Description

This is the first step of adding the user setting feature.
In this PR I have built the hook that will be in charge of creating/updating the config map of user setting.
https://issues.redhat.com/browse/CNV-28327

🎥 Demo

Please add a video or an image of the behavior/changes

@openshift-ci-robot
Copy link
Collaborator

@metalice: This pull request references CNV-28327 which is a valid jira issue.

In response to this:

📝 Description

This is the first step of adding the user setting feature.
In this PR I have built the hook that will be in charge of creating/updating the config map of user setting.
https://issues.redhat.com/browse/CNV-28327

🎥 Demo

Please add a video or an image of the behavior/changes

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.

@openshift-ci openshift-ci bot added the approved This issue is something we want to fix label Apr 27, 2023
@metalice metalice force-pushed the CNV-28327-user-setting-intfrastructure branch from 3371740 to 1c83d3f Compare April 27, 2023 15:05
Copy link
Member

@avivtur avivtur left a comment

Choose a reason for hiding this comment

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

Looks nice :)
I left a few nits suggestions

useK8sWatchResource<IoK8sApiCoreV1ConfigMap>(
userName && {
groupVersionKind: modelToGroupVersionKind(ConfigMapModel),
namespace: 'default',
Copy link
Member

Choose a reason for hiding this comment

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

Hi :) can you please use const DEFAULT_NAMESPACE?

Copy link
Member Author

Choose a reason for hiding this comment

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

done, same for the rest of the comments :)

src/utils/hooks/useUserSettings/useUserSettings.ts Outdated Show resolved Hide resolved
src/utils/hooks/useUserSettings/useUserSettings.ts Outdated Show resolved Hide resolved
Signed-off-by: Matan Schatzman <mschatzm@redhat.com>
@metalice metalice force-pushed the CNV-28327-user-setting-intfrastructure branch from 1c83d3f to bfe7049 Compare April 30, 2023 07:09
@openshift-ci openshift-ci bot added the lgtm Passed code review, ready for merge label Apr 30, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 30, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: avivtur, metalice

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

The pull request process is described 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

@openshift-merge-robot openshift-merge-robot merged commit b0c3ec9 into kubevirt-ui:main Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This issue is something we want to fix lgtm Passed code review, ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants