~cgrabowski/maas:fix_vlan_discovery

Last commit made on 2022-06-17
Get this branch:
git clone -b fix_vlan_discovery https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
fix_vlan_discovery
Repository:
lp:~cgrabowski/maas

Recent commits

50f8178... by Christian Grabowski

update report_neighbours test

7170448... by Christian Grabowski

ignore observed vlan if already exists

3413d76... by Adam Collard

Add info to help understand what happened when crochet tests timeout

71d1d52... by Alberto Donato

drop monkeypatch for DeferredAttribute.__get__

The idea behind it is to prevent deferred model attributes from ever being
retrieved, but the use seems limited, this breaks with django 3.2 where foreign
keys descriptors inherit from DeferredAttribute.

2a387cb... by huwshimi <email address hidden>

Update maas-ui to 147230c6
Fix eslint on save (#4089)

ec87594... by Bill Wear

Update maas-offline-docs to 9c49cb38
[how-to-install-and-use-rbac-with-maas.html] first cut at full doc headings with content hints

210a506... by Alberto Donato

drop CleanSave field tracking logic

d579760... by Bill Wear

Update maas-offline-docs to e8a35193
Updated about-rbac-6131.md to current discourse version

9877850... by Adam Collard

LP:1978154: Don't require netplan for custom CentOS images

We erroneously checked custom CentOS images for netplan, remove that.

Switch to using `rpm -q` for package installation (a more reaonable
translation of `dpkq-query -s`)

Validate RHEL based custom images too.

af1a4d0... by huwshimi <email address hidden>

Update maas-ui to 22401e55
fix: remove packages. Fix lint (#4101)

Remove unused packages. Fix type and lint issues.

Fixes: canonical-web-and-design/app-tribe#1040