-
Notifications
You must be signed in to change notification settings - Fork 22
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
Merge main to 2 7 branch #1399
Conversation
Signed-off-by: yaacov <[email protected]>
🐾 Update to PF5 - part III
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references to 37b9187
Signed-off-by: yaacov <[email protected]>
…ce-in-network-map-for-ocp-to-ocp Add source type and name when creating a network map from ocp to ocp
Signed-off-by: yaacov <[email protected]>
…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>
chore(deps): update konflux references
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
Signed-off-by: Sharon Gratch <[email protected]>
…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
planed => planned Signed-off-by: Sharon Gratch <[email protected]>
…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)
remove prefetch due to KFLUXBUGS-1508
Signed-off-by: red-hat-konflux <[email protected]>
…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)
Signed-off-by: yaacov <[email protected]>
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]>
Signed-off-by: Joachim Schuler <[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
Signed-off-by: A.Arnold <[email protected]>
…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
Signed-off-by: Sharon Gratch <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
❗ 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. |
Verified the build - looks ok. |
No description provided.