~newell-jensen/maas:vlan-message-whitespace

Last commit made on 2019-10-17
Get this branch:
git clone -b vlan-message-whitespace 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:
vlan-message-whitespace
Repository:
lp:~newell-jensen/maas

Recent commits

2dcf818... by Newell Jensen

Add a space between 'controller' and 'is' in vlan form message.

5717c65... by Blake Rouse

Ensure that mimeparse is used from packaging and not from requirements.txt.

Previous commit added mimeparse to the requirements.txt which meant that during development mimeparse was being used from the virtual environment. Once installed MAAS was using the python3-mimeparse that doesn't have the MimeTypeParseException. This ensures that the development environment uses the mimeparse that will be used during installation and the snap.

4eee730... by Björn Tillenius

Don't use a proxy for the rack-region API communication.

We require the rack to have direct access to the region without going
through a proxy.

Using a proxy for the rack-region communication (HTTP API only) has
partly worked, but been broken.

This fixes the test_check_tag_applied_to_all_machines() failure that
fails intermittently in CI.

6aeb358... by Steve Rydz

Add icons to link speed col

e0e8d5c... by Steve Rydz

Pre-select network tests when validating config

4869173... by Steve Rydz

Reformat link and interface speeds to Gbps

aa2a9d5... by Steve Rydz

Fix display of edit members row

39b3e5a... by Caleb Ellis

Add NUMA details to physical disks in Storage tab + fix test buttons in Summary tab.

49eed4a... by Caleb Ellis

Show all test scripts on script select focus.

5b8af59... by Adam Collard

[snap] Add python-packages to maas part to work around lp:1613898