~cgrabowski/maas:use_string_labels_for_prometheus

Last commit made on 2022-01-20
Get this branch:
git clone -b use_string_labels_for_prometheus 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:
use_string_labels_for_prometheus
Repository:
lp:~cgrabowski/maas

Recent commits

d8d084b... by Christian Grabowski

rename 'instances' to 'targets' to match latest version of prometheus

864b3d1... by Christian Grabowski

make bool labels a string so prometheus can more easily parse it

df2612a... by Caleb Ellis

Update maas-ui to 35891b1e
feat(ui): add types and utils for detailed subnets and VLANs (#3534)

79f447a... by huwshimi <email address hidden>

Update maas-ui to 60dbbebf
fix(ui): fix tag names in the vms table and clone form (#3536)

Update the cluster vms table and clone form source select to display tag names instead of id.

Fixes: canonical-web-and-design/app-tribe#639.

2cd47bb... by huwshimi <email address hidden>

Update maas-ui to 99239cc4
fix(ui): fix route rerenders (#3535)

Fix rerenders on all state changes due to using the Route component prop.

Fixes: #3533.

dd61886... by Peter Makowski

Update maas-ui to 401c0473
refactor(legacy): add subnet (#3522)

* refactor: add subnet

* add separate Fabric and VLAN select

* address code review comments
- add AddSubnetFields component with formik context

1ab9280... by huwshimi <email address hidden>

Update maas-ui to c919f2fe
fix(legacy): fix updating tags on a controller (#3530)

Update the tag field in the controller edit form to handle ids.

Fixes: #3513.

68e3ae9... by Peter Makowski

Update maas-ui to 703c5804
test: fix vlan cypress test (#3529)

c249aab... by Caleb Ellis

Update maas-ui to 85e87b82
feat(ui): set up scaffolding for networking details components (#3527)

320f7a6... by huwshimi <email address hidden>

Update maas-ui to 73e4302a
fix(ui): handle tags in machine and device config (#3525)

Update the config forms for machines and devices to handle tag ids instead of names.

Fixes: #3512.