~bitfehler/maas:master

Last commit made on 2019-07-15
Get this branch:
git clone -b master https://git.launchpad.net/~bitfehler/maas
Only Conrad Hoffmann can upload to this branch. If you are Conrad Hoffmann please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~bitfehler/maas

Recent commits

97a50f9... by Caleb Ellis

Refactor tables.scss into smaller table files

fba186a... by Caleb Ellis

LP: #1754034 - Change own user's edit link in Settings to account prefs page

3383844... by Newell Jensen

LP: #1690781 -- virsh command returns an error string without raising an exception. Check returned string for error to try qemu emulator.

c9a8864... by Lee Trager

Add new ScriptResult statuses APPLYING_NETCONF and FAILED_APPLYING_NETCONF.

2a2ea64... by Lee Trager

Support downloading all interface results over the API.

4af72c2... by Lee Trager

57b7fa3 removed the dependency on python3-sphinx however python3-docutils is still needed.

65f7e87... by Blake Rouse

Add the CheckIPs RPC call on the rackd.

66dddc4... by Anthony Dillon

Fix the machine details log layout

cc8f847... by Anthony Dillon

Fix active tab styling

36d5dd0... by Lee Trager

LP: #1835289 - Fix error handling on the commissioning API.

The commissioning API was returning an exception instead or raising it. This
caused a 500 internal error with no readable error message. Fixing this
revealed the commissioning API cannot be used with embedded script YAML as
the commissioning API sets the script_type to commissioning. The form now
allows fields to be set as long as they match what is in the script YAML.