~andreserl/maas:curtin_version

Last commit made on 2018-04-09
Get this branch:
git clone -b curtin_version https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
curtin_version
Repository:
lp:~andreserl/maas

Recent commits

2d9cecf... by Andres Rodriguez

Fix lint

631ea4a... by Andres Rodriguez

Set curtin/maas version on the preseed for installed systems

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().

7a167af... by Karl Williams

Fix the widths of the columns in the images table

055cd12... by Blake Rouse

Remove all the YUI code, dependencies, and tests. Replace the last remaining YUI module with a Angular directive.

dcf3668... by Karl Williams

Standardised the layout of deploy, commission and release forms

It standarizes the layout that appears in node list and details pages (along with many other, less complex actions).

48ca906... by Karl Williams

Fix column widths of the pods table and allow the table to scroll at smaller viewports