~adam-collard/maas:bootsources-proxy

Last commit made on 2022-03-14
Get this branch:
git clone -b bootsources-proxy 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:
bootsources-proxy
Repository:
lp:~adam-collard/maas

Recent commits

7ae9308... by Adam Collard

Remove http{,s}_proxy from environ, unskip test

0c0b0ae... by Alberto Donato

LP:1964755 limit blockdevices and partition lookups by name to the node

ec70f55... by Adam Collard

Move certificate generation out of import time

6f13c82... by Alberto Donato

add Partition.index to store the partition number

This replaces the Partition.get_partition_number() call with a stored index, which is calculated on creation with a similar logic.
Indexes for following partitions are recalculated when one is removed.

394423d... by Adam Collard

Speed up node tests

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.