19 Commits

Author SHA1 Message Date
jasquat
6641b9c6d4 added fixture data helper and some other changes related to acceptance tests w/ burnettk 2022-06-24 15:19:26 -04:00
mike cullerton
cc43ec5510 Change process_instance.status column to string
Add `faulted` and `suspended` to ProcessInstanceStatus
Fix services and models to match this change
2022-06-23 15:21:54 -04:00
jasquat
388cee7018 some more type fixes w/ burnettk 2022-06-22 16:52:50 -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
jasquat
5cfe999d34 added process group id to all process-models api routes 2022-06-20 10:50:21 -04:00
burnettk
4829ff1e0e pre-commit, let all tests pass, remove test json 2022-06-08 18:47:38 -04:00
jasquat
f08992f2e5 added api to get process groups w/ burnettk 2022-06-03 10:56:07 -04:00
jasquat
485ccf5e7b wip: almost can create an instance w/ burnettk 2022-05-26 17:29:54 -04:00
jasquat
bb530d1744 wip: attempting to create process instance w/ burnettk 2022-05-26 16:20:30 -04:00
jasquat
1712182a1e added a permission unit test w/ burnettk 2022-05-23 17:23:13 -04:00
jasquat
d2896bdd99 fixed pre-commit w/ burnettk 2022-05-23 16:37:14 -04:00
jasquat
e3d90a6044 added process models and cleaned up some of the code w/ burnettk 2022-05-23 16:36:23 -04:00
jasquat
a1ec53209d do not start mysql if using sqlite and fix flake8 with pre-commit to ignore the migrations dir w/ burnettk 2022-05-20 15:04:50 -04:00
jasquat
0c1c9dcec5 respect committed migration dir and run flask upgrade in nox w/ burnettk 2022-05-20 14:25:12 -04:00
jasquat
672e517528 use sqlite3 w/ burnettk 2022-05-16 16:44:41 -04:00
jasquat
269a7c49af use db object from shared model in flask-bpmn w/ burnettk 2022-05-16 16:38:48 -04:00
jasquat
4b3a91c13c this is now working and stores state in a sqlite3 db w/ burnettk 2022-05-16 15:21:35 -04:00