~seyeongkim/maas:lp1999827

Last commit made on 2023-07-23
Get this branch:
git clone -b lp1999827 https://git.launchpad.net/~seyeongkim/maas
Only Seyeong Kim can upload to this branch. If you are Seyeong Kim please log in for upload directions.

Branch merges

Branch information

Name:
lp1999827
Repository:
lp:~seyeongkim/maas

Recent commits

7d526be... by Ubuntu <email address hidden>

Fix reverse order ip address

When controller's nic has several ip and virtual ip,
SQL collect them reverse order. this fixes it.

313c717... by Alexsander de Souza

turn off DEBUG mode when running performance tests

e816cf1... by Nick De Villiers

Update maas-ui to 93a209532
test: Migrate 5 base components to RTL MAASENG-1745 (#4938)

Migrated the following files to RTL:
```
8.0K ./src/app/base/components/NodeName/NodeName.test.tsx
8.0K ./src/app/base/components/NodeName/NodeNameFields/NodeNameFields.test.tsx
8.0K ./src/app/base/components/SSHKeyList/SSHKeyList.test.tsx
8.0K ./src/app/base/components/UserForm/UserForm.test.tsx
8.0K ./src/app/base/components/VLANSelect/VLANSelect.test.tsx
```

---------

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

8ad1224... by Adam Collard

fix: flaky maas_user profile name, use a hard-coded name

277a381... by Alberto Donato

materialize a list of workers before signaling them to stop

The workers might unregister themselves while the dict is iterated on.

3dbf580... by Igor Brovtsin

Commissioning-time platform detection

51f1cd8... by Igor Brovtsin

Deployment fixes for platform-optimised kernels

a6dd259... by Nick De Villiers

Update maas-ui to 04ea57ddb
test: Migrate 8 MachineDetails tests to RTL MAASENG-1729 (#4937)

 Migrated the following files to RTL:
```
8.0K ./src/app/machines/views/MachineDetails/MachineDetails.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineNetwork/EditBridgeForm/EditBridgeForm.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineNetwork/EditInterface/EditInterface.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineNetwork/EditPhysicalForm/EditPhysicalForm.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineStorage/ChangeStorageLayout/ChangeStorageLayout.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineStorage/StorageNotifications/StorageNotifications.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineSummary/MachineSummary.test.tsx
8.0K ./src/app/machines/views/MachineDetails/MachineSummary/TestResults/TestResults.test.tsx
```

---------

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

cdff356... by Jones Ogolo <email address hidden>

Update maas-ui to 7039009c5
Migrate kvm tests rtl maaseng 1748 (#4934)

Migrated the following tests to RTL:

```
4.0K ./src/app/kvm/components/LXDHostVMs/NumaResources/NumaResources.test.tsx
4.0K ./src/app/kvm/components/NameColumn/NameColumn.test.tsx
4.0K ./src/app/kvm/components/RAMColumn/RAMPopover/RAMPopover.test.tsx
4.0K ./src/app/kvm/components/RamResources/RamResources.test.tsx
4.0K ./src/app/kvm/components/VfResources/VfResources.test.tsx
```

a40e896... by Peter Makowski

Update maas-ui to 05a830929
test: migrate kvm tests to RTL MAASENG-1742 (#4932)

Migrated the following files to RTL:

```
4.0K ./src/app/kvm/views/LXDClusterDetails/LXDClusterSummaryCard/LXDClusterSummaryCard.test.tsx
4.0K ./src/app/kvm/views/LXDSingleDetails/LXDSingleSettings/AuthenticationCard/AuthenticationCard.test.tsx
```

---------

Co-authored-by: Nick De Villiers <email address hidden>