Dan
eedc994e3e
run_pyl had various recommendations that I find a bit of a pain in the butt, but that I did anyway.
2023-01-25 16:43:28 -05:00
Dan
b59cca0212
Merge remote-tracking branch 'origin/main' into feature/jinja_errors
2023-01-25 15:38:52 -05:00
Dan
4badc7e645
Added useMemo to error context
...
No longer clear errors in the task bar, as that will constantly remove them as soon as they are shown.
2023-01-25 15:09:05 -05:00
Dan
2b6b053671
TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured.
...
The same issue was happening on the ProcessInstanceListTable, and there it was being managed by a "SafelySetErrorMessage" function in one case,
but would not be addressed in all possible cases.
Reworked error handling into a context provider (APIErrorProvider) and hook (UseApiError) and removed the "(useContext as any)(ErrorContext)[1];" that felt a little off but that never was an actual problem.
2023-01-25 10:46:56 -05:00
jasquat
b05e7fcd38
do not allow deleting primary bpmn file and do not allow instantiating models without a primary bpmn file w/ burnettk
2023-01-24 15:15:48 -05:00
Dan
bd150dfff9
Merges
2023-01-19 13:26:13 -05:00
Dan
628c59dde9
Lots of adjustments from running pyl
...
Main change is in the ErrorDisplay.tsx to assure all error information is provided. and index.css to make it "pretty"
2023-01-19 12:36:45 -05:00
jasquat
7b78ff42da
do not navigate away from diagram editor page if there are changes w/ burnettk
2023-01-18 16:43:11 -05:00
Kevin Burnett
d9574acee8
Merge pull request #102 from sartography/feature/waku-fault-message
...
Feature/waku fault message
2023-01-13 11:47:05 -08:00
jasquat
2d61bf378e
added tasks table to process instance show page w/ burnettk
2023-01-13 14:31:12 -05:00
mike cullerton
043dea0796
Merge branch 'main' into feature/waku-fault-message
2023-01-13 12:11:40 -05:00
jasquat
a2bb41301a
added tabs to find by id page and install pre commit libraries if they fail to run help w/ burnettk
2023-01-13 11:29:45 -05:00
mike cullerton
ff48f67918
Merge branch 'main' into feature/waku-fault-message
2023-01-13 08:29:42 -05:00
jasquat
f48793c872
added detailed area to process instance show page w/ burnettk
2023-01-12 15:27:32 -05:00
mike cullerton
223793e79d
Merge branch 'main' into feature/waku-fault-message
2023-01-12 07:19:06 -05:00
mike cullerton
b5953b2980
linting
2023-01-11 17:47:58 -05:00
jasquat
1b426579e5
only load file references when needed to avoid unnecessary xml errors w/ burnettk
2023-01-10 14:28:14 -05:00
mike cullerton
8aff86a53c
Merge branch 'main' into feature/waku-fault-message
2023-01-10 08:47:31 -05:00
jasquat
9962629d95
call proceses through setProcesses to ensure we have up to date value and removed debug logs w/ burnettk
2023-01-09 17:43:56 -05:00
jasquat
610067ee92
added in debug logging for launching call activity editor w/ burnettk
2023-01-09 16:24:36 -05:00
mike cullerton
578935b1f5
Add fault_or_suspend_on_exception
and exception_notification_addresses
to Process Model interface and create/update form.
2023-01-09 13:00:51 -05:00
jasquat
9049a64925
actually filter by process initiator w/ burnettk
2023-01-06 15:50:47 -05:00
jasquat
f83cee9792
fixed issue displaying task data for call activities called multiple times in a diagram w/ burnettk
2023-01-05 10:38:29 -05:00
jasquat
98c3a9a511
added ability to filter process instances by process initiator
2023-01-04 16:11:52 -05:00
jasquat
c6b5049d71
pyl w/ burnettk
2023-01-04 13:18:05 -05:00
jasquat
4c0d11dda4
added process group display name to model search and cache the groups to avoid extra lookups w/ burnettk
2023-01-04 13:12:36 -05:00
jasquat
23550583b2
merged in main and resolved conflicts
2023-01-04 11:56:33 -05:00
jasquat
1354e9731b
cleaned up some debug code w/ burnettk
2022-12-30 15:30:32 -05:00
jasquat
f93a64f126
moved error display to own component w/ burnettk
2022-12-30 15:05:22 -05:00
jasquat
4b16e0df59
do not error when removing columns from instance column filters w/ burnettk
2022-12-30 13:59:52 -05:00
jasquat
0af82d137d
added all users to waiting for column on task list tables w/ burnettk
2022-12-30 12:30:23 -05:00
burnettk
b2ee20c260
make pagination test work for instances as well
2022-12-28 23:25:03 -05:00
jasquat
fb20d89459
added better error message for failed tasks w/ burnettk
2022-12-28 16:29:17 -05:00
jasquat
daf85f0efa
make sure we are using the same notification component on all pages w/ burnettk
2022-12-28 15:03:02 -05:00
jasquat
267b38fe41
Merge branch 'main' of github.com:sartography/spiff-arena
2022-12-28 12:27:40 -05:00
jasquat
c68b85a9c2
fixed some cypress tests and fixed issue where an invalid date caused the page to constantly reload w/ burnettk
2022-12-28 12:27:37 -05:00
jbirddog
ed2e13a2b9
Revive report deletion ( #85 )
2022-12-28 11:29:47 -05:00
burnettk
0948ee2c88
link to correct instances page, fix fin users, ignore coverage files
2022-12-23 20:18:08 -05:00
jasquat
9e6218e89c
fixed get tasks and process instances by group w/ burnettk
2022-12-20 16:02:27 -05:00
jasquat
313e01f836
added test for report filters w/ burnettk
2022-12-20 12:29:14 -05:00
burnettk
8a4d8ceeeb
process model show now only shows my instances
2022-12-19 22:37:22 -05:00
jasquat
e938d81366
created process instance list and show pages to handle all and for-me w/ burnettk
2022-12-19 16:16:27 -05:00
jasquat
f02d6b5775
fixed file upload of new files and get 1000 process models to list tiles page w/ burnettk
2022-12-16 15:12:14 -05:00
jasquat
d492533404
some more updates for text w/ burnettk
2022-12-16 14:41:13 -05:00
jasquat
7a099eb68d
updated some text for task tables w/ burnettk
2022-12-16 14:21:04 -05:00
jasquat
bd88cd947e
merged in main and resolved conflicts w/ burnettk
2022-12-16 13:53:43 -05:00
jasquat
905c18fefb
Merge pull request #74 from sartography/bug/delete-primary-warning
...
Don't show delete button for primary file
2022-12-16 13:15:28 -05:00
jasquat
5ecc775d29
get all of the process identifiers that the diagram knows about so we can display the correct task info
2022-12-15 14:55:06 -05:00
jbirddog
af2823e8f5
Allow viewing/editing xml of bpmn and dmn files ( #76 )
2022-12-15 11:56:54 -05:00
burnettk
c1dfc0c528
words
2022-12-14 22:26:09 -05:00