~troyanov/maas:allow-null-vpd

Last commit made on 2022-09-06
Get this branch:
git clone -b allow-null-vpd https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
allow-null-vpd
Repository:
lp:~troyanov/maas

Recent commits

2b28478... by Anton Troyanov

LP:1988769 better handling VPD data that has non alphanumeric characters

9563e6a... by Peter Makowski

Update maas-ui to 468c1fca1
fix: lxd cluster route loading state (#4385)

2ba6dca... by Jack Lloyd-Walters

Add a linter for the OpenAPI spec

473049d... by Alexsander de Souza

add sorting by fqdn, pxe_mac, storage, physical_disk_count and fabric_name

9e4845a... by Alberto Donato

LP:1988543 handle case of disk devices not backed by a pool

Examples are image-backed disks or ISOs.

e5275b5... by Nick De Villiers

Update maas-ui to 36ba4b415
Migrate Enzyme to RTL - src/app/images (#4374)

* Migrate DeleteImageConfirm.test to RTL

* Migrate ImagesTable.test to RTL

* Migrate NonUbuntuImageSelect.test to RTL

* Migrate ArchSelect.test to RTL

* Migrate ReleaseSelect.test to RTL

* Migrate UbuntuImageSelect.test to RTL

* Migrate CustomImages.test to RTL

* Migrate GeneratedImages.test to RTL

* Remove unused inputs from GeneratedImages.test

* Migrate ImageListHeader.test to RTL

* Migrate FetchedImages.test to RTL

* Migrate FetchImagesFormFields.test to RTL

* Migrate FetchImagesForm.test to RTL

* Migrate OtherImages.test to RTL

* Migrate UbuntuCoreImages.test to RTL

* Migrate UbuntuImages.test to RTL

* Migrate SyncedImages.test to RTL

* Migrate ImageList.test to RTL

* Remove unused import from ImageList.test

* Remove unnecessary testid from ArchSelect.tsx

* Use renderWithMockStore where possible

* Revert "Use renderWithMockStore where possible"

This reverts commit 44dbcc229f27632d85edc8fe6079720e3ca96741.

* Use renderWithMockStore where possible

Fixed

27f91f4... by Anton Troyanov

feat: link machines that depend on each other

A data processing unit (DPU) is a channel controller.
Host machine might have DPU installed, and we want MAAS to detect DPU
as a separate machine, but maintaining parent-child relation with the host.

f153246... by Adam Collard

Drop unused POWER_QUERY_TIMEOUT

ee90d0c... by Jack Lloyd-Walters

Generate responses for API operations.

5c02215... by Alberto Donato

update each partition indexes on delete in order

This is needed since a single query might end up updating the index of a
partition with a number which ends up colliding with the one before that's not
been updated yet