~blake-rouse/maas:fix-bad-postgres-connection

Last commit made on 2017-10-24
Get this branch:
git clone -b fix-bad-postgres-connection 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:
fix-bad-postgres-connection
Repository:
lp:~blake-rouse/maas

Recent commits

b843207... by Blake Rouse

Ensure a good postgresql connection with the connected utility.

e8c93fd... by Newell Jensen

LP: #1724235 -- Strips out Aborted script results in the websocket handler as well as in the js for the UI.

98d01e0... by Blake Rouse

Always use the same RPC client for the TFTP remote client request.

This ensures that when a TFTP request is made from a client the same RPC connection will be used for the life of that client. This prevents concurrent updates from occurring across regiond processes since the same regiond reactor will be used for the life of that client.

ad68748... by Blake Rouse

Merge rack_registration lock and startup lock.

Before rack registration could occur at the same time as the region controller is creating its processes, this changes that behavior by combining the locks. This should ensure that the database doesn't get an incorrect state because of race conditions.

8354674... by Alberto Donato

Set a default arg to print_msg() so it doesn't crash if called with no args.

79342c5... by Mike Pontillo

LP: #1696485 - Add search list to DHCP options.

be96b61... by Alberto Donato

fix a couple of JS lint errors

4f38cf5... by gbancroft

Fixes LP: #1680790 - The tooltip works as a button to interact with the toggle

e104b34... by Newell Jensen

LP: #1722671 -- Force the deleting of the pod even if there are errors during decomposition.

036f7b7... by Graham Bancroft

LP: #1680819 Fix off screen tooltips by adding --left or --right modifier, depending on the location of the tooltip