~bjornt/maas:fix-sampledata

Last commit made on 2022-02-16
Get this branch:
git clone -b fix-sampledata https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
fix-sampledata
Repository:
lp:~bjornt/maas

Recent commits

777910d... by Björn Tillenius

Make sure the subnets are big enough. Don't create new users when creating events.

5791803... by Björn Tillenius

Fix sampledata.populate() to not break.

Also, make it so that it doesn't hardcode any names or subnets, so that
it can be run multiple times on the same database.

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.

62055f4... by Alberto Donato

mark primary/secondary_rack on VLAN as PROTECTED

fa04396... by Peter Makowski

Update maas-ui to 989d3d10
refactor: remove legacy cypress subnets tests (#3620)

45ce239... by huwshimi <email address hidden>

Update maas-ui to c867edfa
feat(ui): sort subnet selects (#3619)

* feat(ui): sort subnet selects

Update the subnet entities to sort by name

Fixes: #2534.