~blr/maas:escape-sitename-lp1775099

Last commit made on 2018-06-05
Get this branch:
git clone -b escape-sitename-lp1775099 https://git.launchpad.net/~blr/maas
Only Kit Randel can upload to this branch. If you are Kit Randel please log in for upload directions.

Branch merges

Branch information

Name:
escape-sitename-lp1775099
Repository:
lp:~blr/maas

Recent commits

d3896f8... by Kit Randel

LP: #1775099 - Apply escapejs template filter to site_name in data-ng-init.

d70d470... by Alberto Donato

LP: #1774538 - unset pool for nodes that are not machines, renumber patches

21ed07a... by Björn Tillenius

LP: #1774495 - Clicking on Zero of 15 ready for the default pools filters to undefined

23cb9f5... by Lee Trager

Remove StaticDriverTypesFixture again.

The StaticDriverTypesFixture was originall removed in 70f0c5b however it was
causing intermittent failures. These failures were due to get_all_power_types
returning a dictionary from the PowerDriverRegistry. As machines were added
this dictionary was modified and kept in memory allowing parameters to
leak between machine creates. This isn't happen over RPC because a new
dictionary was created on each RPC call. Now a deepcopy is used.

a50b660... by Alberto Donato

replace 'install' snap config entry with 'override-build', because of https://docs.snapcraft.io/deprecation-notices/dn9

1c834aa... by Björn Tillenius

Move the pool resource labels next to their input fields.

853b1f9... by Björn Tillenius

Recreate netaddr symlinks as relative when building the snap.

This works around a bug in snapcraft:

    https://bugs.launchpad.net/snapcraft/+bug/1774410

cd09db2... by Björn Tillenius

Put back the driver_parameters.StaticDriverTypesFixture fixture.

It was removed in commit 70f0c5b51c03d8659d97124380a087c61ebcfef3, but it
causes a lot of intermittent failures in api/tests/test_enlistment.py

26b56f4... by Björn Tillenius

LP: #1774024 - Top-level navigation for 'Pools' should be moved to 'Machines' tab

4f6c837... by Alberto Donato

LP: #1774016 - make description textarea in resource pool forms smaller