340 Commits

Author SHA1 Message Date
burnettk
d9370f6608
tests have been broken in ci, and this should fix it 2023-03-27 17:02:29 -04:00
jbirddog
a986678869
Handle the multiple single file upload widget case (#195) 2023-03-27 16:03:22 -04:00
burnettk
5452d6be50
add test for filtering columns and clarify that we are doing unit tests with api, whoops 2023-03-24 18:11:11 -04:00
jasquat
30e4faa12f
removed debug comment w/ burnettk 2023-03-24 11:11:44 -04:00
jasquat
8593d54742
pyl passes w/ burnettk 2023-03-23 15:16:39 -04:00
jasquat
00a0e901f1
commented out reset process code and added comment and raise until we get it actually working and fixed issue with viewing at completed task where it was not including the tasks for the parent bpmn processes 2023-03-23 10:44:09 -04:00
jasquat
63acf11b5d
some more debugging for resetting a process to specific task w/ burnettk 2023-03-22 14:39:04 -04:00
jasquat
c63483b171
updated manual task with subprocess bpmn w/ burnettk 2023-03-22 10:45:40 -04:00
jasquat
63369387c6
pyl 2023-03-21 13:34:59 -04:00
jasquat
d6684124fd
use task table for process instance show page. spiff steps are not working yet and neither is data w/ burnettk 2023-03-20 16:51:29 -04:00
jasquat
1e80f7dc4c
fixed broken test w/ burnettk 2023-03-20 10:55:57 -04:00
jasquat
714a2aa2c1
removed spiff_logging w/ burnettk 2023-03-17 15:49:16 -04:00
jasquat
a565b96cba
tasks can be skipped and manually executed w/ burnettk 2023-03-17 15:35:27 -04:00
jasquat
5e239f0e7f
added process instance event table 2023-03-17 13:20:06 -04:00
jasquat
761526f999
Merge remote-tracking branch 'origin/main' into feature/use_tasks_as_logs 2023-03-17 12:40:26 -04:00
jbirddog
6d847a10e0
UAT bug fix: suspended/terminated instances automagically resume (#186) 2023-03-17 11:55:11 -04:00
jasquat
44b166fba8
updated log list view in frontend w/ burnettk 2023-03-17 10:30:29 -04:00
jasquat
8dc7c5fb2f
added bpmn_name columns to definition tables and added test for simple logs as well 2023-03-17 10:00:59 -04:00
burnettk
02c04625f7
lint 2023-03-16 22:59:42 -04:00
jasquat
8bd946235c
add in missing fields to logs 2023-03-16 17:58:43 -04:00
jasquat
48b8a336f6
pyl w/ burnettk 2023-03-16 16:18:02 -04:00
jasquat
8dc178b953
tests are now passing w/ burnettk 2023-03-16 16:14:41 -04:00
jasquat
8927e9353a
merged in save_to_task_data branch and pyl with some cleanup w/ burnettk 2023-03-16 12:50:52 -04:00
burnettk
bcf798f299
fix two issues, one where we were not sorting after globbing, and another where we forgot about process groups 2023-03-16 12:34:44 -04:00
jasquat
bf5b23a52f
use box script engine to save everything into task data for time being w/ burnettk 2023-03-16 11:17:21 -04:00
jasquat
a22160e81c
some initial code to use tasks for logs 2023-03-16 09:30:25 -04:00
burnettk
0f7f9220ec
try to fix postgres and mysql group by 2023-03-16 00:02:02 -04:00
jasquat
4b64f725f4
increase line length from 88 to 119 for black w/ burnettk 2023-03-15 16:24:08 -04:00
jasquat
b04976e4b1
fixed up tests and ran pyl w/ burnettk 2023-03-15 16:10:23 -04:00
jasquat
181e4ef81b
check data when running main spiff test w/ burnettk 2023-03-15 15:38:58 -04:00
jasquat
ae8a4de175
pyl and cleaned up debug code w/ burnettk 2023-03-15 12:15:48 -04:00
jasquat
6abc3dc69d
unit tests are passing w/ burnettk 2023-03-15 11:25:15 -04:00
jbirddog
b8e0a8f665
Move process instance locking to new queue table (#177) 2023-03-14 13:12:01 -04:00
jasquat
3ee474403c
fixed tests and added some comments for future fixes we will need with spiff without loop reset 2023-03-11 13:22:30 -05:00
jasquat
3415caa969
added loop to task test bpmn file w/ burnettk 2023-03-10 17:15:27 -05:00
jasquat
3e2547f789
tests are now passing w/ burnettk 2023-03-10 16:52:57 -05:00
jasquat
cb53321594
check task data on spiff tasks 2023-03-10 13:29:23 -05:00
jasquat
d500360cc0
added subprocess and call activity to task data bpmn file and the test is passing now 2023-03-10 10:46:40 -05:00
burnettk
486a49b6f6
Merge remote-tracking branch 'origin/main' into feature/save_tasks_one_at_a_time 2023-03-09 22:07:11 -05:00
jasquat
9aea8ea51f
the primary test is passing now but subprocesses and call activities are probably broken w/ burnettk 2023-03-09 17:16:44 -05:00
Dan
6871b43543 run_pyl 2023-03-09 16:10:31 -05:00
Dan
300af1abae Adding a new test for error handing to assure this doesn't break in the future, and cleaning up the message call event.
Will also need to update the error handling BPMN process so it provides correlation keys.  We should add a task that will
alert you when you create a message object without setting correlation keys - as they are required per the specification.
2023-03-09 15:27:35 -05:00
jasquat
39ea4eb260
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json 2023-03-07 10:48:37 -05:00
Jon Herron
55b0d3e174 Getting ./bin/pyl to pass 2023-03-06 20:42:25 -05:00
Jon Herron
b3012e48d3 Fix secret getting reset when decrypted in get_secret 2023-03-06 20:40:08 -05:00
Jon Herron
6bdc174264 Fixed tests 2023-03-06 19:27:24 -05:00
jasquat
b4ad12b3d7
make sure we set the subprocesses correctly in the bpmn dict w/ burnettk 2023-03-06 13:03:18 -05:00
jasquat
512fbbbffd
some stuff is passing but still needs the process_instance_data w/ burnettk 2023-03-03 16:51:24 -05:00
jasquat
acc4b31faf
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json 2023-03-03 13:04:26 -05:00
jbirddog
94a788a832
Special case file data during user form submission (#164) 2023-03-03 12:24:18 -05:00