jasquat
|
016ec34d95
|
precommit and some cleanup w/ burnettk
|
2022-06-23 10:30:57 -04:00 |
jasquat
|
0ce9e86172
|
updated mypy to newest w/ burnettk
|
2022-06-23 10:11:09 -04:00 |
burnettk
|
97bbf1ba45
|
rename exception to match conventions
|
2022-06-22 21:59:01 -04:00 |
burnettk
|
51109d26d7
|
type hints, raise exception when thing not found in model
|
2022-06-22 21:46:40 -04:00 |
burnettk
|
f43c02c258
|
fixed a few type issues
|
2022-06-22 17:37:31 -04:00 |
jasquat
|
f3111ee836
|
some more type fixes w/ burnettk
|
2022-06-22 17:15:15 -04:00 |
jasquat
|
6c99b226e7
|
updated flask-bpmn w/ burnettk
|
2022-06-22 16:54:05 -04:00 |
jasquat
|
388cee7018
|
some more type fixes w/ burnettk
|
2022-06-22 16:52:50 -04:00 |
jasquat
|
2a43b5ae91
|
some updates for types w/ burnettk
|
2022-06-22 15:08:01 -04:00 |
jasquat
|
f78a2b6997
|
some mypy fixes w/ burnettk
|
2022-06-22 11:39:46 -04:00 |
mike cullerton
|
1b84ef94ea
|
after removing virtual env, and running poetry install
|
2022-06-22 09:32:42 -04:00 |
burnettk
|
ed3dfc26e2
|
how about postgres
|
2022-06-21 22:56:42 -04:00 |
burnettk
|
35430e35a1
|
add stubs to try to get mypy plugin sqlmypy
|
2022-06-21 22:43:37 -04:00 |
burnettk
|
ca04f6b902
|
drop support for python 3.8
|
2022-06-21 22:38:38 -04:00 |
burnettk
|
a0b363e746
|
drop support for python 3.8
|
2022-06-21 22:34:27 -04:00 |
jasquat
|
9c9597e226
|
merged postgres branch into main w/ burnettk
|
2022-06-21 17:52:10 -04:00 |
jasquat
|
091f57e70a
|
monkeytype w/ burnettk
|
2022-06-21 17:44:40 -04:00 |
jasquat
|
e3770c5ba8
|
precommit somewhat works w/ burnettk
|
2022-06-21 17:41:48 -04:00 |
jasquat
|
8eef5f5c36
|
merged main into branch and resolved conflicts w/ burnettk
|
2022-06-21 17:40:17 -04:00 |
jasquat
|
f41490b88e
|
fixed some more types w/ burnettk
|
2022-06-21 17:28:59 -04:00 |
mike cullerton
|
c1b5c1ea8c
|
pre commit
|
2022-06-21 17:26:58 -04:00 |
mike cullerton
|
a822a10405
|
fix doc_strings
|
2022-06-21 17:23:00 -04:00 |
mike cullerton
|
949632d08d
|
allow load_spec to accept a process_model_id
|
2022-06-21 17:08:36 -04:00 |
mike cullerton
|
28651de2f9
|
BPMN file that generates a Python error
|
2022-06-21 17:08:01 -04:00 |
mike cullerton
|
f25bd0af3f
|
call handler on exceptions
|
2022-06-21 17:07:36 -04:00 |
mike cullerton
|
624aabb91d
|
stub out error handling service
|
2022-06-21 17:07:16 -04:00 |
mike cullerton
|
8fd2034671
|
add fault_or_suspend_on_exception and notification_email_on_exception to process_model
add NotificationType
|
2022-06-21 17:06:44 -04:00 |
mike cullerton
|
9225931b60
|
Add skeletons for test_error_handler, and test_process_model_file_create
add fault_or_suspend_on_exception and notification_email_on_exception to create_process_model
allow create_spec to accept file parameters
|
2022-06-21 17:05:49 -04:00 |
jasquat
|
0c52a516a7
|
some more type fixes w/ burnettk
|
2022-06-21 16:50:13 -04:00 |
jasquat
|
1bc2ca6179
|
precommit w/ burnettk
|
2022-06-21 15:17:42 -04:00 |
jasquat
|
7bd2a146da
|
monkeytype ftw w/ burnettk
|
2022-06-21 15:13:02 -04:00 |
jasquat
|
38c0d780c2
|
try to fix for python 3.8 w/ burnettk
|
2022-06-21 14:55:46 -04:00 |
jasquat
|
5100b40405
|
precommit is passing w/ burnettk
|
2022-06-21 14:52:01 -04:00 |
jasquat
|
069a00df79
|
updated flask-bpmn w/ burnettk
|
2022-06-21 14:49:12 -04:00 |
jasquat
|
236da2328f
|
added comment for load database file w/ burnettk
|
2022-06-21 14:43:22 -04:00 |
jasquat
|
0529e24dd7
|
precommit is passing w/ burnettk
|
2022-06-21 13:51:42 -04:00 |
jasquat
|
14dfa8ff7e
|
use new updated and created at column names and use integers instead of dates w/ burnettk
|
2022-06-21 12:45:47 -04:00 |
jasquat
|
61ec0c7110
|
added logging for sql and some other updates w/ burnettk
|
2022-06-21 12:38:04 -04:00 |
jasquat
|
388edb2df4
|
added file to load to all models and add event listeners for create and upate w/ burnettk
|
2022-06-21 12:10:47 -04:00 |
mike cullerton
|
f06b1c2fc2
|
pre commit
|
2022-06-21 10:55:51 -04:00 |
mike cullerton
|
8988d3b362
|
fix doc strings
|
2022-06-21 10:54:21 -04:00 |
mike cullerton
|
d73470c051
|
Merge branch 'main' into cullerton
|
2022-06-21 10:49:48 -04:00 |
mike cullerton
|
4302ef1bf8
|
test for filtering instances
|
2022-06-21 10:48:32 -04:00 |
mike cullerton
|
0798a934d5
|
Add ability to filter based on status, and start/end times
|
2022-06-21 10:46:45 -04:00 |
burnettk
|
c13553ff6d
|
pre-commit
|
2022-06-21 07:32:02 -04:00 |
burnettk
|
c2553cd433
|
oh that instance path
|
2022-06-21 00:34:40 -04:00 |
burnettk
|
aa8f5bebeb
|
fix typo
|
2022-06-20 23:25:12 -04:00 |
burnettk
|
6fae660772
|
use correct env var and fix bash nounset issue
|
2022-06-20 22:56:50 -04:00 |
burnettk
|
9894b82ab9
|
try to pass key another way
|
2022-06-20 22:43:19 -04:00 |
burnettk
|
a26f620875
|
start to support postgres
|
2022-06-20 18:31:09 -04:00 |