~mpontillo/maas:add-ip-address-family-index

Last commit made on 2017-07-07
Get this branch:
git clone -b add-ip-address-family-index https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
add-ip-address-family-index
Repository:
lp:~mpontillo/maas

Recent commits

9329adf... by Mike Pontillo

Add index on family(ip) for each StaticIPAddress.

 * This change greatly improves the execution time of the
   maasserver_routable_pairs view.

LP: #1702669

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.

1230dda... by Mike Pontillo

Add initial beaconing service and protocol.

 * Add ProtocolForObserveBeacons to read input from each beacon
   monitoring process.
 * Add BeaconingSocketProtocol to receive input from either the
   ProtocolForObserveBeacons or the socket layer. (The socket
   layer path is used for unit tests, and in a future test command.)
 * Add a way to age out entries in an OrderedDict based upon UUID keys.
   (The UUIDs must have a valid 'time' field.)
 * Add initial transmit and receive path for beacons.
 * If solicitation packets are received, respond to them with
   advertisements.