~caleb-ellis/maas:copy-logs

Last commit made on 2019-08-16
Get this branch:
git clone -b copy-logs https://git.launchpad.net/~caleb-ellis/maas
Only Caleb Ellis can upload to this branch. If you are Caleb Ellis please log in for upload directions.

Branch merges

Branch information

Name:
copy-logs
Repository:
lp:~caleb-ellis/maas

Recent commits

a8c74b6... by Caleb Ellis

Add button to copy logs to clipboard

bde86ff... by Adam Collard

Serialise last_login to string

Fixes issue with 678f4b8

1d2c9fd... by Lee Trager

On regeneration preserve only the value of non interface or storage parameters.

7de3a21... by Anthony Dillon

Fix some Vanilla v2 regressions

d7cf3cb... by Adam Collard

Add dependency on jquery

Fixes LP:1838559

678f4b8... by Adam Collard

Add last_login, machine_count and is_local to user websocket handler

6166492... by Lee Trager

Validate at least one interface is configured when the interface param is used

If no interface is configured the ParametersForm sets a place holder, 'all'.
This works when commissioning as the default network settings will be
applied. If 'all' is given during testing the test will fail as it doesn't
know what to test.

d8df877... by Lee Trager

Restore the ephemeral environment networking after netplan apply fails.

When applying custom network configuration CustomNetworking uses the helper
run_and_check. This runs the specified command and if a failure occurs
sends the log and fails the test. Previously the reset was happening after
run_and_check tried to send the failure. If netplan apply failed there is
no valid network config so the send fails and MAAS never gets the result.
run_and_check now accepts a failure_hook to run when a failure is detected
before sending the result. CustomNetworking passes apply_ephemeral_netplan
function to ensure failures are sent with valid network config.

2b81020... by Lee Trager

Generate the netplan configuration for the ephemeral environment osystem/release when testing.

Previously the netplan configuration would be generate for the deployment
osystem/release which was incorrect. Testing netplan must match the ephemeral
environment osystem/release.

0316398... by Adam Collard

Expose user.create, user.update, user.delete on websocket

Fixes LP:1838942