~mpontillo/maas:dns--allow-a-records-in-dnsdata-form

Last commit made on 2018-03-07
Get this branch:
git clone -b dns--allow-a-records-in-dnsdata-form 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:
dns--allow-a-records-in-dnsdata-form
Repository:
lp:~mpontillo/maas

Recent commits

522daa7... by Lee Trager

Reduce triggers to only update the node websocket when viewable data changes

Instead of firing a trigger on any field change on maasserver_node only
fields which are viewable in the UI now cause the trigger to fire. This
uncovered a number of tests which were passing due to the previous catch
all maasserver_node trigger. The EVENT_NODE_NOTIFY trigger has it caused
events to update the node on the websocket. MAAS already has a handler
for events.

5426f38... by Karl Williams

LP: #1749874 Fix missing CSS icons

Add classes for icons missing since the conversion
Remove no longer required SVG files

f353ec1... by Alberto Donato

make users create from external auth administrators

7897889... by Lee Trager

Stop polling power_types in the UI

a930337... by Björn Tillenius

Explicitly use our nodejs when invoking karma.

This make test.js and test.parallel work again.

cb6aadb... by Alberto Donato

remove xdg-* binaries from the snap.

cc68097... by Mike Pontillo

Fix javascript-needs-rebuild script. Update to Webpack 4.

8cebfef... by Andres Rodriguez

Add lintian-overrides for the source package.

498d34c... by Alberto Donato

don't disable OAuth-based auth when external auth is enabled

a133901... by Björn Tillenius

Make 'maas login <url>' try to use a macaroon for authentication.

If the MAAS server supports macaroons, a macaroon will be created
and it will be used to generate a new API token for the client to use.