~deadlight/maas:pods-table-spacing

Last commit made on 2018-04-10
Get this branch:
git clone -b pods-table-spacing https://git.launchpad.net/~deadlight/maas
Only Karl Williams can upload to this branch. If you are Karl Williams please log in for upload directions.

Branch merges

Branch information

Name:
pods-table-spacing
Repository:
lp:~deadlight/maas

Recent commits

ab98642... by Karl Williams

LP: 1751908 - General fixes to horizontal spacing in tables

08bffdb... by Alberto Donato

rename resource pools association form, since it will be used for usergroups as well

6a49228... by Lee Trager

Make sure the node actions are loaded on the details page.

a0b2377... by Lee Trager

Fix spacing

93d713c... by Andres Rodriguez

Only issue ipmi_chassis_config on power on.

7ad4579... by Mike Pontillo

Add ability to set the default domain using the API.

8c43f95... by Alberto Donato

add grant/revoke_group methods for resource pools, add consistency checks when removing a user or a group from a pool

98dfbe9... by Blake Rouse

Fixes LP: #1761326 - Fix issue where DNS would never be updated after initial update.

This was actually a code issue on how the asyncioreactor was installed. Original the code would force install the asyncioreactor which meant that other modules that imported the old reactor would still reference the old reactor. So any defer that was created on the old reactor would never resolve. Now the asyncioreactor uses the install function that ensures that it is the only reactor and if not it will raise an ImportError.

aa74361... by Alberto Donato

run karma separately for each browser

416caa7... by Mike Pontillo

Add GlobalDefault model.

 * Use GlobalDefault model for get_default_domain().