~cgrabowski/maas:preserve_storage_changes_on_release

Last commit made on 2022-03-11
Get this branch:
git clone -b preserve_storage_changes_on_release 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:
preserve_storage_changes_on_release
Repository:
lp:~cgrabowski/maas

Recent commits

5dfc489... by Christian Grabowski

Fix hardware sync templates

ff84d55... by Peter Makowski

Update maas-ui to 5e305464
test: fix testing-library eslint warnings (#3670)

139abd2... by Christian Grabowski

ensure hardware sync values exposed via api

ensure sync values exposed via websocket

add model fields to track sync interval on machine basis

c07ca6e... by Alexsander de Souza

run performance tests in CI

3f27d33... by Adam Collard

Speed up machines API tests

3984243... by huwshimi <email address hidden>

Update maas-ui to 72cbe91a
feat(ui): tag form three column layout (#3665)

Set up the three column layout in the tag form. Includes placeholder states that will be replaced
with proper content.

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

acddcbf... by Alberto Donato

cleanup code around clearing boot disk when it gets removed

2e2f62a... by Christian Grabowski

simplify perf tests to time and output json

use doc_handler to generate description

ignore perftests in regular pytest runs

move fixtures to conftest for easier linting

mock http response for cli

load conftest per module

prevent cli from exiting

add websocket machine list perf test

add reset subcommand

make bad user input error earlier

add API perf tests

use pytest-django for DB use in pytests

move client imports into fixture functions

create user and api client fixtures for perf tests

c6e0568... by Adam Collard

Fixes to update-initial-sql

024bc79... by Adam Collard

Allow no-op closing of a disabled connection.