jasquat
|
9458e3da50
|
added test to get message instances
|
2022-09-20 13:54:52 -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 |
burnettk
|
5047b9aa8b
|
add process_instance_report_list
|
2022-07-09 13:17:21 -04:00 |
burnettk
|
15866e2297
|
comment out WIP tests and update report naming
|
2022-07-09 11:11:05 -04:00 |
jasquat
|
d21e1105d0
|
added test for deleting process instances with task events w/ burnettk
|
2022-07-07 15:26:53 -04:00 |
jasquat
|
ac9c2f7fff
|
attempt to log better with gunicorn w/ burnettk
|
2022-07-07 14:44:19 -04:00 |
jasquat
|
093b96a2f9
|
added json formatting and turn debug mode off in docker so we can get stack traces to log files w/ burnettk
|
2022-07-07 12:27:03 -04:00 |
mike cullerton
|
020426f374
|
fix principal/user_id bug
fix typo in test name
|
2022-06-30 14:21:07 -04:00 |
jasquat
|
4cd9e33b9e
|
precommit is passing w/ burnettk
|
2022-06-30 12:17:14 -04:00 |
jasquat
|
e57a64361c
|
started migrating code for updating task form data w/ burnettk
|
2022-06-30 12:13:14 -04:00 |
jasquat
|
ab83f4feea
|
precommit is passing w/ burnettk
|
2022-06-30 11:21:02 -04:00 |
mike cullerton
|
481b88f2e6
|
pre commit with poetry
|
2022-06-29 15:47:24 -04:00 |
mike cullerton
|
aeb495f262
|
Assertions for task_event
|
2022-06-29 15:43:06 -04:00 |
mike cullerton
|
16394c0dd8
|
run precommit with poetry
|
2022-06-29 12:41:04 -04:00 |
mike cullerton
|
9640ffd422
|
use fixture to clean up db
|
2022-06-29 12:19:06 -04:00 |
mike cullerton
|
963d60f4e5
|
Merge branch 'main' into cullerton
|
2022-06-29 11:51:56 -04:00 |
jasquat
|
5fd85eadda
|
delete all data in the databases before every test. we may have to control the order better w/ burnettk
|
2022-06-29 11:47:17 -04:00 |
mike cullerton
|
ceef89ff55
|
methods, etc for running user tasks
needed for task_events
|
2022-06-29 11:40:52 -04:00 |
mike cullerton
|
e374813609
|
Pre commit with poetry
|
2022-06-27 13:26:00 -04:00 |
mike cullerton
|
58b418aad3
|
Add test for suspend
|
2022-06-27 13:24:56 -04:00 |
mike cullerton
|
cfa738f128
|
run precommit
|
2022-06-27 12:56:13 -04:00 |
mike cullerton
|
59863dfcf1
|
run mypy with poetry
|
2022-06-27 12:53:47 -04:00 |
mike cullerton
|
d21ad20525
|
run pre commit
|
2022-06-27 11:15:00 -04:00 |
mike cullerton
|
77227c545a
|
Merge branch 'main' into cullerton
# Conflicts:
# tests/spiffworkflow_backend/integration/test_process_api.py
|
2022-06-27 11:06:17 -04:00 |
mike cullerton
|
c95e9bfebb
|
test sending email on exception
|
2022-06-27 10:37:40 -04:00 |
jasquat
|
b798ea4e45
|
precommit is passing w/ burnettk
|
2022-06-24 17:22:02 -04:00 |