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

Cli overhaul: snapshot #212

Merged
merged 15 commits into from
Oct 26, 2022
Merged

Commits on Oct 22, 2022

  1. refactor: Deprecate old snapshot functions

    Deprecated all the snapshot functions and added new ones. As the qemu in the function name implies it doesn't work for LXC.
    Tinyblargon committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    8352730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f62b5 View commit details
    Browse the repository at this point in the history
  3. feat: Add CreateSnapshot function

    Adding a command that allows for all setting to be used regarding snapshots
    Tinyblargon committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    0e0ebb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6551610 View commit details
    Browse the repository at this point in the history
  5. test: FormatSnapshotsTree

    the implementation of building the tree structure in FormatSnapshotsTree() can probably be inproved.
    Tinyblargon committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    0a23b40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb50349 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97e6af0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96dbb8a View commit details
    Browse the repository at this point in the history
  9. refactor: Raname function and add comment

    Renamed ValidateIDset() to RequiredIDset() and added a description to the function. Changed the indexPos to uint as this value should never be negative.
    Tinyblargon committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e33fb7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1db435f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    cb7bb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda8283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb17156 View commit details
    Browse the repository at this point in the history
  4. Remove TODO items

    Tinyblargon committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c57e33a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e0357b View commit details
    Browse the repository at this point in the history