~cgrabowski/maas:fix_connection_pool_handshake_race_condition

Last commit made on 2022-08-30
Get this branch:
git clone -b fix_connection_pool_handshake_race_condition 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_connection_pool_handshake_race_condition
Repository:
lp:~cgrabowski/maas

Recent commits

cdc5061... by Christian Grabowski

only allow the clusterservice to call add_connection to avoid race condition with rpc handshake

99d316c... by Alberto Donato

LP:1918978 keep subarchitecture during commissioning

9bf5ba2... by Alberto Donato

LP:1984141 don't fail if pod-console-log tag exists with different kernel options

89e4ad4... by huwshimi <email address hidden>

Update maas-ui to 5065bbbbd
fix(testing): correctly pass the store to the testing utils (#4372)

Fix the missing store param when rendering in tests.

Fixes: #4371.

31f0659... by Christian Grabowski

remove conditional to allow additional connections perform handshake

3004e40... by Alberto Donato

LP:1982315 use rack IP instead of hostname in preseed if external DNS is used

This also makes handling of X-Forwarded-For a bit safer, since it ignores extra IPs that might come before the one from the rackd proxy (e.g. client-supplied values).

303580d... by Jack Lloyd-Walters

ensure parameters in path are required

81b933d... by Christian Grabowski

allow getRegionClient to use a busy connection

2c8d1bf... by Jack Lloyd-Walters

Remove ungrammatical linebreak in operation description

1588462... by Peter Makowski

Update maas-ui to 4f2ed617f
feat: add navigation background transition (#4360)