~bjornt/maas:3.0-final-docs

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

Recent commits

5bc778c... by Björn Tillenius

Update to latest maas-offline-docs/3.0

48e5645... by Caleb Ellis

Update maas-ui to 545f413
fix(ui): preselect first PXE network when defining composed VM interface (#2663)

0e3467f... by Alberto Donato

return target snap channel based on the target version

This takes into account snap-based controller that either have the target
version or see it as an update, and returns the most stable channel as target

Also, rework a bunch of get_target_version to assert on specific attributes
relevant for the test

9c0dbf7... by Bill Wear

Update maas-offline-docs to eea9e92
Intermediate save of tags and annotations work (very nearly done)

a0b908a... by Bill Wear

Update maas-offline-docs to b6bbaf1
Updated release notes for imminent 3.0 RC1 release

40ad52c... by Björn Tillenius

Add some stats to track workload annotations uptake.

13d77c8... by Christian Grabowski

add gen-db-schema-svg script
add check for display
add to lint-shell make target

892ca9b... by Alberto Donato

LP: #1925249 - report resources for virsh pods too

This adds a fallback to use cores/memory info from the Pod when no MAAS machine
is linked to it.
This happens in the case of virsh hosts that are not deployed by maas (or
running on a machine otherwise known to MAAS), since in that case we don't have
hardware information about NUMA nodes

cb9bdc7... by Alberto Donato

LP: #1928104 - trigger notifications on node annotations change

This also triggers:
 - node update notifications for description field changes
 - controllerinfo notifications for any field change (instad of just version)

140a76d... by Huw Wilkins

Update maas-ui to e9b900b
feat(ui): change use of "unavailable"

Change the wording from "unavailable" to something that doesn't sound as temporary.

Fixes: #2648.