|
15ba94fc83
|
fix: fix 'use-dict-literal' for pylint
|
2025-08-31 22:11:59 -05:00 |
|
|
0f66d24dd4
|
fix: fix 'bare-except' and 'broad-exception-caught' for pylint
|
2025-08-31 21:55:39 -05:00 |
|
|
f989f41e86
|
fix: fix 'invalid-name' for pylint
|
2025-08-31 21:42:37 -05:00 |
|
|
019d30d8a0
|
fix: fix 'anomalous-backslash-in-string' for pylint
|
2025-08-31 21:34:10 -05:00 |
|
|
8b905289de
|
fix: fix 'empty-docstring' for pylint
|
2025-08-31 20:41:53 -05:00 |
|
|
6424432f1b
|
fix: fix 'too-many-branches' for pylint
probably should actually refactor some of this? but ignore for now
|
2025-08-31 20:16:43 -05:00 |
|
|
4e9f7bf479
|
fix: fix 'inconsistent-return-statements' for pylint
|
2025-08-31 19:45:06 -05:00 |
|
|
4d0693862d
|
fix: format all code with black
and from now on should not deviate from that...
|
2025-08-31 12:26:43 -05:00 |
|
|
5cec585fdf
|
fix: improve rendering for batch row status
|
2025-01-02 23:14:10 -06:00 |
|
|
863a8814e1
|
fix: let view subclass more easily inject kwargs for make_batch()
|
2024-12-15 02:28:22 -06:00 |
|
|
dd1fd8c0ce
|
feat: add basic support for batch execution
no execution options yet, and no progress indicator
also basic delete support, invoking handler
|
2024-12-14 23:57:10 -06:00 |
|
|
e3beb9953d
|
feat: add basic support for rows grid for master, batch views
|
2024-12-14 10:48:11 -06:00 |
|
|
5006c97b4b
|
feat: add basic master view class for batches
no support for displaying rows yet, just the main batch CRUD
|
2024-12-13 22:20:04 -06:00 |
|