~lyubomir-popov/maas:v171-nav-highlight

Last commit made on 2018-06-25
Get this branch:
git clone -b v171-nav-highlight https://git.launchpad.net/~lyubomir-popov/maas
Only Lyubomir Popov can upload to this branch. If you are Lyubomir Popov please log in for upload directions.

Branch merges

Branch information

Name:
v171-nav-highlight
Repository:
lp:~lyubomir-popov/maas

Recent commits

f0f848e... by lyubomir-popov <email address hidden>

rebuild css

0d35b1f... by lyubomir-popov <email address hidden>

restore menu active highlight colour to orange

de14359... by lyubomir-popov <email address hidden>

Upgrade vanilla using

466311e... by Karl Williams

LP: #1773133 - Allow tooltip to overflow package repo 'enabled' cell

43703b5... by Lee Trager

Anonymous is_registered now returns false for NEW, COMMISSIONING, or RETIRED nodes

The anonymous is_registered operation on the nodes API now returns false if
the MAC address is associated with a NEW, COMMISSIONING, or RETIRED node.
This allows enlistment to continue in the event a user enters an incorrect
boot MAC.

488aacc... by Lee Trager

Split enlistment user_data into its own template.

b314d7a... by Lee Trager

Revert "LP: #1707216 - Allow machines with IPMI BMCs to be added without arch or MAC"

This reverts commit 8228931433cee69471221f678f39156fe4e0b349.

d390a1d... by Andres Rodriguez

LP: #1777924 - Match regex on domains that include a '-'.

8228931... by Lee Trager

LP: #1707216 - Allow machines with IPMI BMCs to be added without arch or MAC

Machines which use an IPMI BMC may now be added without giving an architecture and/or MAC addresses. If an incorrect MAC address is
given it will be automatically corrected.

80d5f80... by Blake Rouse

Add use_rack_proxy configuration option. When use_rack_proxy is True (default) the preseed will be fetched through the rack nginx proxy. Adjust preseed generation to use request.build_absolute_uri so that when preseed is requested through a reverse proxy all future calls will continue through the proxy.