~bjornt/maas:bug-1930554-vmhosts-cli-rename

Last commit made on 2021-06-02
Get this branch:
git clone -b bug-1930554-vmhosts-cli-rename 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:
bug-1930554-vmhosts-cli-rename
Repository:
lp:~bjornt/maas

Recent commits

1b3a17a... by Björn Tillenius

LP #1930554: vm-host CLI command is now named vmhost

Commit c57ec00472a1911eac55df79e24e1801f9b89321 renamed the handler,
which caused the API command to remove the -.

f6efc46... by Caleb Ellis

Update maas-ui to eda2fcf
feat(ui): add discovery model to store (#2712)

2ad24e0... by Victor Tapia

Reuse metric structures for Prometheus

fdd0c41... by Christian Grabowski

pull the skip exclusions logic into its own function

correct the rfc2317 glue exclusions

fb17630... by Huw Wilkins

Update maas-ui to 7b8db5c
feat(ui): add types for create and update methods

Update the slice types to add types for creating and updating models

Fixes: #2131.

b9d2be7... by Huw Wilkins

Update maas-ui to a2b3f85
refactor(ui): add model name and primary key enums

Add enums for each model to define the name and primary key

Fixes: #2708.

070dfb3... by Alberto Donato

LP:1930227 - fix netmask for /32 and /128 to match actual subnet

18ce416... by Alberto Donato

refactor VirshSSH.create_local_volume to reduce duplication in command line

This also remove useless passing of --format raw where it's ignored

bf89583... by Caleb Ellis

Update maas-ui to 2a61497
fix(legacy): QA fixes for subnet boot architectures form (#2706)

Made entire arch row clickable. Made boot arch table sortable. Added link to boot arch discourse
page.

Co-authored-by: huwshimi <email address hidden>

d51687e... by Huw Wilkins

Update maas-ui to 7f29d29
refactor(ui): update slice generation to only generate reducers

Generate the common reducers instead of generating the whole slice as this provides much better type
support.

Fixes: #2131. Fixes: #2049.