~mpontillo/maas:dns-websockets

Last commit made on 2018-02-02
Get this branch:
git clone -b dns-websockets 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-websockets
Repository:
lp:~mpontillo/maas

Recent commits

b8ae26d... by Mike Pontillo

Add tests for DNSData HandlerPermissionError.

12d6c9f... by Mike Pontillo

Remove unnecessary prefetching. (We do a raw SQL query to get the DNS resources.)

8bab166... by Mike Pontillo

websockets: Enable DNSResource and DNSData editing.

 * 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.

f01e6e1... by Björn Tillenius

When allocating a machine via the API, don't try
to compose a machine in a pod which isn't in a resource
pool the user doesn't have access to

42f677c... by Andres Rodriguez

debian/control: Add depends on python3-uvloop.

57e39ff... by Björn Tillenius

Add a default pool for pods.

The default pool is used when new machines are composed. This is the model only.
Further work will follow.

6fad66c... by Blake Rouse

Fix the twisted logger to print exceptions. Fix issue where filtering of UNIX socket log messages was not working.

95c5d61... by Alberto Donato

fix user group validation message

e166d46... by Mike Pontillo

Fix deprecated attr.ib paramter.

 * Rename 'convert=' to 'converter='.
   See https://github.com/python-attrs/attrs/issues/307

36475d3... by Lee Trager

Don't autoselect for_hardware scripts in the UI