~adam-collard/maas:fix-1884112-count-aggregate

Last commit made on 2020-06-22
Get this branch:
git clone -b fix-1884112-count-aggregate https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
fix-1884112-count-aggregate
Repository:
lp:~adam-collard/maas

Recent commits

5fa7469... by Adam Collard

Make the expectation about num keys, machines clear (BjornT's review)

5e3dcfa... by Adam Collard

Use distinct=True to avoid Django gotcha with multiple aggregations

Fixes LP:1884112, work around https://code.djangoproject.com/ticket/10060

6c7e318... by Caleb Ellis

Update maas-ui to bf50ea4af94987009c4665f4a5b8069d014f93c1

4b29a69... by Huw Wilkins

Update maas-ui to 825448598f98d27f3c6feb8a33e629edcfa37f7c

d8f08ca... by Lee Trager

LP: #1881919 - Allow user to disable running a user uploaded commissioning script.

Currently when no commissioning scripts are selected by the user all user
uploaded commissioning scripts are automatically selected. This branch adds two ways to disable that.

1. Any commissioning script tagged with "noauto" won't be automatically selected by MAAS.
2. When using the API if commissioning_scripts=none no user uploaded commissioning script will be selected.

fa22798... by Alberto Donato

fix some more warnings/deprecations

 - @attr.s deprecation for cmp= use
 - warning in regexp format
 - collections.Sequence import deprecation

fd6fdc6... by Alberto Donato

fix imports collections -> collections.abc

5cee0bd... by Alberto Donato

fix imports django.core.urlresolvers -> django.urls

b95cb66... by Alberto Donato

utilities/release-build: optionally skip building the UI

9363371... by Alberto Donato

LP:1883735 - remove lockfiles when deb package is purged