Commit graph

25 commits

Author SHA1 Message Date
InspectorCaracal
0b1790ecfe don't suppress tracebacks on script load 2022-10-09 15:46:53 -06:00
Griatch
f9ba117680 Fix pre-emptive import bug introduced in container 2022-10-07 00:07:21 +02:00
henddher
d2cb75b058 Addition of unit-tests for GlobalScriptContainer. 2022-10-02 15:41:20 -05:00
henddher
6f4b832263 Revert back to log_trace. 2022-10-02 11:28:52 -05:00
henddher
796f3910c6 Skip global scripts that cannot be 'imported' successfully, and log_err about it. 2022-10-01 20:46:15 -05:00
Griatch
c39845c43b Fix doc build for no-db case 2022-06-02 00:10:57 +02:00
InspectorCaracal
44a53e3750 start all global scripts 2022-05-25 21:10:53 -06:00
InspectorCaracal
3a3dbeed3c start script regardless of whether newly created 2022-04-01 14:39:23 -06:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
495a474505 Broaded Container exception handler. Resolve #2334. 2021-08-07 00:06:09 +02:00
Griatch
3f436a5bb2 Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02:00
Griatch
7ff8cbb341 I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
Griatch
b5195a6e96 [feat] Script refactor; decouple timer component from script lifetime. Resolve #1715 2021-03-07 10:34:01 +01:00
Griatch
69d85bd184 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
bbb1d40c2d Make GLOBAL_SCRIPTS auto-start timed scripts; list all global scripts 2019-09-07 18:13:54 +02:00
Griatch
69bca18c03 Minor cleanups 2019-04-14 21:43:01 +02:00
Griatch
7ae790a12f Remove validator container, allow direct setting of options 2019-04-14 21:06:43 +02:00
Griatch
f2d9391827 Cleanup of options methods, callables 2019-04-14 17:01:32 +02:00
Griatch
6ddc98a947 Refactor containers for inheritance and delayed loading 2019-04-14 15:37:34 +02:00
Griatch
d1baab7c0b Resolve merge conflicts, some cleanup 2019-04-14 12:18:15 +02:00
Griatch
098af3caba Move globalhandler into utils.containers, make settings format more flexible, default to base typeclass, add helper functions and some more lenient error handling 2019-04-14 11:24:45 +02:00
Andrew Bastien
652186d829 Refactored with more consistent naming and placement. Fixed the table style wrapper. 2019-04-13 21:47:09 -04:00
Andrew Bastien
d96cf3b809 Cleanups. Containers created and BaseOption done better. 2019-04-11 21:06:15 -04:00