~cgrabowski/maas:vmcluster_delete_handle_invalid_id

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

Recent commits

bb0e654... by Christian Grabowski

replace assertRaises with else clause

9550987... by Christian Grabowski

use get_or_404 on fetching a cluster to delete

9b89ae9... by Alexsander de Souza

add path and backend info to vmcluster storage pools

ee3de35... by huwshimi <email address hidden>

Update maas-ui to 85af77f0
feat(ui): handle cluster/pod 404s and redirects when deleting (#3204)

* feat(ui): handle cluster/pod 404s and redirects when deleting

Update the cluster and pod detail views to display a not-found message if the id is invalid.
Redirect from the delete form when the cluster/pod is deleted.

Fixes: canonical-web-and-design/maas-ui#3149.

3cacdde... by Caleb Ellis

Update maas-ui to cf4d5283
fix(cypress): fix KVM list redirect location (#3213)

9270e83... by huwshimi <email address hidden>

Update maas-ui to f52d1cff
feat(ui): make the LXD toolbar responsive (#3202)

* feat(ui): make the LXD toolbar responsive

Update the host toolbar to be responsive to the content and screen size.

Fixes: canonical-web-and-design/app-squad#10.

f84828e... by Alexsander de Souza

fix methods overrides

use the correct method signature

2077bef... by Paul Jonason

Add support for Redfish Etags

6b2e1bd... by Alexsander de Souza

add VMCluster update operation to API and websocket interfaces

also move vmcluster-specific code from Pod to VMCluster

784a806... by Christian Grabowski

provide split of allocated resources in VMCluster websocket handler