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

Various Fixes for Actions Taken on VMs #194

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    3f1faf5 View commit details
    Browse the repository at this point in the history
  2. fix errors in web console

    jacdavi authored and activeshadow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    20285f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deca1e8 View commit details
    Browse the repository at this point in the history
  4. fix miniccc not working after restoring snapshot

    change to maintain uuid after restore
    jacdavi authored and activeshadow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3a791e4 View commit details
    Browse the repository at this point in the history
  5. return available files in GetMountFiles alongside any error

    When Readdir returns an error, it may still have a list of files read up until that point.
    Previously we returned early if there was an error, rather than returning those files.
    This was prevalent when looking in certain directories such as "/etc" of an Ubuntu desktop.
    Output should not match results of "ls -la" in mounted directory
    jacdavi authored and activeshadow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f88bc11 View commit details
    Browse the repository at this point in the history
  6. remove debug logging

    jacdavi authored and activeshadow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    909c31f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cf9373 View commit details
    Browse the repository at this point in the history