~bjornt/maas:prepare-3.0rc1

Last commit made on 2021-05-10
Get this branch:
git clone -b prepare-3.0rc1 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:
prepare-3.0rc1
Repository:
lp:~bjornt/maas

Recent commits

df1ddbc... by Björn Tillenius

Prepare for 3.0.0 RC1 release

a0cb32f... by Caleb Ellis

Update maas-ui to 85ecc40
fix(ui): round free storage values down in KVM compose form (#2640)

24510c8... by Huw Wilkins

Update maas-ui to f0f5938
fix(ui): fix loading urls with querystrings

Fix updating the url when the React app loads so that it doesn't remove the querystring.

Fixes: #2614.

d9c2276... by Caleb Ellis

Update maas-ui to 4c24131
fix(ui): round free storage values down in machine details (#2634)

Updated formatBytes to be able to change rounding direction. Removed toPrecision which was a bit
too unreliable and inconsistent.

c18bc5a... by Huw Wilkins

Update maas-ui to 37f7a44
fix(ui): disable filesystems action menu when not editable

Disable the action menus in the filesystems table when the machine is not ready or allocated.

Fixes: #2630.

3a9288f... by Huw Wilkins

Update maas-ui to 46026f3
feat(legacy): display controller VLAN counts

Display the number of VLANs for each controller in the controller list.

Fixes: #2589.

8463a6b... by Björn Tillenius

Track information about how many VM hosts are registered in MAAS.

I renamed things to make it a bit cleared, but I left the prometheus
stats as they are, since we shouldn't break things there. I did change
things so that they include both virsh and lxd, since both are KVM VM
hosts.

I also fixed a bug, where the the resource usage for pods were
calculated across all VM host, and not filtered like the 'available'
resource calculation.

af41bda... by Alberto Donato

LP: #1927292 - refetch object in update websocket method to make use of
the defined queryset

87b67d3... by Alberto Donato

drop helper scripts for deb to snap transition

The migrate-deb-to-snap helper was used by the transitional deb, which was meant for snap transitioning in 2.9.
The migrate-snap-database helper was only needed before 2.9.

This also moves remaining bits of the _lib helper into maas-deb-migrate, which is the only user.

9f8ae22... by Huw Wilkins

Update maas-ui to dfceb60
fix(ui): fix the alignment of previous tests

Fix the padding around the previous tests table.

Fixes: #2625.