multipass-test:add-multipass-group

Last commit made on 2020-11-27
Get this branch:
git clone -b add-multipass-group https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
add-multipass-group
Repository:
lp:multipass-test

Recent commits

a779d45... by Michał Sawicz

[daemon] add `multipass` group support

4f7ae5c... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #1846

1846: Work on Qt 5.15 by default r=Saviq a=ricab

Allow deprecation warnings (don't make them errors) on Linux and macOS (they were already allowed on Windows). This is meant to avoid multiplying preprocessor directives with code depending on Qt version (which is not currently exercised in CI or in our local build environments).

This takes advantage of backward compatibility within the same major Qt version (5), so that upcoming code builds normally. Changes will only be needed for Qt 6 and they are very simple. Ifdefs will only be needed then if we decide to simultaneously support versions >= 6 and < 5.15.

Co-authored-by: Ricardo Abreu <email address hidden>

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

[cmake] Don't fail build because of deprecations

Fixes building on Qt>=5.15.

3c9c171... by Ricardo Abreu <email address hidden>

[preproc] Remove #ifs for Qt deprecation warnings

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

[cmake] Extract compiler common compiler options

Specify compiler options only once when common to Linux and Apple cases.

0267b5c... by Ricardo Abreu <email address hidden>

[cmake] Do not require cpack file

94c0cea... by Ricardo Abreu <email address hidden>

[cmake] Align with private side

1fcac83... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #1834

1834: [lxd] increase first boot timeout to 20s r=townsend2010 a=Saviq

This impacts only the "Instance shutdown during start" situation on LXD. I verified 5s is not enough on a Pi4, and the worst case is that this will delay `launch` failing when someone did indeed stop the instance being started.

Co-authored-by: Michał Sawicz <email address hidden>

a784283... by Michał Sawicz

[lxd] increase first boot timeout to 20s

This impacts only the "Instance shutdown during start" situation on LXD. I verified 5s is not enough on a Pi4, and the worst case is that this will delay `launch` failing when someone did indeed stop the instance being started.

ccc6442... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #1813

1813: Release 1.5.0 r=Saviq,townsend2010,ricab,luis4a0 a=Saviq

Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>