subiquity/subiquitycore
Dimitri John Ledkov fee6fe6947 netplan.Config().config should initialize to a dict
Normally netplan.Config().config is a dict as produced by
yaml.safe_load(). However, on systems without any netplan configs that
is not true. The subiquity code that calls into this function expects
.config to be a dictionary. When it's not
subiquitycore/models/network.py produces traceback that "list does not
have get method" when trying to get 'network' key.
2019-05-02 15:22:23 +01:00
..
controllers add some logging around moving between screens 2019-04-18 10:22:05 +12:00
models some fixes found in testing 2019-03-26 10:59:50 +13:00
testing fix tests 2018-07-06 14:44:19 +12:00
tests Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
ui do storage probing in the background 2019-04-29 15:54:47 +12:00
__init__.py pyflakes3 fixes for subiquitycore/__init__.py 2018-05-24 16:59:31 -05:00
controller.py implement screens up to the point of offering the update 2019-03-12 11:49:03 +13:00
core.py add some logging around moving between screens 2019-04-18 10:22:05 +12:00
file_util.py Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
i18n.py tox: Support running tests and flake8 in tox. 2018-06-05 17:59:46 -04:00
log.py Drop commented out / dead code 2018-05-23 18:53:12 -05:00
lsb_release.py tox: Support running tests and flake8 in tox. 2018-06-05 17:59:46 -04:00
netplan.py netplan.Config().config should initialize to a dict 2019-05-02 15:22:23 +01:00
prober.py try probing for blockdev only if probing fails; report failure to user 2019-04-29 15:58:19 +12:00
signals.py fix Signal.register to accommodate strange urwid behaviour 2019-03-14 09:55:03 +13:00
tasksequence.py pep8 fixes for subiquitycore/tasksequence.py 2018-05-24 16:59:31 -05:00
utils.py pep8 fixes for subiquitycore/utils.py 2018-05-24 16:51:51 -05:00
view.py grey out the background widget when an overlay is showing 2018-07-04 15:53:47 +12:00