~d0ugal/maas:assert-form-valid

Last commit made on 2020-11-23
Get this branch:
git clone -b assert-form-valid https://git.launchpad.net/~d0ugal/maas
Only Dougal Matthews can upload to this branch. If you are Dougal Matthews please log in for upload directions.

Branch merges

Branch information

Name:
assert-form-valid
Repository:
lp:~d0ugal/maas

Recent commits

8ed13eb... by Dougal Matthews

Improve the error message on tests that verify a form is valid

Without this change the error is something like "False is not True" and
provides you with no other context. This will include the form error
messages in the failure.

b0323f9... by Kit Randel

Update maas-ui to ac4f742
refactor(ui): add eslint-plugin-import and sort imports (#1877)

b53d78a... by Alberto Donato

LP: #1905263 - force-stop LXD VMs when decomposing, and wait for them to be stopped before removing

2a106f5... by Lee Trager

LP: #1904267 - Fallback to reading /sys in get_interfaces()

When migrating enlistment to maas-run-remote-scripts I leveraged
get_interfaces() from network testing to collect the list of MAC
addresses on the system. This code depended on netplan which isn't
available in Xenial. get_interfaces() will now fallback on reading
/sys directly when netplan isn't available.

74189c8... by Bill Wear

Update maas-offline-docs to 196f305
final changes for bug #1900010 : make headings into links

2150a2d... by Huw Wilkins

Update maas-ui to 02184c9
refactor(ui): use generic state type for model states

Update the model state types to use the generic state.

First branch for: canonical-web-and-design/maas-ui#1842.

4431943... by Caleb Ellis

Update maas-ui to a11cf00
feat(ui): add ability to change a machine's storage layout (#1903)

1392e69... by Adam Collard

LP: #1904245 [machine-resources] Specify absolute path for output

fcf5dd7... by Alberto Donato

LP: #1904810 - don't try to perform IP checks if there's no IP to check

This fixes an issue where the check is attempted for 0 IP addresses for a node
that only has static IPs assigned.

b97f300... by Caleb Ellis

Update maas-ui to 93a5ff3
fix(legacy): fix machine logs missing new lines when copied manually (#1883)