~ltrager/maas:s390x-dpm-boot

Last commit made on 2019-04-30
Get this branch:
git clone -b s390x-dpm-boot 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:
s390x-dpm-boot
Repository:
lp:~ltrager/maas

Recent commits

9a3e330... by Lee Trager

Merge branch 'master' into s390x-dpm-boot

1c9b1e7... by Steve Rydz

LP: #1826280 - Add nav highlight to settings

8bbd38b... by Kit Randel

Update group by status order in machine list and group by status_code rather than status.

f570966... by Blake Rouse

Fixes LP: #1826864 - Fix ipxe.cfg to fallback to amd64 enlistment.

3034f29... by Steve Rydz

LP: #1822647 - Add spaces to machines table

a341b02... by Andres Rodriguez

debian/changelog: Release 2.6.00-beta2; Open 2.6.0-beta3

2f8a7d3... by Kit Randel

Add prettier and format js and scss codebase.

691e14e... by Andres Rodriguez

LP: #1826600 - Correctly capture and pass the force param when releasing a machine

2db6be0... by Caleb Ellis

LP: #1826272 - Allow undercommitting of resources in a pod to min 0.1

751828f... by Björn Tillenius

Improve the check for checking whether a database is dirty.

The previous code tried to check, but it's was using an unreliable way,
and it ended up always marking the database as dirty.

Now we assume that the database is dirty, but allow tests to mark it as
clean, if it knows that the transaction was not committed.

MAASServerTestCase was changed to mark the database as clean, resulting
in the databases getting reused often and cuts the test suite run time
in half.