burnettk
02aa87cec5
mostly frontend stuff: add version and doc links, autofix unused imports
2023-05-12 17:07:53 -04:00
Dan
ac149c9dcb
* Adding signal_buttons to tasks, which will prompt the frontend to display a button that when pressed will cause the signal to fire.
...
* This alters how the send_event endpoint responds - it originally responded with a process instance, it now responds with the next task, in keeping with how other task completion endpoints behave.
* I was forced to upgrade some of the bpmn-js libraries which fixes some of the linting errors on the front end.
* The "Return to home" button isn't always displayed. It will not display when it is redirecting, or when the current task is running.
.
2023-05-02 13:40:41 -04:00
Dan
4cbf4e456b
a whole bunch of front end and backend changes that got mangled.
2023-04-26 16:22:50 -04:00
Dan
d73baedcbe
Merge remote-tracking branch 'origin/main' into feature/interstitial
2023-04-19 15:18:10 -04:00
jasquat
584a0df7cb
downgrade rjsf to last v5 beta version since the actual release breaks our usage of oneOf w/ burnettk
2023-04-18 15:19:16 -04:00
jasquat
1b9e867d5d
log filtering is working and downgraded react-router-dom since it broke editing bpmn diagrams w/ burnettk
2023-04-18 12:36:45 -04:00
jasquat
3c3dd6000c
merged in main and resolved conflicts w/ burnettk
2023-04-18 11:04:44 -04:00
jasquat
f6a0fd2448
updated carbon react to 1.27 for react 18 support and updated all other libraries for it w/ burnettk
2023-04-17 16:25:10 -04:00
jasquat
2caa42700c
some more log stuff using debounce w/ burnettk
2023-04-17 11:08:00 -04:00
Dan
8a6426efec
drop completed_tasks from the task_api object
...
Show the "next" task if no task is provided on the task_show api endpoint
Adding interstitial endpoint
Rename run to run_and_save
Remove repeated code from execution strategy
Adding interstital frontend page
2023-04-14 15:44:59 -04:00
Madhurya Liyanage
3e5727188d
Added cypress-file-upload
2023-04-06 20:01:54 +05:30
Dan
f945b58756
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
c35ba85605
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
cd07be3e28
upgrade certifi to fix security vulnerability
2023-01-19 07:38:57 -05:00
jasquat
7415c55ce7
do not navigate away from diagram editor page if there are changes w/ burnettk
2023-01-18 16:43:11 -05:00
jasquat
3f94038e0e
use the cookie from the frontend w/ burnettk
2023-01-11 17:27:12 -05:00
jasquat
bac203727e
updated rjsf to beta.16 and updated validations from v6 to v8 w/ burnettk
2023-01-10 15:15:21 -05:00
jasquat
1e62a77e81
some fixes for ci w/ burnettk
2022-12-14 17:09:43 -05:00
burnettk
60aeaee91d
add inline errors
2022-11-16 18:16:55 -05:00
jasquat
625b0dd27f
support ts and js for lint and format commands w/ burnettk cullerton
2022-11-16 14:02:46 -05:00
jasquat
95442a03cf
copied mui theme to use as base for carbon theme w/ burnettk cullerton
2022-11-16 13:59:09 -05:00
jasquat
ddce5fcec1
theme working with mui from the internet w/ burnettk cullerton
2022-11-16 13:52:44 -05:00
jasquat
7707c042da
attempting to add a theme w/ burnettk cullerton
2022-11-16 13:35:55 -05:00
burnettk
19c7ae3275
add cypress grep
2022-11-15 22:34:28 -05:00
jasquat
92a37b61de
added permission service to frontend to allow checking for permissions w/ burnettk
2022-11-15 14:40:35 -05:00
Dan
1423fe4c84
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
Dan
9e5e4688b8
Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main
2022-11-07 14:35:49 -05:00
jasquat
0365c699d8
finished process instance list filter w/ burnettk
2022-11-02 14:54:02 -04:00
jasquat
3f8da5a568
process instance list page is mostly set up now w/ burnettk
2022-11-01 16:26:24 -04:00
jasquat
9bbf40a985
merged in main and resolved conflicts w/ burnettk
2022-11-01 10:50:50 -04:00
jasquat
6c04a05834
updated bpmn-js-spiffworkflow w/ burnettk danfunk
2022-10-31 17:18:47 -04:00
jasquat
80744018ec
added carbon react package w/ burnettk
2022-10-31 14:50:19 -04:00
Jon Herron
3803b835c2
Merge commit 'a087961fab0d73cc54f9cae658e9eb50ab060f96'
2022-10-13 20:45:09 -04:00
Jon Herron
e0f235ca6e
Merge main, resolve conflicts
2022-10-12 15:35:34 -04:00
Dan
8af5e7ed93
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
d3efb6cfb9
Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend'
2022-10-12 10:21:49 -04:00