multipass:main

Last commit made on 2024-05-10
Get this branch:
git clone -b main https://git.launchpad.net/multipass

Branch merges

Branch information

Name:
main
Repository:
lp:multipass

Recent commits

981b86c... by Christopher Townsend

Merge pull request #3523 from canonical/fix-missing-runtime-info

Fix issues with runtime info

c3988b3... by Ricardo Abreu <email address hidden>

Merge pull request #3520 from canonical/renovate/canonical-setup-lxd-digest

Update canonical/setup-lxd digest to 7be523c

5138e07... by ScottH <email address hidden>

Merge pull request #3487 from canonical/retry_on_download_failure

Retry on download failure

3050a6f... by Ricardo Abreu

[info] Fix command quoting

Without this, the `cpu_times` line would miss a space, tripping the
parsing on the GUI side and causing CPU to show as 100%.

3255150... by Ricardo Abreu

[daemon] Fix sequential vs parallel runtime info

Fix logic to choose between the parallel and the sequential approaches
to fetch runtime info of an instance.

3efb762... by Ricardo Abreu

[info] Add missing runtime info items

Add back runtime info items that got lost in a rebase.

42d1612... by Gerorge Liao <email address hidden>

[async] adapt the file name of the async_periodic_task.h

ca62c64... by Gerorge Liao <email address hidden>

[async task] improve the name of AsyncPeriodicTask to express its purpose.

a72722e... by Gerorge Liao <email address hidden>

[exception] Improve the todo comments for better future navigation.

e48fd20... by Gerorge Liao <email address hidden>

[exception] added more comments for the CRTP BaseQException class.