~cgrabowski/maas:fix_jammy_commissioning

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

Recent commits

225b83f... by Christian Grabowski

use id_path if can't find serial in lsblk

f02ab55... by Bill Wear

Update maas-offline-docs to d8df0da3
Updated what-is-new-with-maas-3-2-5962.md and what-is-new-with-maas-3-2.html as follows:

 - split out 3.2 release notes

b7d57ee... by Bill Wear

Update maas-offline-docs to a3c24d21
Updated what-is-new-with-maas-3-0-5963.md and what-is-new-with-maas-3-0.html as follows:

 - split out 3.0 release notes

dedb54f... by Bill Wear

Update maas-offline-docs to 31c7e798
Updated what-is-new-with-maas-2-9-5961.md and what-is-new-with-maas-2-9.html as follows:

 - create separate 2.9 release notes

1cf2a1f... by Bill Wear

Update maas-offline-docs to 287d1980
Updated what-is-new-with-maas-5292.md and what-is-new-with-maas.html as follows:

 - split release notes to separate files; this file is the default, giving permalink to "what's new" references

c58af20... by Anton Troyanov

feat: redirect http to https, if https is enabled

Add fallback rule, to redirect HTTP requests to HTTPS endpoint.

E.g. when user misstyped the address and used scheme `http` with
port `5240`, there will be a 301 redirect to `https`

1ee1f64... by Björn Tillenius

Add some more tests for the API handlers.

This is in preparation for changing the way we generate the JSON
representation.

0e30292... by Peter Makowski

Update maas-ui to b6f8bbfa
verify hardware sync back-end integration (#3809)

- refactor timeSpan with date-fns
- add HardwareSyncFields type

3bfc00f... by Caleb Ellis

Update maas-ui to 3bd777e3
fix(ui): standardise shape of node actions (#3811)

This fixes a bug where in-table machine actions were not working
due to inconsistent action function shapes.

450e173... by Peter Makowski

Update maas-ui to 2929058d
refactor: put aria-label directly on Spinner (#3810)