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

Merge main to 2 7 branch #1399

Merged
merged 71 commits into from
Dec 3, 2024
Merged

Conversation

sgratch
Copy link
Collaborator

@sgratch sgratch commented Dec 3, 2024

No description provided.

yaacov and others added 30 commits October 1, 2024 11:36
Signed-off-by: yaacov <[email protected]>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references to 37b9187
…ce-in-network-map-for-ocp-to-ocp

Add source type and name when creating a network map from ocp to ocp
…suming-it-can-reduce

Don't assume the resources are array
…tGroup item.

Reference: https://issues.redhat.com/browse/MTV-1572

After migrating to Patternfly 5, all the password/token fields in all forms that include
the 'hidden content button' field, were splitted into 2 lines.
The button was pushed to next line.

For fixing, need to wrap the field's entries with the InputGroup item.

Signed-off-by: Sharon Gratch <[email protected]>
…split-into-next-line

🐞 Wrap password/token fields with hidden content option with InputGroup
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references to f1f2994
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Reference: https://issues.redhat.com/browse/MTV-1546

- Check if the inventory data has changed for re-loading the data to UI
and re-rendering only for specified fields by ignoring a pre-defined list of fields.
- Remove unused hasObjectChangedInGivenFields duplicate method
  implementation.

Up till now, all fields have been compared to check if something was
changed for reloading. But since there are few fields that are changed occasionally in inventory,
while not being displayed in UI, we can ignore them while checking for new data, for less requent unnecessary re-rendering.

Signed-off-by: Sharon Gratch <[email protected]>
chore(deps): update konflux references to e32feb2
…ventory-updates

Update hasObjectChangedInGivenFields to ignore predefined fields
…n-delete-vm-msg

Add a quesiton mark to the text msg of the Plan VMs Delete Modal
…vm-msg

Fix typo in delete virtual machines from migration plan popup
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Ernesto González <[email protected]>
chore(deps): update konflux references (main)
…le-plugin

Red Hat Konflux update forklift-console-plugin
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references (main)
yaacov and others added 24 commits November 5, 2024 13:20
Add docs about local NFS, and inotify settings
…-command

Add --arch when running podman to allow running on ARM machines
There are currently knobs that can be used to adjust the memory limit
for the `main` container, but not for the `inventory` container. This
can cause the inventory container to go into a crash loop on a large
deployment. Add the ability to bump the inventory memory limit  to avoid
this.

Fixes: https://issues.redhat.com/browse/MTV-1504

Signed-off-by: Jonathon Jongsma <[email protected]>
MTV-1504 | Add UI for setting inventory memory limits
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references (main)
Reference: https://issues.redhat.com/browse/MTV-1552

To avoid users from using the URL example which was provided for the Vsphere's
VDDK help text field, replace it with a format suggestion.

This is relevant for the create, edit, tooltip fields for all validaiton
statuses (error, success, default).

Signed-off-by: Sharon Gratch <[email protected]>
…ample-with-format

For VDDK help text - replace the example with a format
Reference: https://issues.redhat.com/browse/MTV-1552

Rephrasing the text messages based on doc and UX review.

Signed-off-by: Sharon Gratch <[email protected]>
…ample-with-format-follow-up

For VDDK help text - replace the example with a format - step 2
MTV-1690: Plan wizard - Step 2 - Update mappings section
…klift-plugin-refs-to-2.7

MTV-1698: Updating 2.6 doc references in forklift-console-plugin
Reference: https://issues.redhat.com/browse/MTV-1713

Enable editing of plan details -> settings fields only for the following
plan statuses:
Unknown', 'Canceled', 'Error', 'Failed', 'vmError', 'Warning', 'Ready
and disable the edit option for all others.

Signed-off-by: Sharon Gratch <[email protected]>
…sed-on-plan-status

Allow editing plan settings only for specific plan's statuses
Reference:https://issues.redhat.com/browse/MTV-1503

In case there is no critical error for a plan and in addition,
the plan is set to enable the preserve static IPs for the VMs while at
least one of the destination network mappings is set to 'Pod Networking'
type => then display a warning alert at the head of plan page.

Signed-off-by: Sharon Gratch <[email protected]>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…apped-to-pod-network

Display a warning if preserve static IPs are enabled with pod network mapping
chore(deps): update konflux references (main)
Reference: https://issues.redhat.com/browse/MTV-1729

Disable the cutover action for an archived plan.

Signed-off-by: Sharon Gratch <[email protected]>
…or-archived-plan

Disable the cutover action for an archived plan
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 60.52632% with 15 lines in your changes missing coverage. Please review.

Please upload report for BASE (release-2.7@717892c). Learn more about missing BASE report.

Files with missing lines Patch % Lines
packages/common/src/components/Page/PageStates.tsx 50.00% 3 Missing ⚠️
...viders/utils/components/Gallery/SelectableCard.tsx 25.00% 3 Missing ⚠️
...ommon/src/components/Filter/AutocompleteFilter.tsx 50.00% 1 Missing ⚠️
...ckages/common/src/components/Filter/EnumFilter.tsx 50.00% 1 Missing ⚠️
...common/src/components/Filter/GroupedEnumFilter.tsx 50.00% 1 Missing ⚠️
...ages/common/src/components/Filter/SwitchFilter.tsx 0.00% 1 Missing ⚠️
...rc/components/FilterGroup/AttributeValueFilter.tsx 50.00% 1 Missing ⚠️
...c/modules/Providers/modals/EditModal/EditModal.tsx 0.00% 1 Missing ⚠️
...ls/EditProviderVDDKImage/EditProviderVDDKImage.tsx 0.00% 1 Missing ⚠️
...components/CertificateUpload/CertificateUpload.tsx 0.00% 1 Missing ⚠️
... and 1 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff               @@
##             release-2.7    #1399   +/-   ##
==============================================
  Coverage               ?   36.21%           
==============================================
  Files                  ?      159           
  Lines                  ?     2579           
  Branches               ?      615           
==============================================
  Hits                   ?      934           
  Misses                 ?     1463           
  Partials               ?      182           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sgratch
Copy link
Collaborator Author

sgratch commented Dec 3, 2024

Verified the build - looks ok.

@sgratch sgratch merged commit 42414f8 into kubev2v:release-2.7 Dec 3, 2024
11 checks passed
@sgratch sgratch added this to the 2.7.6 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants