~ltrager/maas:lp1912697

Last commit made on 2021-02-11
Get this branch:
git clone -b lp1912697 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:
lp1912697
Repository:
lp:~ltrager/maas

Recent commits

24465d6... by Lee Trager

Fix failing test

7f0f349... by Lee Trager

Merge branch 'master' into lp1912697

9dc1ff1... by Lee Trager

Allow a NodeDevice to be replaced by a different device using the same address.

33e6210... by Alberto Donato

fix snap build (overrride-prime doesn't get anymore)

9fd2415... by Alberto Donato

revert naming for LXD VMs root disk to "root"

17f7351... by Caleb Ellis

Update maas-ui to f2ebc9e
refactor(ui): convert power utils to TS and move to general directory (#2157)

0f20646... by Caleb Ellis

Update maas-ui to 0259710
refactor(ui): convert PowerTypeFields to TS and move to base components (#2154)

ce61841... by Huw Wilkins

Update maas-ui to 3f6f866
refactor(ui): convert search utilities to typescript

Conver the search utilities to TypeScript.

306f4f1... by Alberto Donato

LP: #1902425 - exclude already tested IPs when claiming IPs during deploy

This fixes a corner case for the linked bug which happens when the used IP is
on an interface that has neighbour discovery disabled, in which case the IP is
not recorded in MAAS, and can get picked up again.

f1c005a... by Huw Wilkins

Update maas-ui to f7eefc1
fix(ui): fix machine searches that start with a number

Fix free searches that start with a number that were erroneously being converted to numbers.

Fixes: #2152.