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

Restructure filtering and add new filters #744

Merged
merged 4 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. main: Move VM check to global command

    Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
    monstermunchkin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5ef217d View commit details
    Browse the repository at this point in the history
  2. *: Apply filters on start

    This changes the way filters are applied. Prior to this change, filters
    were applied in various places. With this change, all filters are
    applied at start by modifying the loaded definition.
    
    Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
    monstermunchkin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0c867da View commit details
    Browse the repository at this point in the history
  3. definition: Filter LXC targets

    Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
    monstermunchkin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e34f8e6 View commit details
    Browse the repository at this point in the history
  4. definition: Filter environment variables

    Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
    monstermunchkin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2e6a1a1 View commit details
    Browse the repository at this point in the history