~maciek-borzecki/subiquity:ubuntu/22.04.1

Last commit made on 2022-06-30
Get this branch:
git clone -b ubuntu/22.04.1 https://git.launchpad.net/~maciek-borzecki/subiquity
Only Maciej Borzecki can upload to this branch. If you are Maciej Borzecki please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/22.04.1
Repository:
lp:~maciek-borzecki/subiquity

Recent commits

0e796c9... by Dan Bungert

Merge pull request #1337 from dbungert/min-size-calc

sizes: calculations for install_min and resize

58c1ee8... by Dan Bungert

sizes: calculations for install_min and resize

Add calculations for a suggested minimum install size that contains
padding for swap, updates, boot.
Add calculations for helping resize, to examine the space available and
make suggestions about what the existing partition might be resized to.

971ba36... by Dan Bungert

Merge pull request #1339 from dbungert/bundle-ntfs3g

snapcraft: +ntfs-3g

8a668ed... by Dan Bungert

snapcraft: +ntfs-3g

b786b4d... by Dan Bungert

Merge pull request #1335 from dbungert/use-async-test-case

tests: s/run_coro/IsolatedAsyncioTestCase/

add252a... by Olivier Gayot

Merge pull request #1334 from ogayot/leading-capital-error-message

identity: add leading capital letter to error messages

dffb155... by Dan Bungert

tests: s/run_coro/IsolatedAsyncioTestCase/

Tests that use run_coro are at risk of being broken by the introduction
of another test using IsolatedAsyncioTestCase. Switch over to only use
IsolatedAsyncioTestCase.

924e527... by Dan Bungert

Merge pull request #1327 from dbungert/basic-part-numbering

filesystem: non-overlapping partition numbering

40a6ff7... by Dan Bungert

filesystem: number partition on creation

bb49114... by Olivier Gayot

filesystem: use "passphrases" instead of "passwords" in error messages

Signed-off-by: Olivier Gayot <email address hidden>