~troyanov/maas:fix-1990014

Last commit made on 2022-09-16
Get this branch:
git clone -b fix-1990014 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:
fix-1990014
Repository:
lp:~troyanov/maas

Recent commits

a55ae18... by Anton Troyanov

LP:1990014 fix debug middleware

When response jas no `content` attribute, default value will be
returned.

Default value should be of type `bytes`, not `str`, otherwise it will
fail to decode with an exception:

```
AttributeError: 'str' object has no attribute 'decode'.
```

From Django documentation:
  HttpResponse.content
  A bytestring representing the content, encoded from a string if necessary.

6da4a2e... by Anton Troyanov

feat(api): return parent for machine

c286f7b... by Anton Troyanov

feat: add parent-child relation between vm and pod

c2f20a7... by Anton Troyanov

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

d4f0cc6... by Alberto Donato

drop unneeded override of default get method in NodeMetadataManager

0b08820... by Peter Makowski

Update maas-ui to 8b113bdbf
Fix MAAS UI team 404 link in README (#4382)

replace non-existent MAAS UI link with discourse MAAS Tribe page
Fixes #4367

7f876a5... by Alexsander de Souza

fix dehydration of diskless machines

51f5879... by Nick De Villiers

Update maas-ui to 889533381
Migrate Enzyme to RTL: src/app/intro (#4384)

* Migrate IntroCard.test to RTL

* Migrate IntroSection.test to RTL

* Remove unused imports from IntroSection.test

* Migrate ImagesIntro.test to RTL

* Migrate IncompleteCard.test to RTL

* Migrate ConnectivityCard.test to RTL

* Add label enum to ConnectivityCard

* Migrate NameCard.test to RTL

* Migrate MaasIntro.test to RTL

* Migrate MaasIntroSuccess.test to RTL

* Migrate UserIntro.test to RTL

* Migrate Intro.test to RTL

* Update src/app/intro/components/IntroSection/IntroSection.test.tsx

Co-authored-by: Peter Makowski <email address hidden>

* Update src/app/intro/components/IntroSection/IntroSection.test.tsx

Co-authored-by: Peter Makowski <email address hidden>

* Update src/app/intro/views/MaasIntro/MaasIntro.test.tsx

Co-authored-by: Peter Makowski <email address hidden>

* Update src/app/intro/views/MaasIntroSuccess/MaasIntroSuccess.tsx

Co-authored-by: Peter Makowski <email address hidden>

* Commit suggested changes from @petermakowski

Co-authored-by: Peter Makowski <email address hidden>

044ddae... by Alexsander de Souza

add nodedevicevpd to initial SQL

9563e6a... by Peter Makowski

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