~newell-jensen/maas:lp1753874

Last commit made on 2018-03-07
Get this branch:
git clone -b lp1753874 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:
lp1753874
Repository:
lp:~newell-jensen/maas

Recent commits

192f495... by Newell Jensen

LP: #1753874 -- Fix type if virsh pod driver for get_pod_pool_size_map.

464e22a... by Anthony Dillon

Fix vanilla CSS to load fonts locally and not over the internet.

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

2f8d80d... by Blake Rouse

Track all the fields that have changed on a model, only save the model if it has actually changed, only perform validation on the fields that have actually changed.

7051428... by Lee Trager

Only load required data with ScriptResults

ScriptResults contain metadata about the status of a Script as well as the
result. The result is stored in 4 BinaryFields, output, stdout, stderr, and
result. By default Django loads all fields into RAM. These fields are only
used when showing the user the output. By deferring these fields the region
does not have to load them into RAM.

23b2773... by Alberto Donato

add UserProfile.external_auth_check

bd7871b... by Newell Jensen <email address hidden>

Squashed commit of the following:

commit 26fd50cce9dd5aa1fbc83a05fb72da7bc4f4c6ad
Author: Newell Jensen <email address hidden>
Date: Wed Mar 7 10:42:31 2018 +0100

    Fix pod form, taking out un-needed parameters from check_for_duplicate.

commit 4eb02acbf4e7302a875c935d9a935e04d94844c7
Author: Newell Jensen <email address hidden>
Date: Wed Mar 7 10:17:39 2018 +0100

    Remove audit logs, will put in a different branch.

commit 3691eeb32bc81eb25123dd22e72b6c98cee8bf9b
Author: Newell Jensen <email address hidden>
Date: Wed Mar 7 09:48:20 2018 +0100

    Undo changes to pod_details.js

commit cf247737c610fd2bddb43fdf5001f890035e9252
Author: Newell Jensen <email address hidden>
Date: Wed Mar 7 09:46:13 2018 +0100

    Delete comment.

commit 8b8c805edc878ea7b49bd48a58b958067f032c8a
Author: Newell Jensen <email address hidden>
Date: Wed Mar 7 09:36:22 2018 +0100

    Add pod tags to UI. This ties together the UI, websockets, forms, and also adds the ability to add and remove pod tags from the API.

b0cda2b... by Karl Williams

Remove sticky header javascript

Removed instances of the sticky javascript and the source files

2358c89... by Blake Rouse

Fix bad merge.

7ba4b32... by Blake Rouse

Merge branch 'master' into cleansave-tracking