~adam-collard/maas:api-machine-test-speedups

Last commit made on 2022-03-09
Get this branch:
git clone -b api-machine-test-speedups 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:
api-machine-test-speedups
Repository:
lp:~adam-collard/maas

Recent commits

0bf3110... by Adam Collard

Ack's feedback

9bd487d... by Adam Collard

Speed up machines API tests

59d7a4e... by Adam Collard

Update initial SQL

91c8e40... by Adam Collard

Add go faster stripes to postgresfixture

73fa755... by Adam Collard

Fix flaky test

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.