~blake-rouse/maas:fix-1703845

Last commit made on 2017-07-12
Get this branch:
git clone -b fix-1703845 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1703845
Repository:
lp:~blake-rouse/maas

Recent commits

4657e00... by Blake Rouse

Set the re-check intercal for rack to region RPC connections to the lowest value when a RPC connection is closed or lost. (Fixes lp: #1703845).

62dec0c... by Blake Rouse

Lower the maximum number of connections per worker.

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.

08dbe7d... by Данило Шеган

Convert package, package-dev, source-package and source-package-dev Makefile targets to use git.