~mpontillo/maas:version-notifications

Last commit made on 2017-09-11
Get this branch:
git clone -b version-notifications 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:
version-notifications
Repository:
lp:~mpontillo/maas

Recent commits

ae44b7a... by Mike Pontillo

Review fixes.

a2731cd... by Mike Pontillo

UX tweaks

5c69987... by Mike Pontillo

Add version column in controller listing.

d4471d1... by Mike Pontillo

LP: #1703035 - Notify per-rack-controller when its MAAS version is out-of-date.

9b51249... by Mike Pontillo

Add tooltip for version in controller details page.

501fcdd... by Mike Pontillo

Add Django signals for ControllerInfo changes

1e5bc99... by Mike Pontillo

Add utility function to turn MAAS versions into tuples.

a52798f... by Blake Rouse

Add an index on the created field on the events table.

Since the order of events on a node cannot be determined by its ID, the created field is used to sort the events in the correct order. Without an index on this field it makes the query take a long time. This adds the index to help the sorting of events by created time.

0a9d968... by Blake Rouse

LP: #1715634 - Prefetch all node data in the tags API so SQL queries are consistent.

With the nodes, machines, devices, rack_controllers, and region_controllers on the tags endpoint returning the correct objects Piston will convert them into the correct result object which results in large number of queries per node. This prefetches all the required data making the number of queries consistent.

e358ba9... by gbancroft

Add table sort to machine discovery table on dashboard