~gavin.lin/maas:raritan-pdu

Last commit made on 2022-05-31
Get this branch:
git clone -b raritan-pdu https://git.launchpad.net/~gavin.lin/maas
Only Gavin Lin can upload to this branch. If you are Gavin Lin please log in for upload directions.

Branch merges

Branch information

Name:
raritan-pdu
Repository:
lp:~gavin.lin/maas

Recent commits

0fb1a57... by Gavin Lin

Add support to control Raritan PDU

9678a93... by Caleb Ellis

Update maas-ui to 7828b163
refactor(ui): move machine storage utils to node storage utils (#3969)

82b2f6f... by huwshimi <email address hidden>

Update maas-ui to c2b50e13
refactor(ui): replace Redirect with useNavigate (#3964)

Replace Redirect with useNavigate from React Router v6.

Fixes: #3962.

8fb7db7... by Alberto Donato

LP:1976194 ensure the $SNAP_COMMON/maas directory is always created

6cc3e8d... by Alberto Donato

LP:1976196 remove unimplemented websocket methods for controllers from list

5b79ab7... by Alberto Donato

bump piston dependency, drop now useless monkeypatch

6f6e40d... by Adam Collard

Fix flaky test trying to generate a shared secret

End result to wait 60s instead of 10s

adf6716... by Alberto Donato

add contextmanager wrapper to allow connecting to Postgres without starting a transaction

Since psycopg2 2.9 (the version in 22.04) the connect() method automatically starts a transaction.
Fixtures setting up test databases need to run commands (e.g. CREATEDB) outside transactions.

a79e899... by Alberto Donato

forward-compatible fixes for some tests

This fixes some failures with dependencies in jammy

4c53a0f... by Caleb Ellis

Update maas-ui to d3e602e7
feat(ui): create scaffolding components for controller details (#3963)