~ltrager/maas:bmc_config_parameters

Last commit made on 2020-09-29
Get this branch:
git clone -b bmc_config_parameters 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:
bmc_config_parameters
Repository:
lp:~ltrager/maas

Recent commits

289d925... by Lee Trager

Merge branch 'master' into bmc_config_parameters

14fc37d... by Lee Trager

Send script result.yaml during enlistment.

bdf6e55... by Lee Trager

Send Script parameter defaults during enlistment.

e091f72... by Lee Trager

Adds three new parameter types to scripts, string, password, and choice.

string - Allows input of any string. Optional fields, default, min, max,
           required, argument_format.
password - Like string except the value will never be exposed over the API
           or websocket.
choice - Allow input from a list of predefined fields. Fields may be a list
           of strings or a Django choice field. choices is a required filed,
           optional fields are default, required, and argument_format.

7f6bea0... by Huw Wilkins

Update maas-ui to 11f99d2
fix(legacy): handle events without data

Gracefully handle websocket events without data.

Fixes: canonical-web-and-design/maas-ui#1703

b7214e4... by Caleb Ellis

Update maas-ui to 6c58f4e
fix(ui): correctly determine when to display machine list non-actionable warning (#1710)

0104bda... by Huw Wilkins

Update maas-ui to d301a88
fix(legacy): remove the controller code indent

Fix the tag wrapping on the add-controller instructions.

8c386a0... by Kit Randel

Update maas-ui to a9fbaaf
feat(ui): add IPMI BMC key selector (#1713)

Add selector to return IPMI BMC key for the settings | commissioning form.

ced500a... by Huw Wilkins

Update maas-ui to 7450e97
fix(ui): fix the scripts sorting

Alphabetically sort the default commissioning scripts.

Fixes: canonical-web-and-design/maas-ui#1667

c24b3c3... by Huw Wilkins

Update maas-ui to 7379f02
fix(header): highlight nav for sub urls

Match sub-urls to the header section so that the nav is highlighted correctly.

Fixes: canonical-web-and-design/maas-ui#873