Connect VidXP Desktop to remote servers - #150
Open
Sidra-009 wants to merge 1 commit into
Open
Conversation
Member
|
Hey @Sidra-009, |
Author
ty for letting me know i have starred the repository, and the repository was already forked as the PR was submitted from my fork....... looking forward to your review......... ty |
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.
Summary
Closes #77
Allows VidXP Desktop to connect to an existing remote VidXP deployment instead of managing only local installations.
Changes
desktop/src-tauri/src/target_profiles.rs— remote target modeling, persistence, HTTP-based validation, adoption, and revalidationdesktop/src-tauri/src/lib.rs— Tauri commands for remote inspection/adoption/status, exhaustive target-kind handlingdesktop/src/tauri.ts— remote target types, profile fields, inspection types, IPC wrappersdesktop/src/App.tsx— remote setup stage, navigation, activation flowdesktop/src/components/TargetChoice.tsx— remote server option in target selectiondesktop/src/components/RemoteSetup.tsx(new) — remote URL/name/auth setup and compatibility previewdesktop/src/components/TargetSummary.tsx— remote status, repository identity, model/config, job readiness; local-only controls hidden for remote targetsdesktop/src/styles.css— spacing for the technical summary blockdesktop/src/App.test.tsx— updated stale test to cover the new remote optionValidation
cargo check --manifest-path desktop/src-tauri/Cargo.toml— passnpm --prefix desktop run typecheck— passnpm --prefix desktop run test— 47/47 pass