~andreserl/maas:lp1548402

Last commit made on 2017-07-08
Get this branch:
git clone -b lp1548402 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:
lp1548402
Repository:
lp:~andreserl/maas

Recent commits

68948d1... by Andres Rodriguez

Fix format

9e86ec5... by Andres Rodriguez

LP: #1548402 - Handle errors in preseeds

b13b742... by Andres Rodriguez

LP: #1684131 Fix lack of spacing between 'Reserve range' and 'Reserve dynamic range' buttons

866883a... by Andres Rodriguez

Fix various minor UI issues.

LP: #1684216 - Update button label from 'Save selection' to 'Update selection'
LP: #1682489 - Fix Cancel button on add user dialog, which caused the user to be added anyway
LP: #1682387 - Unassigned should be (Unassigned)

1915632... by Andres Rodriguez

Merge packaging into master.
Add release-build and publish helper scripts.
Update gitignore and add gitattributes to create better tarballs.

d39a0e2... by Blake Rouse

Fix machinesTable directive so that it works with vs-repeat.

The machines, filteredMachines, and osinfo where placed on the scope directly. Once vs-repeat was added it changed the scope inside the directive to be the scope of vs-repeat and not the scope of machines-table. Moving those variables to the table variable on the machines-table scope fixes the issue as the table object will be copied by reference into the nested vs-repeat scope.

7b16e1c... by Newell Jensen

Add missing forms to __all__ in forms file. This will allow someone to quickly scan all the forms that are contained in this file.

37ec525... by =?utf-8?q?Danilo_=C5=A0egan?= <email address hidden>

Twisted 16.6.0 logger.formatEventAsClassicLogText now includes a traceback by default, so update test to cope with that.

Reintroduce explicit hash on DHCPServer which is an attr.s (no longer the default in python3-attr 17.2.0 included in artful)

bca2a32... by Mike Pontillo

Add ability to send multicast beacons.

 * Also adds 'maas-rack send-beacons' test command.

aaf4502... by Newell Jensen

Allows the domain of controllers to be changed in the UI.