subiquity/subiquitycore
Michael Hudson-Doyle 88821f745c
Merge pull request #822 from mwhudson/network-simpler-types
make network view use a plain-old-data view of a nic
2020-09-18 09:54:13 +12:00
..
controllers Merge pull request #822 from mwhudson/network-simpler-types 2020-09-18 09:54:13 +12:00
models make network view use a plain-old-data view of a nic 2020-09-03 11:12:38 +12:00
testing support for editing existing partitions 2019-05-30 15:10:54 +12:00
tests remove mistakenly added backup files 2020-05-01 13:45:59 +12:00
ui convert controller api methods to take strings and trigger updates for affected nics 2020-09-03 22:52:31 +12:00
__init__.py pyflakes3 fixes for subiquitycore/__init__.py 2018-05-24 16:59:31 -05:00
async_helpers.py translate concurrent.futures.CancelledError to asyncio.CancelledError 2020-04-02 12:15:06 +13:00
context.py improve with_context helper a bit, use it more 2020-05-05 16:20:03 +12:00
contextlib38.py steal contextlib from Python 3.8 2020-09-11 16:55:26 +12:00
controller.py make the base controller have no ui, add subclass for one that has ui 2020-08-23 23:18:28 +12:00
controllerset.py make ControllerSet more re-usable 2020-08-23 22:59:39 +12:00
core.py fix restarting after refresh 2020-08-23 23:18:28 +12:00
file_util.py Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
gettext38.py copy gettext.py from python 3.8 and use it 2020-05-08 15:09:46 +12:00
i18n.py fix lint 2020-05-08 15:44:07 +12:00
log.py create an INFO level log file too, unconditionally include it in error reports 2019-12-12 21:49:44 +13:00
lsb_release.py tox: Support running tests and flake8 in tox. 2018-06-05 17:59:46 -04:00
netplan.py do not log wifi passwords from existing configs 2020-05-19 07:47:33 +12:00
palette.py Move the code for setting up the screen to its own file 2020-07-27 23:40:17 +12:00
prober.py push debug_flag block probe crashing into Prober 2019-12-16 23:15:48 +13:00
screen.py Move the code for setting up the screen to its own file 2020-07-27 23:40:17 +12:00
signals.py a bit too much effort making one particular log statement look nice 2019-09-09 15:32:49 +12:00
snapd.py move subiquity.snapd to subiquitycore.snapd 2020-07-02 12:56:49 +12:00
ssh.py fix some lint found by new version of flake8 2020-05-12 10:41:54 +12:00
tui.py make the base controller have no ui, add subclass for one that has ui 2020-08-23 23:18:28 +12:00
tuicontroller.py address review comments 2020-09-03 12:31:25 +12:00
utils.py asyncioify run_command_in_foreground 2019-12-15 08:53:36 +13:00
view.py add the ability to remove a particular overlay, not just the top one 2020-05-01 12:46:45 +12:00