Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QubesOS/qubes-core-admin-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.12
Choose a base ref
...
head repository: QubesOS/qubes-core-admin-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.13
Choose a head ref
  • 14 commits
  • 11 files changed
  • 6 contributors

Commits on Mar 9, 2025

  1. Add boot mode support

    Boot modes provide a way for VMs to advertise that they can have their
    behavior changed by booting them with a predefined combination of
    additional kernel parameters set. This allows qubes to offer features
    like a secure system maintenance mode in a way that works seemlessly
    with Qubes OS.
    
    This commit documents the features and properties used in boot mode
    support, and fixes some automated tests.
    ArrayBolt3 committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    b14d793 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Configuration menu
    Copy the full SHA
    5a5ce64 View commit details
    Browse the repository at this point in the history
  2. fix invalid tag value when using a tag from POSSIBLE_TAGS in MockQube

    When a MockQube is using a tag that is contained in the list of
    POSSIBLE_TAGS, its value will always be 0. This fix set the
    default 0 value for all possible tags only if it is not explicilty
    declared in the list of MockQube tags.
    Guiiix committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    812389b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    d6b2c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a478a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1972b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5dd554 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Minor fixes to mock api

    - fix tag application
    - fix listing currently attached devices
    - fix update-proxy default features
    marmarta committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    380712e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. q-dev: fix tests/devices

    tests should verify whether the desired action has actually been performed
    piotrbartman committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    894758b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/pr/344'

    * origin/pr/344:
      q-dev: fix tests/devices
      q-dev: add docstrings and cleanup
      q-dev: denied devices api tests
      q-dev: denied devices api draft
      q-dev: update device_protocol.py
    marmarek committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    e6034fd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Enable more common compression filters for restoring

    Since some users want pigz, zstd and some other compressions which might
    not be installed by default, enable them if they are installed.
    
    Related: QubesOS/qubes-issues#8291
    Related: QubesOS/qubes-issues#8211
    alimirjamali committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    ccb5668 View commit details
    Browse the repository at this point in the history
  2. Cleanup Backup Compatibility test output

    Wrap `functools.partial` inside `staticmethod` to reduce test report
    clutter. Fixing a small typo
    alimirjamali committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    4953c90 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Merge remote-tracking branch 'origin/pr/346'

    * origin/pr/346:
      Cleanup Backup Compatibility test output
      Enable more common compression filters for restoring
    marmarek committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    fa2e788 View commit details
    Browse the repository at this point in the history
  2. version 4.3.13

    marmarek committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    3f22073 View commit details
    Browse the repository at this point in the history
Loading