~newell-jensen/maas:2.6-lp1804563

Last commit made on 2019-05-30
Get this branch:
git clone -b 2.6-lp1804563 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:
2.6-lp1804563
Repository:
lp:~newell-jensen/maas

Recent commits

8bffa14... by Newell Jensen

LP: #1804563 -- Modify dnsresource update API endpoint to take same parameters that dnsresources create API endpoint uses.

198be00... by Andres Rodriguez

debian/changelog: Update to reflect 2.6.0RC1 release

70b0fe1... by Steve Rydz

LP: #1803594 - Disable bcache button for existing bcache

b3d6d7a... by Alberto Donato

LP: #1812402 - check if a user is allowed to create devices when RBAC is used

869813d... by Steve Rydz

Fix mac address field when adding a new interface

00b0319... by Huw Wilkins

Process tests with Webpack. Import test utils.

7dc0c87... by Steve Rydz

Change width of dashboard search field

6fb6b04... by Newell Jensen

LP: #1816940 -- Handle POSTman requests with authorization data that doesn't contain whitespace after the comma seperated values.

da0e76d... by Steve Rydz

LP: #1830786 - Disable add to datastore button if no datastores

b889989... by Björn Tillenius

Fix TestPowerMixin spurious test failures.

Node._power_control_node was called in a post commit hook, and it
sometimes failed. Since the tests aren't testing that behavior, it's
best to simply mock it out.