~bjornt/maas:script-runtime-failure

Last commit made on 2018-03-09
Get this branch:
git clone -b script-runtime-failure https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
script-runtime-failure
Repository:
lp:~bjornt/maas

Recent commits

fb86af6... by Björn Tillenius

Make sure that Date.now() is constant in the script runtime test.

50e5ff0... by Newell Jensen

Update how pod tags are assigned to composed machines.

34d7a45... by Alberto Donato

disable chrony setting time if running in a container

c00fdc0... by Björn Tillenius

Fix test_returns_resources_datetime_format intermittent failure.

76618e9... by Lee Trager

Only load required data from ScriptResult model.

ScriptResults contain metadata about the status of a Script as well as the
result output. The result output is stored in 4 BinaryFields, output, stdout,
stderr, and result. By default Django loads all fields into RAM. These fields
are only used when showing the user the output. By deferring these fields the
region does not have to load them into RAM.

34966da... by Björn Tillenius

Use a variable for snapcraft in the Makefile.

This allows you to use a custom snapcraft for testing.

e53e961... by Mike Pontillo

Add form to create new DNS records.

 * Change karma configuration to use built JavaScript.
 * Reorganize YUI code into a specific directory.
 * Remove react and react-dom from vendor bundle.

1ae4a2e... by Newell Jensen

LP: #1751907 -- Add support for tag filtering to pods. Set KVM Pods to have 'virtual' tag.

0ba5b6f... by Björn Tillenius

Fix TestDHCPSnippetHandler intermittent failures.

Don't check the exact date, since the value in the django object and the
database might be slightly different.

611eacc... by Newell Jensen

LP: #1753874 -- Fix typo in virsh pod driver for get_pod_pool_size_map.