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: lxc/incus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.19.0
Choose a base ref
...
head repository: lxc/incus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.19.1
Choose a head ref
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 29, 2025

  1. api: More precise name for test

    Signed-off-by: Lucas Bremgartner <[email protected]>
    breml authored and stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    42056d3 View commit details
    Browse the repository at this point in the history
  2. api: Add DevicesMap typ to better support unmarshaling

    of numbers and bools in map[string]map[string]string devices types
    
    Signed-off-by: Lucas Bremgartner <[email protected]>
    breml authored and stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    612a10d View commit details
    Browse the repository at this point in the history
  3. api: Use DevicesMap type for map[string]map[string]string

    Signed-off-by: Lucas Bremgartner <[email protected]>
    breml authored and stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    837d477 View commit details
    Browse the repository at this point in the history
  4. doc/rest-api: Refresh swagger YAML

    Signed-off-by: Lucas Bremgartner <[email protected]>
    breml authored and stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    fedf1df View commit details
    Browse the repository at this point in the history
  5. tests/storage/linstor: Use correct command to check on snapshots

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    1ba93c2 View commit details
    Browse the repository at this point in the history
  6. shared/archive: Fix crash on nil tracker

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    c049bac View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2697 from breml/devices-map

    Replace map[string]map[string]string with DevicesMap for more user friendly handling of bool and numbers (with defaults)
    stgraber authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    3fc3f0d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2715 from stgraber/main

    Fix bad test and crash on background unpack
    brauner authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    8cdafa2 View commit details
    Browse the repository at this point in the history
  9. Release Incus 6.19.1

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    5277dd5 View commit details
    Browse the repository at this point in the history
Loading