User-level install infrastructure (PR-A): LocalRepoRegistry, verb fallbacks, logon task, ProjFS attach scripts#2020
Draft
tyrielv wants to merge 5 commits into
Draft
Conversation
Adds LocalRepoRegistration (POCO + source-gen JSON context) and LocalRepoRegistry (instance class) to GVFS.Common. Wire-compatible with the service's on-disk repo-registry format. 18 new unit tests. 836/836 pass (818 prior + 18 new). Assisted-by: Claude Opus 4.8 Signed-off-by: Tyrie Vella <tyrielv@gmail.com>
…navailable MountVerb.RegisterMount, UnmountVerb.UnregisterRepo, and ServiceVerb.TryGetRepoList fall back to LocalRepoRegistry when the service pipe fails to open. Behavior unchanged when service is running. UnmountVerb distinguishes not-found (benign no-op) from I/O errors (propagated to caller) in the fallback path. Assisted-by: Claude Opus 4.8 Signed-off-by: Tyrie Vella <tyrielv@gmail.com>
…navailable Returns true when the service pipe fails to open. In user-level install model the boot-time EnableProjFSOnAllDrives task handles PrjFlt. Removes now-orphaned StartServiceInstructions constant. Assisted-by: Claude Opus 4.8 Signed-off-by: Tyrie Vella <tyrielv@gmail.com>
Adds IScheduledTaskInvoker, SchTasksScheduledTaskInvoker, and LogonTaskRegistration. Manages a per-user logon task that runs gvfs.exe service --mount-all via conhost.exe --headless to prevent console window flash. Drift detection via full SHA-256 hash marker. 21 new unit tests. 857/857 pass. Assisted-by: Claude Opus 4.8 Signed-off-by: Tyrie Vella <tyrielv@gmail.com>
… task Three files under scripts/projfs-attach/: the PS1 script body, the task XML template with placeholders, and build-task-xml.ps1 that base64-encodes the script into the template. None deployed to disk; the installer embeds via -EncodedCommand. Assisted-by: Claude Opus 4.8 Signed-off-by: Tyrie Vella <tyrielv@gmail.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.
PR-A — Co-shippable infrastructure for user-level install model
First PR of Plan 001. All changes are backward-compatible with the existing system installer — behavior is unchanged when GVFS.Service is running.
Stacked on PR #2010 (Mount: self-heal stale hook configurations).
Commits (5)
Testing