~cyphermox/maas:master

Last commit made on 2021-03-18
Get this branch:
git clone -b master https://git.launchpad.net/~cyphermox/maas
Only Mathieu Trudel-Lapierre can upload to this branch. If you are Mathieu Trudel-Lapierre please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~cyphermox/maas

Recent commits

3b99673... by Mathieu Trudel-Lapierre

Silence bzip2 when files are already compressed (LP: #1920019)

Cron runs every day to compress old log files; we shouldn't try to
compress files that are already .bz2; since they are already
compressed. Unfortunately, since there may be lot such files over
time, cron will keep writing email messages to /var/spool/mail with
these logs, potentially amounting to a lot of disk space wasted.

Signed-off-by: Mathieu Trudel-Lapierre <email address hidden>

Bug: https://bugs.launchpad.net/maas/+bug/1920019

544e96b... by Alberto Donato

add back the maas-power entry point lost in setup.cfg transition

f869248... by Alberto Donato

drop unneded version passing in RPC calls

This drop unused RefreshRackControllerInfo RPC call and unneeded maas_version parameter from RequestRackRefresh RPC call.
For RegionControllers, the version now udpated at startup.

18b3d7c... by Björn Tillenius

Drop unused code that still used Controller.update_interfaces()

Controller.update_interfaces() has been removed already, but there was
still some unused code that tried to use it.

b33a14e... by Caleb Ellis

Update maas-ui to 87a76d3
feat(ui): first pass at building LXD project VM table (#2409)

Built VMs table with column data for Name, Status, RAM, Storage and Resource pool.

d0270c5... by Huw Wilkins

Update maas-ui to 9ccd4de
Add log level enum. Add factory for generating event types.

ba505c2... by Huw Wilkins

Update maas-ui to 1941f4d
feat(ui): display the installation output

Fetch and display the installation output in the logs tab.

Fixes: canonical-web-and-design/maas-squad#2374.

21591e1... by Huw Wilkins

Update maas-ui to 2f4df3d
feat(ui): add installation log selectors

Add selectors for fetching installation logs.

Fixes: canonical-web-and-design/maas-squad#2365.

6e37650... by Alberto Donato

move all package metadata to setup.cfg

bdde505... by Alberto Donato

LP: #1919381 - fix typo in smartctl script error message