~ltrager/maas:remote-script-runner-reliability

Last commit made on 2017-10-10
Get this branch:
git clone -b remote-script-runner-reliability https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
remote-script-runner-reliability
Repository:
lp:~ltrager/maas

Recent commits

c9a6de6... by Lee Trager

Fix failing test

7458374... by Lee Trager

Merge branch 'master' into remote-script-runner-reliability

8510718... by Lee Trager

LP: #1721587 - Create a script-result-list directive.

The script-result-list directive allows both the testing and commissioning
tab to use the same code for displaying results. This gives both pages the
same feature sets.

As the UI is now using the node-result web socket to retrieve commissioning
and testing results they are no longer sent on the node object. The node
results controller has been updated to only request from the region the
results currently being viewed(commissioning or testing). These changes mean
the region only sends the result data currently being viewed.

7494377... by Lee Trager

Increase timeout padding to 5 minutes

51ef168... by Lee Trager

Fix comment

bfc4603... by Lee Trager

LP: #1710092 - Use a monotonic clock instead of relative time.

Previously MAAS was using datetime.now() to calculate timeout. datetime.now()
may change use to NTP running or under high system load. time.monotonic() gives
a consistent incrementing time rate.

4941788... by Andres Rodriguez

Update CHANGELOG

d1ad7b2... by Newell Jensen

LP: #1721113 -- Group physical block devices in the storage card off of their size and type.

476382a... by Lee Trager

Only show historic results from the same node.

d4f0b16... by Andres Rodriguez

Update CHANGELOG