~mpontillo/maas:dns-ui--add-record

Last commit made on 2018-03-08
Get this branch:
git clone -b dns-ui--add-record 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-ui--add-record
Repository:
lp:~mpontillo/maas

Recent commits

dfcf3ba... by Mike Pontillo

Fix JavaScript tests.

0bc51c7... by Mike Pontillo

Fix JavaScript tests.

055af07... by Mike Pontillo

Add options drop-down for record type.

22b9d21... by Mike Pontillo

Support A and AAAA records indirectly.

661a207... by Mike Pontillo

Fix button alignment.

4113f5d... by Mike Pontillo

Add initial form for adding DNS records.

45aa878... by Mike Pontillo

Add 'Add record' button to domain details page.

9e45ddc... by Mike Pontillo

Remove YUI JavaScript file mistakenly added to karma config.

eead99a... by Mike Pontillo

Reorganize legacy YUI code. Use built JavaScript and sourcemaps during testing.

66f787b... by Blake Rouse

Modify TimestampModel to use a datetime now just like Django, but with as_sql to use CURRENT_TIMESTAMP.

    This reduces the number of queries on a save of an object from n*2 to just n, because a is not called before every save.