subiquity icon indicating copy to clipboard operation
subiquity copied to clipboard

Ubuntu Server Installer, and backend for Ubuntu Desktop Installer

Results 79 subiquity issues
Sort by recently updated
recently updated
newest added

Apologies for the size of the diff :/ This adds the support for magic-attach / contract-selection in Subiquity. Unfortunately, testing this PR on a current ubuntu server ISO will fail...

* simplify `guided()` with singledispatch * move gaps.within to a gap object method * add warning about autoinstall having layout and manual config * expand a side-by-side unit test to...

_opening this PR to split the original https://github.com/canonical/subiquity/pull/1375_ When working on the above PR, I realized that the top level autoinstall sections accepted the `null` value although such a configuration...

This will raise noisy SchemaValidationErrors if either deprecated keys or schema errors are provided in autoinstall.user-data or in the merged userdata_raw provided to cloud-init in the installed target. This is...

This regex is bizzarre enough already, allowing underscores despite them not being valid at all, but the previous commit (9cdd829299d6a60a92466f62b91cba74c366d827) mentions leaving it in for "backwards compatibility" (!?). Hostnames are...

Underscore is used with the gettext integration, so remove this otherwise-harmless assignment that is intended as disposal of an unused variable.

The identity screen implements a mechanism to make sure that the confirmation password is the same as the original password. This implementation leans on hard-coded field names (i.e., "password" and...

`BaseView.remove_overlay()` would crash with `AttributeError` if no overlay was found. We now add a `not_found_ok parameter` (defaulting to True) that makes the function silently return if the overlay could not...

This is mostly stuff I did on a Friday afternoon while procrastinating about other things so it doesn't come with any guarantee of correctness or completeness (in fact, it's definitely...