~andreserl/maas:zones_tab_remove_subtitle

Last commit made on 2018-03-30
Get this branch:
git clone -b zones_tab_remove_subtitle 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:
zones_tab_remove_subtitle
Repository:
lp:~andreserl/maas

Recent commits

5366841... by Andres Rodriguez

Remove unnecessary whitespaces

e37b0e0... by Andres Rodriguez

Update tooltip

3fab351... by Andres Rodriguez

Correctly add the loading text

5a3e516... by Andres Rodriguez

Remove subtitle

64df4b0... by Alberto Donato

Allow only local or remote users UI login based on external auth config

17e0091... by Alberto Donato

drop deprecated client_log_in() method in tests

0a353ec... by Blake Rouse

Fixes LP: #1756341 - Move the logic for updating the process and connection database tracking to the master process.

This removes all the worker process fighting each other to update the same thing. Now the master process manages this for all workers, this removes the serialization errors and stops the workers from doing worker that the master can handle for them.

7936687... by Andres Rodriguez

Use 'maas init' on login page instead of 'maas createadmin'.

MAAS now allows running the 'init' command on package (not just the snap). As such use it instead to provide consistency for users.

3a0114c... by Lee Trager

LP: #1759091 - Limit the amount of queries used during a list operation.

Handlers can now specify a list_queryset which is used when the client calls
list(). The machine, device, and controller handlers have been updated to
only output data needed for the listing page for that node type. All node
types now have their query count tested for list and get.

5ff4301... by Lee Trager

LP: #1759622 - Add node count to title on listing page