~andreserl/maas:fix_normal_user_ui

Last commit made on 2017-06-28
Get this branch:
git clone -b fix_normal_user_ui https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
fix_normal_user_ui
Repository:
lp:~andreserl/maas

Recent commits

ff62bf1... by Andres Rodriguez

LP: #1701056: Show correct information for a device details page

90f1d6e... by Andres Rodriguez

Fix format when devices/controllers are selected to match those of machines

a89707d... by Andres Rodriguez

LP: #1701052: Do not show the controllers tab as a normal user

22cec2a... by =?utf-8?q?Danilo_=C5=A0egan?= <email address hidden>

Update our monkey-patched version of get_resource_uri_template() to use get_callable() without a can_fail=True argument.

673c950... by =?utf-8?q?Danilo_=C5=A0egan?= <email address hidden>

Use __in for Django QuerySet filtering, introduce UnstrippedCharField to match up with the existing StrippedCharField and use it for SSHKey and SSLKey forms (forms.CharField has changed incompatibly in 1.9 to strip whitespace by default), and do not attempt to call isdigit() string method on StaticIPAddress objects.

b378bdd... by Mike Pontillo

Refactor plugin.py to allow the reactor to be passed in.

Since the beaconing code will start a UDP/Multicast listener, this
change was necessary in order to ensure the reactor is left in a
clean state after these tests run.

f692d5f... by Andres Rodriguez <email address hidden>

LP: #1669744, #1680795 : Always show toggle and make sure tooltip is in between label and toggle.

a4f9627... by Lee Trager

Remove link-junk from Makefile

make lint ran link-junk which checks for bzr files accidentally committed.
MAAS is no longer in bzr so this check is no longer needed and keeping it
causes bzr to complain its not being run from a bzr branch.

2f7eb52... by Lee Trager

Add emacs temp files to git ignore list

97a73ba... by Stefan Krupop

Fix port not converted from str to int when calling add_chassis()