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 Aug 19, 2024

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

    jacdavi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    81d17c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed55ae6 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 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3ef9927 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9de4018 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. remove debug logging

    jacdavi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    31370cc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b6f1bd8 View commit details
    Browse the repository at this point in the history