160 Commits

Author SHA1 Message Date
jasquat
6a9d0a68a7 api calls are somewhat respecting permissions now and the process api tests are passing 2022-10-13 14:15:31 -04:00
burnettk
e55c740b05 pick up more renames 2022-10-11 10:14:32 -04:00
burnettk
fb572c99e8 allow updating primary_file_name and primary_process_id from process model update 2022-10-10 22:18:28 -04:00
burnettk
611632388d rename function to make sense 2022-10-06 18:50:09 -04:00
burnettk
04918e0f41 jam in task data 2022-10-06 18:00:12 -04:00
burnettk
93e6adbc23 work in progress 2022-10-06 17:16:26 -04:00
burnettk
5d449fe984 some upgrades while resolving a merge conflict 2022-10-03 13:55:28 -04:00
jasquat
6991db63a4 Merge remote-tracking branch 'origin/main' into feature/script-unit-tests 2022-09-28 11:18:30 -04:00
jasquat
d162f0d246 some cleanup and refactoring w/ burnettk 2022-09-27 15:10:32 -04:00
mike cullerton
4b50263db8 mypy and pre commit 2022-09-27 10:57:19 -04:00
mike cullerton
a87a49ae0f add test for process_instance_show 2022-09-27 10:51:47 -04:00
mike cullerton
78e428feaa pre commit 2022-09-26 15:13:28 -04:00
mike cullerton
35e26e89fa mypy and pre commit 2022-09-26 13:54:26 -04:00
mike cullerton
d268e85e1f First stab 2022-09-26 13:40:09 -04:00
jasquat
ccdeaceda5 add dmn files when processing a call activity w/ burnettk cullerton 2022-09-23 16:12:46 -04:00
jasquat
aea56fc750 allow process_status filter to be a csv string 2022-09-23 14:19:57 -04:00
burnettk
4736e2878e Merge remote-tracking branch 'origin/main' into feature/process_instance_search 2022-09-22 18:02:18 -04:00
jasquat
f02a825cec updated process_models_list to allow getting all process models and udpated tests w/ burnettk 2022-09-22 15:40:01 -04:00
mike cullerton
1bf5467ebe logged in headers is now in BaseTest 2022-09-22 08:22:54 -04:00
mike cullerton
59e2d1639e Merge branch 'main' into feature/secrets
# Conflicts:
#	migrations/versions/00a59d952198_.py
#	migrations/versions/1ccfcb7baf22_.py
#	migrations/versions/36aff687ae47_.py
2022-09-22 08:16:42 -04:00
jasquat
9458e3da50 added test to get message instances 2022-09-20 13:54:52 -04:00
mike cullerton
05903af99b Committing to work on logging 2022-09-16 10:30:04 -04:00
jasquat
5acf06046d precommit w/ burnettk cullerton jbirddog 2022-09-14 17:01:02 -04:00
jasquat
8f45f3d586 merged in main w/ burnettk cullerton jbirddog 2022-09-14 16:58:51 -04:00
mike cullerton
e20e2fa8e4 Committing for Thursday demo 2022-09-14 16:54:33 -04:00
jasquat
530238c8aa precommit w/ burnettk 2022-09-14 11:57:48 -04:00
jasquat
b4c9acfa4c added test to ensure the primary process id is properly udpated on save w/ burnettk 2022-09-14 11:55:20 -04:00
jasquat
d8c5e99ac3 ensure the primary process file and id are set when adding a new bpmn file w/ burnettk 2022-09-14 11:33:59 -04:00
jasquat
036055dc59 fixed calling subprocesses with forms w/ burnettk 2022-09-14 09:14:10 -04:00
burnettk
db0729bd7f pluralize entity name in path 2022-09-12 08:19:45 -04:00
burnettk
191faf2a17 add process model file delete api 2022-09-11 22:26:21 -04:00
jasquat
d72689aa72 precommit w/ burnettk cullerton 2022-09-06 17:38:09 -04:00
jasquat
cb61f77891 do not run waku tests yet and fixed evaluate for new spiffworkflow w/ burnettk cullerton 2022-09-06 17:36:34 -04:00
mike cullerton
5907a3a4bf Pre commit stuff 2022-08-31 17:30:24 -04:00
mike cullerton
0abce6f349 Merge branch 'main' into cullerton 2022-08-31 16:36:24 -04:00
mike cullerton
dbb2175a0e Move helper functions to BaseTest 2022-08-31 16:32:25 -04:00
mike cullerton
ea5b0a0781 Merge branch 'main' into cullerton 2022-08-31 16:28:36 -04:00
jasquat
8d0d8f0930 added test to test mulitple messages w/ burnettk 2022-08-30 12:48:04 -04:00
jasquat
f32ae5b880 fixed tests broken from previous refactor w/ burnettk 2022-08-30 12:23:07 -04:00
jasquat
376912f3a2 added method to get data for a process instance in its current state w/ burnettk cullerton 2022-08-26 16:52:15 -04:00
jasquat
01938b88f5 add api to terminate a process instance w/ burnettk cullerton 2022-08-26 13:04:40 -04:00
jasquat
bb7a062838 added api endpoint to send payloads to messages w/ burnettk cullerton 2022-08-25 17:35:24 -04:00
jasquat
352b453643 only update items we specified in the process_model_update api w/ burnettk cullerton 2022-08-23 16:40:42 -04:00
jasquat
70bb2e3681 only save the values to process model that are passed in w/ burnettk cullerton 2022-08-23 16:18:32 -04:00
mike cullerton
13ba5327c6 testing waku setup 2022-08-19 09:43:48 -04:00
mike cullerton
4df28a39d6 precommit 2022-08-02 10:49:43 -04:00
mike cullerton
4219ce6ced Use BaseTest in test_process_api
Move base_test into helpers directory
Move find_or_create_user to BaseTest
2022-08-02 10:46:53 -04:00
jasquat
78cde23612 return the next active task for that user when submitting a task so the frontend can cycle through all forms 2022-07-19 16:57:58 -04:00
jasquat
d7fdb618fc return a 400 if a process group cannot be found instead of a 500 2022-07-18 16:23:29 -04:00
burnettk
898b116394 get controller code working 2022-07-10 20:22:16 -04:00