~cgrabowski/maas:units_for_default_gateway_setting_default_dns

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

Branch merges

Branch information

Name:
units_for_default_gateway_setting_default_dns
Repository:
lp:~cgrabowski/maas

Recent commits

27a5fb0... by Christian Grabowski

use stdlib unit test helpers

3272a09... by Christian Grabowski

remove patched function to assert default behavior

5e490d6... by Christian Grabowski

format new test

3001627... by Christian Grabowski

set default gateway link in the test

7e33a5c... by Christian Grabowski

add test case asserting full netplan config will be correctly set

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

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