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

Fixup for q-dev #395

Merged
merged 6 commits into from
Nov 17, 2024
Merged

Fixup for q-dev #395

merged 6 commits into from
Nov 17, 2024

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    127beb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fa90b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    6dd8ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00cec57 View commit details
    Browse the repository at this point in the history
  3. q-dev: Fix detecting already assigned devices on setting apply

    Device with specific device_id doesn't equal device with wildcard
    device_id, so `dev in old_devs` check cannot be used.
    Fix this by using DeviceAssignment.matches method. A side effect is
    getting old assignment earlier.
    
    QubesOS/qubes-issues#9325
    marmarek committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    12ff450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b52bd View commit details
    Browse the repository at this point in the history