~ltrager/maas:limit_listing_queries

Last commit made on 2018-03-29
Get this branch:
git clone -b limit_listing_queries https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
limit_listing_queries
Repository:
lp:~ltrager/maas

Recent commits

c38c9fb... by Lee Trager

Add get_queryset tests

37b692f... by Lee Trager

Merge branch 'master' into limit_listing_queries

61dccc5... by Anthony Dillon

Updated the delete image button and formatted the confirmation view

282b1e1... by Anthony Dillon

Align the logout buttons to the right.

9c3d32c... by Lee Trager

Limit the amount of queries used during a list operation.

Handlers can now specify a list_queryset which is used when the client calls
list(). The machine, device, and controller handlers have been updated to only
output data needed for the listing page for that node type. All node types now
have their query count tested for list and get.

5a720ed... by Karl Williams

Fixed the layout of release action setting lists.

5ee9558... by Blake Rouse

Convert the YUI reveal module into an angular directive. Remove the YUI reveal module.

ed65466... by Blake Rouse

Remove the YUI shortpoll module, as it is no longer used.

947f69e... by Andres Rodriguez

LP: #1513775 - Ensure 'dnssec-validation' gets always parsed

On the original bind config, 'dnssec-validation' is set. In some cases, when parsing the config, 'dnssec-validation' is not removed automatically from the bind's config, but it is always added to MAAS' config. This, sometimes, causes bind to fail to start because of duplicate options.

5a831a0... by Andres Rodriguez

LP: #1759599 - Fix spurious test failure test_start_commissioning_sets_options