aboutsummaryrefslogtreecommitdiffstats
path: root/modules/config_states.py
Commit message (Collapse)AuthorAgeFilesLines
* Config states time ISO in system time zonew-e-w2023-09-161-2/+1
|
* no need to use OrderedDictw-e-w2023-08-201-3/+1
|
* assert key created_at exist in config_statesw-e-w2023-08-201-1/+2
|
* catch error when loading config_statesw-e-w2023-08-201-4/+7
| | | | and save config_states with indent
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-5/+4
|
* Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-8/+4
| | | | by hand
* load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC2023-05-151-0/+2
| | | | save a ton of time during startup
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+1
|
* Various UI fixes in config state tabspace-nuko2023-03-291-0/+200