~cgrabowski/maas:use-maas-run-scripts-instead-of-host-info

Last commit made on 2022-03-08
Get this branch:
git clone -b use-maas-run-scripts-instead-of-host-info 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-maas-run-scripts-instead-of-host-info
Repository:
lp:~cgrabowski/maas

Recent commits

e0cf6bd... by Christian Grabowski

remove old redirect handler from urls

99a2f67... by Christian Grabowski

use maas-run-scripts instead of hardware sync

9409cf2... by huwshimi <email address hidden>

Update maas-ui to 766e9e90
refactor(ui): make kvm action bar reusable (#3659)

Make the action bar used in the KVM pages reusable.

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

236fd8a... by Björn Tillenius

Don't use TYPE_CHECKING to conditionally import Machine.

It was used incorrect, breaking real execution for the code. Given that
importing Machine is cheap, since the sampledata code already makes use
of it, it doesn't make much sense to optimize things using TYPE_CHECKING
checks here.

67e0f9e... by Adam Collard

Use random.choices for weighted items

023bf1d... by Anton Troyanov

Use single style for batch operations

fc68e99... by Björn Tillenius

Disable notifications triggers when generating events in sampledata.

The notification triggers don't provide any value for sampledata
generation, but at least for events they slow down things a lot.

f0a1136... by Alexsander de Souza

add count and stratify methods

- count returns the number of rows in a table (using filters)
- stratify count the number of rows grouped by a given field

52de14a... by Alexsander de Souza

disable timeouts to avoid flakiness

20c270a... by Alberto Donato

create sampledata tags in bulk