~newell-jensen/maas:lp1749017

Last commit made on 2018-02-12
Get this branch:
git clone -b lp1749017 https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
lp1749017
Repository:
lp:~newell-jensen/maas

Recent commits

ec95cb7... by Newell Jensen

Use select_related instead of prefetch_related to reduce query count.

faca479... by Newell Jensen

LP: #1749017 -- Fixes event query error for null node or user.

485df7e... by Alberto Donato

drop compatibility with old python3-macaroonbakery 0.0.6 (since 1.1.0 is in bionic)

c70f02a... by Andres Rodriguez

Update packaging to match 2.4.0-a1 release and 2.4.0-a2 opening

12ee233... by Mike Pontillo

websockets: Enable DNSResource and DNSData editing.

 * Add update method on domain websocket.
 * Refactor code to ensure users have admin privileges for editing a domain.
 * Add create, update, and delete methods on domain websocket for
   DNSData and DNSResource objects.
 * Refactor SQL query for resource records to optionally include database IDs.
 * Ensure zone generator gets results in the old format, so that it is not
   confused by the addition of any database IDs.
 * Refactor JSON websocket output to include database IDs.

88854aa... by Andres Rodriguez

LP: #1739761 - Addd the ability to deploy a precise squashfs image.

3113b76... by Björn Tillenius

Don't prompt for a password in createadmin if external auth is used.

If IDM is used for authentication, we still want to use createadmin
to precreate the admin. Prompting for a password is only confusing,
though, since it won't be used.

b21dc1b... by Björn Tillenius

Add a CLI command to configure external authentication.

Currently configuring external authentication won't do anything, but
the config will later be used to trigger authentication via IDM.

c5bfc86... by Blake Rouse

Don't use twisted plugin cache. Load the plugins inside of MAAS source code.

This removes the need for twisted to update the dropin.cache file along with removing the need of installing the twisted plugin files in the python twisted namespace.

d3b1977... by Newell Jensen

Add remaining audit event types.