Dan
6d75c88aa8
Minor tweak to bpmn-io editor for messages.
2023-03-06 10:45:47 -05:00
Dan
3bc23ea859
Updating BPMN-JS
2023-03-03 14:32:44 -05:00
Dan
948deb97bc
work in progress -
...
* Link between message instance and correlations is now a link table and many-to-many relationships as recommended by SQLAlchemy
* Use the correlation keys, not the process id when accepting api messages.
2023-02-17 10:45:01 -05:00
Dan
df49b15292
Use the same markdown library for displaying as for editing - could enable a security plugin, but doing so would prevent BPMN developers from using the Sub and Sup markdown supported by GitHub.
2023-02-06 12:14:15 -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
burnettk
8280318bc2
upgrade certifi to fix security vulnerability
2023-01-19 07:38:57 -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
jasquat
2630dbfb45
use the cookie from the frontend w/ burnettk
2023-01-11 17:27:12 -05:00
jasquat
c7300f39f5
updated rjsf to beta.16 and updated validations from v6 to v8 w/ burnettk
2023-01-10 15:15:21 -05:00
burnettk
10dd81fd2c
lint and upgrade cypress
2022-12-21 09:29:54 -05:00
jasquat
7cfc08d620
some fixes for ci w/ burnettk
2022-12-14 17:09:43 -05:00
Dan
a0a58ed122
update bpmn-js-spiffworkflow with better data-object handling
2022-11-25 11:56:03 -05:00
burnettk
0c9e98260d
upgrades
2022-11-17 17:45:17 -05:00
jasquat
0a7052e5d2
a little cleanup to forms w/ burnettk
2022-11-17 11:52:57 -05:00
burnettk
b28d921ffc
add inline errors
2022-11-16 18:16:55 -05:00
jasquat
8290df6961
Merge pull request #45 from sartography/feature/form_carbon_theme
...
Feature/form carbon theme
2022-11-16 17:14:21 -05:00
Dan
1af96ba075
Searching for call activities seems to be working now.
...
I had the clear_caches in the wrong place previously - fixing.
2022-11-16 16:53:51 -05:00
jasquat
bb7324616b
copied mui theme to use as base for carbon theme w/ burnettk cullerton
2022-11-16 13:59:09 -05:00
jasquat
c3c941126b
theme working with mui from the internet w/ burnettk cullerton
2022-11-16 13:52:44 -05:00
jasquat
2c3e9760a6
attempting to add a theme w/ burnettk cullerton
2022-11-16 13:35:55 -05:00
burnettk
fbab4e0ea9
add cypress grep
2022-11-15 22:34:28 -05:00
jasquat
b62955deaa
added permission service to frontend to allow checking for permissions w/ burnettk
2022-11-15 14:40:35 -05:00
Dan
7d1d72290d
Mostly a name change from BpmnProcessIdLookup to SpecReferenceCache. I landed on this unfortunate name because:
...
1. It's not just processes, it contains the list of all DMN Decisions as well.
2. It is closely linked to the SpecReference object that can be generated by looking through all the Spec files to find the processes and decisions they contain.
3. It is a cache of information, the file system is the source of truth. Seems likely we will cache more things in the future -- so setting things up this way made sense.
2022-11-14 15:23:37 -05:00
jasquat
a19a9b3c13
some more task tab play
2022-11-11 10:28:08 -05:00
jbirddog
3dc70132db
Report URL fixes ( #29 )
2022-11-11 09:21:30 -05:00
Dan
b6a3c89bd4
Assure we are using the latest bpmn-js-spiffworkflow library.
2022-11-10 13:38:28 -05:00
Dan
175eb7af0c
fixing up routes for launching editor.
...
Also some fixes in the bpmn-js-spiffworkflow to avoid locking up the browser if no files are available.
2022-11-09 12:03:55 -05:00
burnettk
c3fe05c698
fix process model create and a couple tests, docker build refactor
2022-11-08 22:36:39 -05:00
Dan
0d86657fa5
Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main
2022-11-07 14:35:49 -05:00
jasquat
79c0ffa6e1
process group cypress tests are passing w/ burnettk
2022-11-04 12:20:55 -04:00
jasquat
5fc23bdb07
finished process instance list filter w/ burnettk
2022-11-02 14:54:02 -04:00
jasquat
41ddef1071
process instance list page is mostly set up now w/ burnettk
2022-11-01 16:26:24 -04:00
jasquat
6d69f4aaa1
merged in main and resolved conflicts w/ burnettk
2022-11-01 10:50:50 -04:00
jasquat
64bd610cfd
updated bpmn-js-spiffworkflow w/ burnettk danfunk
2022-10-31 17:18:47 -04:00
jasquat
1ac7191588
added carbon react package w/ burnettk
2022-10-31 14:50:19 -04:00
burnettk
ffdf2ac728
Merge commit '5adbec7e67d36fd582fc01da083e531ff0925b9e'
2022-10-19 16:48:28 -04:00
Jon Herron
43151b9d3b
Merge commit 'a087961fab0d73cc54f9cae658e9eb50ab060f96'
2022-10-13 20:45:09 -04:00
Jon Herron
858fd597b1
Merge main, resolve conflicts
2022-10-12 15:35:34 -04:00
Dan
eef943bf6e
Updaging the jinja processing so it doesn't leave a bunch of blank lines in the markdown that has strong feelings about white space. Updating the front end to render markdown formatted instructions. And adding a little css love to tables that are generated in Markdown.
2022-10-12 13:28:57 -04:00
Jon Herron
28379f43d6
Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend'
2022-10-12 10:21:49 -04:00