subiquity/subiquity
Michael Hudson-Doyle f339620a50 include the traceback in the response when a server method fails
example:

$ curl  --unix-socket .subiquity/socket a/dry_run/crash
Traceback (most recent call last):
  File "/home/mwhudson/src/subiquity/subiquity/common/api/server.py", line 122, in handler
    result = await implementation(**args)
  File "/home/mwhudson/src/subiquity/subiquity/server/dryrun.py", line 24, in crash_GET
    1/0
ZeroDivisionError: division by zero
2021-05-13 05:44:47 +12:00
..
client add a integation test for non-rich mode 2021-05-04 12:44:41 +12:00
cmd remove source command line line and SubiquityModel argument 2021-04-12 22:52:56 +12:00
common include the traceback in the response when a server method fails 2021-05-13 05:44:47 +12:00
models fix logging unconfigured models 2021-05-03 11:18:09 +12:00
server mark the locale model as configured at start up 2021-05-04 12:22:38 +12:00
tests drop dead test code: subiquity/tests/test_models_filesystems.py 2018-05-24 16:51:52 -05:00
ui add a integation test for non-rich mode 2021-05-04 12:44:41 +12:00
__init__.py pep8 fix, imports at top 2018-05-24 16:59:32 -05:00
__main__.py Add main to subiquity, and use it frm make ui-view. 2018-06-06 14:30:03 -04:00
journald.py do not stop listening to curtin events the instant the curtin process exits 2021-02-19 15:33:02 +13:00
lockfile.py review feedback 2020-05-01 11:27:20 +12:00