~andreserl/maas:lp1781598_part2

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

Recent commits

6a33f43... by Andres Rodriguez

LP: 1781598 - Virtual scrolling for subnet details page, IP address table

14a885c... by Newell Jensen

LP: #1804051 - Fix JavaScript unit tests

68688c6... by Alberto Donato

change version scheme in RBAC URLs from 1.0 to v1

d7581c4... by Newell Jensen

LP: #1799161 -- Do not allow partition formatting current filesystem is a non-formatted type.

e155c6a... by Lee Trager

LP: #1781598 - Prefetch and cache all data to load the subnet and vlan websockets.

7f232d1... by Steve Rydz

LP: #1797488 - UX improvements for KVM pod deploy

c60b07c... by Spencer Seidel

Added API annotations to rackcontrollers and collected run-time examples in the examples file.

99ea2bc... by Blake Rouse

Fixes LP: #1801389 - Queue messages to syslog until the logging handler can actually connect.

594f8f8... by Mike Pontillo

LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) during commissioning.

In some situations, the IP address from the preboot environment differs
from the IP address acquired by the DHCP client during commissioning. This
results in MAAS linking the interface to the subnet twice, which is
unexpected and can cause problems for future usage of the machine.

b4ca8cc... by Mike Pontillo

Add ability for WebSocket server to reply to ping requests.

Note that this has nothing to do with the Ping/Pong portion
of the WebSocket protocol defined by RFC 6455. Because
browsers often do not recognize stalled WebSocket connections,
this allows the application to proactively send traffic in
order to detect connection timeouts.

Partial fix for bug #1802325.