~bjornt/maas:api-batch-render

Last commit made on 2022-05-05
Get this branch:
git clone -b api-batch-render 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:
api-batch-render
Repository:
lp:~bjornt/maas

Recent commits

68afb3c... by Björn Tillenius

Serialize Subnets in batch.

de543f8... by Björn Tillenius

Add VlanHandler.serialize to make tests pass. This requires changes in piston.

0b7b815... by Björn Tillenius

Serialize VLAN objects manually in the API.

Rather than relying on piston to serialize VLAN objects, and thus
relying on prefetches, do the serialization manually.

This won't improve performance much for the VLAN handler itself, but it
means that we now more easily can render VLANs from other handlers.

7caabfb... by Björn Tillenius

Add complete test for Subnet API handlers.

5bbf21f... by Björn Tillenius

Add tests for VLAN API handler.

e751b15... by Peter Makowski

Update maas-ui to 59b22e7a
fix: cursive highlighted text looks broken (#3876)

* fix: cursive highlighted text looks broken

* update failing TagSelector test

c6f04f3... by Caleb Ellis

Update maas-ui to 95152877
feat(ui): add docs links to native TLS pages (#3888)

f910fa1... by huwshimi <email address hidden>

Update maas-ui to a471a42f
fix(proxy): fix XHR HTTP requests from the dev proxy (#3886)

Fix XHR requests when using the dev proxy and a MAAS with TLS enabled.

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

058ef07... by Caleb Ellis

Update maas-ui to 1d5ba3c6
fix(ui): fix styling of machine logs download button (#3887)

f2059ff... by huwshimi <email address hidden>

Update maas-ui to 23ea7375
fix(ui): fix mobile logo alignment (#3878)

* fix(ui): fix mobile logo alignment

Fix the alignment of the header logo for mobile.

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