EDM-4726: Explain updated behaviour for VM apps - #766
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughThe VM application form now records whether it represents an existing VM. The UI uses this state to show restart and cloud-init guidance for existing VMs and clarifies credential handling. ChangesExisting VM configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
celdrake
marked this pull request as ready for review
August 11, 2026 06:34
Made-with: Cursor
celdrake
force-pushed
the
EDM-4726-explain-vm-behaviour
branch
from
August 11, 2026 06:34
f98c9ab to
b0a947f
Compare
itzikb-redhat
approved these changes
Aug 11, 2026
celdrake
added a commit
to celdrake/flightctl-ui
that referenced
this pull request
Aug 11, 2026
Made-with: Cursor
celdrake
added a commit
that referenced
this pull request
Aug 11, 2026
* Bump fast-uri from 3.1.4 to 3.1.5 (#759) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.5) Made-with: Cursor --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit e17bc30) * EDM-4999: Redefine which statuses allow start/stop actions (#763) Made-with: Cursor (cherry picked from commit a5959d8) * EDM-4987: Do not send wrong frame that causes the session logout (#760) Made-with: Cursor (cherry picked from commit ae99129) * EDM-5034: Show restart app loop warnings (#764) Made-with: Cursor (cherry picked from commit 51bac50) * EDM-4888: Enable the restart action on success (#762) Made-with: Cursor (cherry picked from commit 0e19b12) * EDM-4726: Explain updated behaviour for VM apps (#766) Made-with: Cursor --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See before vs now
Before:

Now:

Summary
libs/ui-components/.isExistingflag to distinguish new VM forms from existing VM applications.This shared UI change affects VM configuration flows used by both standalone and OCP plugin applications. No changes affect
libs/types/,libs/i18n/,libs/cypress/, the Go auth proxy, container builds, or CI configuration.Security and correctness
isExistingstate ensures the restart warning appears only for existing VM applications.