~blake-rouse/maas:remove-django-admin

Last commit made on 2019-09-04
Get this branch:
git clone -b remove-django-admin 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:
remove-django-admin
Repository:
lp:~blake-rouse/maas

Recent commits

6626225... by Blake Rouse

Remove usage of django.contrib.admin when debug mode is enabled.

a81b197... by Alberto Donato

add snap home plug for "maas" command, fix makefile check for snapcraft

d17063b... by Steve Rydz

Rename hardware tests tab

3a6e0c4... by Steve Rydz

Rename interfaces tab to network

b68d4ea... by Steve Rydz

Rename test hardware action

6a08526... by Björn Tillenius

Allow dynamic hostname DNS records to map to multiple IPs.

Before this, every time MAAS updated a lease for an IP, it would delete
the dynamic hostname mapping and replace it with the currently
processing lease.

This mean that the dynamic hostname would alernate between IPs, if there
are more than on IP that has the same hostname. For example, if a
machine has two interfaces getting their IPs through MAAS DHCP.

b745a27... by Björn Tillenius

Add index to the event table to speed up machine listing.

The index speeds up getting the latest event for each node that is
displayed on the machine listing.

The added patch depends on 0187, which is the latest patch on 2.6, since this
patch is to be backported there.

e3a24f6... by Caleb Ellis

Convert KVM storage dropdown into a directive

aa8501f... by Alberto Donato

drop monkeypatch for django host validator regexp (fixed upstream in 1.11)

adee752... by Caleb Ellis

Improve KVM table styling on smaller screens.