~ya-bo-ng/maas:edit-machine-note

Last commit made on 2019-04-17
Get this branch:
git clone -b edit-machine-note https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
edit-machine-note
Repository:
lp:~ya-bo-ng/maas

Recent commits

30fbb95... by Anthony Dillon

Add the ability to edit the note in the UIs machine config

bff977b... by Blake Rouse

Add database trigger that updates a node or controller in the websocket, if the new event is INFO or higher.

aed12ed... by Lee Trager

Don't pick the blank layout, the websocket test can't verify a layout is applied.

f8c8134... by Caleb Ellis

LP: #1813276 - Fix hostname disappearing if hostname is long and machine is locked

489f71e... by Blake Rouse

Update the initial.maas_test.sql to speed up starting of unit tests.

34bbd14... by Lee Trager

Allow settings vCenter credentials on the settings page in the UI.

3af415d... by Blake Rouse

Show the latest event status message on the WebUI for all the transitioning states.

3a36e7e... by Lee Trager

LP: #1813019 - Add a blank storage layout.

92679b8... by Blake Rouse

Fixes LP #1824548 - Add specific templates for arm64 and use linux and initrd for grub.cfg instead of linuxefi and initrdefi.

83d1557... by Blake Rouse

Fixes LP: #1818932 - Fix issues with loading machines and users over the websocket.

This fixes the machines and users handlers to be O(1) when using list. Batch sizing from the client side is also adjusted to provide further improvements to loading the listing based on each objects size.

This reduces the time to load 50 machines from 0.33 seconds(avg) to 0.030 seconds(avg) saving 30 seconds per list request.