Allow sorting images by last deployed
The initial MAAS image sorting specification has been completed and a first prototype of the feature is in review.
As part of this work also noticed a small bug where the sizes column was not sorted correctly. This has been fixed.
Configurable session timeout
The first version of the additional session configuration form on the Security page
is in review: feat: Configurable session timeout MAASENG-1121 by ndv99 · Pull Request #4638 · canonical/maas-ui · GitHub
Setup MAAS GitHub Action
We have created a GitHub Action for installing and configuring MAAS
End-to-end testing with Playwright
We’re now verifying that machine.list and machine.count WebSocket API endpoints aren’t called unnecessarily (these calls are expensive).