~adam-collard/maas:test-isolation-ipmi-locate

Last commit made on 2022-03-08
Get this branch:
git clone -b test-isolation-ipmi-locate https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
test-isolation-ipmi-locate
Repository:
lp:~adam-collard/maas

Recent commits

3a7204c... by Adam Collard

Isolate bmc_config test from machine where /dev/ipmi\d exists

a073529... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to c9feaf03
fix(deps): update all non-major dependencies (#3662)

Co-authored-by: Renovate Bot <email address hidden>

906dc78... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to a07351a0
chore(deps): update actions/checkout action to v3 (#3663)

Co-authored-by: Renovate Bot <email address hidden>

e47e3a8... by Alberto Donato

add context manager to collect profiling data in tests

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