~zzehring/cloud-upgrade-planner:lp1933560-interruptible-column-header-rework

Last commit made on 2021-06-25
Get this branch:
git clone -b lp1933560-interruptible-column-header-rework https://git.launchpad.net/~zzehring/cloud-upgrade-planner
Only Zachary Zehring can upload to this branch. If you are Zachary Zehring please log in for upload directions.

Branch merges

Branch information

Name:
lp1933560-interruptible-column-header-rework
Repository:
lp:~zzehring/cloud-upgrade-planner

Recent commits

fdc024e... by Zachary Zehring

Fix typo: Interruptable -> Interruptible

a10e9a9... by Zachary Zehring

Upgrade Group are either interruptable or not interruptable. Therefore,
individual tasks within the group all have the same 'Interruptable' attribute. So
it makes sense to have this attribute be reflected in the group header rather
than a column. This commit removes the 'interruptable' column and adds a
'(Interruptable)' tag to the group header instead.

Fixes: LP#1933560

2d9f5ed... by Linda Guo

source novarc file before running openstack CLI

60d6b0d... by Linda Guo

defined get_operation_time in base class

434abac... by Linda Guo

Fixed bug in get_openstack_servers

f1bd41d... by Linda Guo

refactor UbuntuUpgrade and CharmUpgrade

0b1cac4... by Linda Guo

refactor CloudUpgrade class

622d183... by Linda Guo

update makefile

c25ad85... by Linda Guo

add test_cli.py

19bbbf5... by Linda Guo

added expected_group check