~d0ugal/maas:workload-annotations

Last commit made on 2020-11-26
Get this branch:
git clone -b workload-annotations https://git.launchpad.net/~d0ugal/maas
Only Dougal Matthews can upload to this branch. If you are Dougal Matthews please log in for upload directions.

Branch merges

Branch information

Name:
workload-annotations
Repository:
lp:~d0ugal/maas

Recent commits

83271e7... by Dougal Matthews

Revert the change in get_owner_data and add a note

dc27c1f... by Dougal Matthews

Small improvements to the original OwnerData code

Use the Django methods values_list and update_or_create.

ff719d1... by Dougal Matthews

Owner Data / Workload Annotations

Add support for the Ownerdata model in the machine websocket handler.
This will let the UI set and get owner data for a machine.

Setting owner data is a simple key value mapping, and getting it will
return that value for the machine. Keys can be removed by setting them
with a empty string.

9f03422... by Lee Trager

LP: #1904398 - Only set machines to commissioning in form when anonymous

4163605... by Caleb Ellis

Update maas-ui to 1ea1ca5
feat(ui): build add partition form in machine storage (#1920)

a839445... by Huw Wilkins

Update maas-ui to 7cf7573
refactor(ui): add lint rule for type imports

Add a lint rule to enforce type imports. Fix lint errors.

Fixes: canonical-web-and-design/maas-ui#1878.

3e35331... by Huw Wilkins

Update maas-ui to 39f2955
Fix incorrect action enums.

a33302c... by Caleb Ellis

Update maas-ui to 0a97cfd
feat(ui): add storage update actions to machine slice (#1916)

79b2450... by Kit Randel

Update maas-ui to f4d52c6
fix(ui): remove type eslint order grouping (#1919)

Unfortunately there is no way to reliably group type imports together currently.

7dfaac4... by Caleb Ellis

Update maas-ui to c152bf6
feat(ui): add storage delete actions to machine slice (#1915)