~lloydwaltersj/maas:interface-name

Last commit made on 2022-07-06
Get this branch:
git clone -b interface-name https://git.launchpad.net/~lloydwaltersj/maas
Only Jack Lloyd-Walters can upload to this branch. If you are Jack Lloyd-Walters please log in for upload directions.

Branch merges

Branch information

Name:
interface-name
Repository:
lp:~lloydwaltersj/maas

Recent commits

119be40... by Jack Lloyd-Walters

actually fix merge conflict this time

71f5691... by Nick De Villiers

Update maas-ui to 63d22755
Site identity - MAAS name emoji help (#4213)

* Added help text for changing MAAS name

aee5137... by Jack Lloyd-Walters

disallow duplicating maas_internal_domain name when creating a new DNS

e73b9fc... by Alberto Donato

replace use of "which" command with shutil.which
drop unneeded virt-login-shell which is no longer available in jammy

661748b... by Peter Makowski

Update maas-ui to 0be3d467
test: add no-only eslint rule to cypress tests (#4201)

6d3f055... by Alberto Donato

move maas development to 22.04 (jammy)

e123f91... by huwshimi <email address hidden>

Update maas-ui to ae0d3585
fix(settings): fix settings sub routes (#4185)

* fix(settings): fix settings sub routes

Fix param capturing for settings sub routes.

Fixes: #4183.

78aebd8... by Bill Wear

Update maas-offline-docs to b137e7a2
copy maas-documentation-25.html to index.html, since current ui code
does not explicitly seek maas-documentation-25.html (instead relying
on the /docs directory to have index.html)

dbdf854... by Björn Tillenius

Fix test_perf_list_machines_MachinesHander_direct_call.

When creating the emitter, it didn't pass in anonymous=False, which meant that
the default anonymous=True was being used.

When anonymous=True, a lot less data is returned.

5fa6249... by Brett Milford

Log details when updating ipmi power_type machine

In a scenario where the IP address of two IMPI machines over lap the
details of the latter silently override the former.

This logs the update when it takes place so that the user can make an
informed decision about whether this is correct of if they have a
miss configuration present.