~ltrager/maas:disable_boot_architectures_model

Last commit made on 2021-05-03
Get this branch:
git clone -b disable_boot_architectures_model https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
disable_boot_architectures_model
Repository:
lp:~ltrager/maas

Recent commits

60089ec... by Lee Trager

Merge branch 'master' into disable_boot_architectures_model

bd6de10... by Alberto Donato

vendor_data: get snap channel to install from target version

088524c... by Alberto Donato

add websocket handler for target_version

82a02cc... by Alberto Donato

a few cleanups/lints around websocket base classes

b0a7232... by Lee Trager

Use random.sample

5b112d2... by Lee Trager

Merge branch 'master' into disable_boot_architectures_model

2e706a0... by Alberto Donato

rework get_target_version to always return a TargetVersion, including snap_channel

The snap_channel is always computed, based either on the info from known channels, or from the MAAS version as a fallback.

This also adds support for ordering for SnapChannel objects.

fc558bd... by Alberto Donato

replace cache use in controller websocket handler with cached_property

a93d33a... by Huw Wilkins

Update maas-ui to 0c21f93
feat(legacy): display snap channel

Display the snap channel and cohort key in the controller list.

Fixes: #2490. Fixes: #2517.

2c680cd... by Caleb Ellis

Update maas-ui to eb00a78
fix(ui): validate available cores + memory on VM compose form render (#2594)