~blake-rouse/maas:login-return-json

Last commit made on 2019-10-15
Get this branch:
git clone -b login-return-json https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
login-return-json
Repository:
lp:~blake-rouse/maas

Recent commits

a021cd4... by Blake Rouse

Add python3-mimeparse as a direct dependency. Fix LoginJSONView class doc.

52d63b2... by Blake Rouse

Fix check-imports to allow mimeparse as its already a dependency of piston.

21c7589... by Blake Rouse

Return JSON for login and logout when the HTTP includes application/json header.

db30bb3... by Adam Collard

Blacken

Remove redundant linters and formatters in favour of black.

Nuke format-imports, format-new-and-modified-imports, flake8, test_lint.

b3b4302... by Steve Rydz

Fix network tab console errors

8924cd6... by Caleb Ellis

Add Network card to machine summary page.

4e126d2... by Adam Collard

Add maas.egg-info to remote-reinstall rsync'd directories

5e37101... by Björn Tillenius

LP: #1847046 - MAAS doesn't detect the right PXE interface

Extract the boot interface from the kernel cmdline.

This is more reliable than relying on the PXE boot MAC, since a lot of
cases we don't have it.

There's still code that tries to guess the PXE interface when the
machine boots with UUID, but I change it to keep the current one if it's
on the same VLAN.

814ccc3... by Steve Rydz

Add link and interface speed column to network table

d35f925... by Steve Rydz

Hide OVS option temporarily