~blake-rouse/maas:fix-1793448

Last commit made on 2018-09-26
Get this branch:
git clone -b fix-1793448 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1793448
Repository:
lp:~blake-rouse/maas

Recent commits

9fe7675... by Blake Rouse

Refactor the code to make the test pass.

994fafc... by Blake Rouse

Fix service monitor to reap only its process that it spawns.

fc43620... by Blake Rouse

Add reapAllProcesses to cleanup of service monitor.

e5379a9... by Blake Rouse

Add the storage pool dropdown selection when composing a machine inside a KVM pod. Fix issue with add pod form CSS styling.

3f5d543... by Lee Trager

LP: #1660418 - Delete new versions of user uploaded BootResources by default.

8b85985... by Andres Rodriguez

Drop jinja2 dependency for packaging/tests.

69d8c3d... by Newell Jensen

Add user_id and node_system_id to event model.

Update existing audit event log messages to new formats.

Remove user from the event model.

0b4ff82... by Spencer Seidel

Update generated API documentation

 * Change template language change from Jinja2 to Tempita
 * Show parameters by default (instead of collapsing them)
 * Add support for "required=true/false" option field
 * List http status codes instead of giving examples
 * Restrict types to a predefined set to help ensure consistency

4f2057a... by Mike Pontillo

LP: #1793497 - Move database activity on compose to the correct thread.

 * Rewrite async_compose_machine() with @inlineCallbacks for clarity.
 * Move get_requested_machine() to a deferToDatabase call.
 * Also fix a separate issue where the full stack trace was not shown
   at compose or discovery time.

85ab8be... by Anthony Dillon

Developed the KVM single pod view UI