~rjemanuele/maas:master

Last commit made on 2022-02-16
Get this branch:
git clone -b master https://git.launchpad.net/~rjemanuele/maas
Only Rob Emanuele can upload to this branch. If you are Rob Emanuele please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~rjemanuele/maas

Recent commits

fa3f932... by Bill Wear

Update maas-offline-docs to 46986423
unpublished changes to "About networking", pushed for safekeeping

1062764... by Bill Wear

Update maas-offline-docs to 0f2139bc
remove two hidden trash files that crept into the doc repo

ce8d4b3... by Alberto Donato

link NodeDevice to NodeConfig instead of Node

9d1dad3... by Alberto Donato

drop unneeded code, add test

1f58500... by Peter Makowski

Update maas-ui to 97435cfe
refactor: use not.toBeInTheDocument assertions (#3621)

cdb2590... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 5efb06de
fix(deps): update dependency react-dropzone to v12 (#3592)

Co-authored-by: Renovate Bot <email address hidden>

db600c5... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Update maas-ui to 9e778c9a
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#3622)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <email address hidden>

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

5fede02... by Alberto Donato

Drop unneeded DefaultMeta/DefaultViewMeta

This also removes some Meta definitions which were only there because South once didn't automatically discover all models.

4edd011... by Christian Grabowski

update deb install

fetch hardware-sync in systemd service

add harware-sync endpoint and run scripts redirect

9b56302... by Björn Tillenius

Bug #1853047: VLAN with the specified VID already exists error when updating the fabric attribute

Don't create a new VLAN for an existing VLAN interface if we can't
autodetect what VLAN it should be.

If you move multiple VLANs via our UI or API, you can only move one at a
time. This gets you into a situation where an interface and its VLAN
interfaces may be on different fabrics.

If the controller refreshes it network information, it shouldn't try to
change things back to how it was before the move.