b5a8ff01b4Needed an additional check for empty correlation keys - which on a RECEIVE message, should always match anything.
Dan
2023-02-27 14:01:21 -0500
Bump @types/node from 18.7.13 to 18.14.0
dependabot[bot]
2023-02-20 04:32:17 +0000
3f92f49286added ability to display the environment in the frontend header bar w/ burnettk
jasquat
2023-02-17 14:35:13 -0500
d7861aae25Merge branch 'main' into feature/message_fixes
Dan
2023-02-17 12:01:38 -0500
0a9f2480d3work 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.
Dan
2023-02-17 10:44:03 -0500
852461203eput the env vars in the env section of the github action configs w/ burnettk
jasquat
2023-02-16 15:19:01 -0500
58ff9075e2added test for quickstart guide w/ burnettk
jasquat
2023-02-16 15:05:55 -0500
03e725b05bcorrected cypress env var
jasquat
2023-02-16 13:31:08 -0500
db75573174added some support for using the backend openid server for cypress tests w/ burnettk
jasquat
2023-02-16 12:09:44 -0500
e76b64294eanything in the Tasks waiting for me table can now be completed by the current user
burnettk
2023-02-15 07:41:05 -0500
56403b4c77users can always complete tasks on process instance show page and on task group table on home page w/ burnettk
jasquat
2023-02-14 11:53:37 -0500
e62427b988do not fail if SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG is missing
burnettk
2023-02-07 22:06:47 -0500
551bdf17feallow setting configs for the frontend through env vars w/ burnettk
jasquat
2023-02-07 17:21:54 -0500
bc91c62cb4Merge remote-tracking branch 'origin/main' into frontend/use-api-subpath
burnettk
2023-02-07 11:30:24 -0500
eeab0d0f83Use 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.
Dan
2023-02-06 12:14:15 -0500
28d6f75c8bWhen searching for human tasks to determine if the current user can complete it, filter on the "completed" flag.
Dan
2023-02-06 08:01:37 -0500
Bump axios from 0.27.2 to 1.3.2
dependabot[bot]
2023-02-06 03:44:20 +0000
34b36fe27cput setDisabled back in the awkward place since i was seeing the subsequent form stay disabled
burnettk
2023-02-03 17:31:14 -0500
4794a8cdbcMerge branch 'main' of github.com:sartography/spiff-arena into main
Dan
2023-02-03 17:01:13 -0500
78b9ef7386Fix that dreadful unknown "KeyError" exception that was cropping up. Adding a bit of detail to the spiffworkflow exceptions when a duplicate process model is found. Disable the submit button on tasks after you click submit (avoid the double click and give users a better experience)
Dan
2023-02-03 17:01:03 -0500
d854a122c9Merge pull request #125 from sartography/feature/dynamically-hide-fields-w-task-data
Kevin Burnett
2023-02-03 13:20:19 -0800
eda738543fmake form schema and form ui schema both dicts, add support for hiding fields based on task data
burnettk
2023-02-03 15:40:14 -0500
bda549f37aPrevent double click on submit of forms.
Dan
2023-02-03 13:25:05 -0500
Bump axios from 0.27.2 to 1.2.5
dependabot[bot]
2023-01-27 04:23:28 +0000
cfcfe29261use the 403 response to tell if a user has access to task data on the task show page w/ burnettk
jasquat
2023-01-26 11:21:09 -0500
355406e241do not reset error state from the adminroutes component since this causes the error to be removed right away and then cannot be displayed w/ burnettk
jasquat
2023-01-26 10:50:46 -0500
3e7962cfd4if we get a result back it will be a task with a model identifier
jasquat
2023-01-26 09:54:18 -0500
0f043f72a0use the ProcessInstanceTask interface where we can and move some stuff around better for useEffect
jasquat
2023-01-26 09:45:09 -0500
4ee4e5e0d2run_pyl had various recommendations that I find a bit of a pain in the butt, but that I did anyway.
Dan
2023-01-25 16:43:28 -0500
84e7d3fa02Merge remote-tracking branch 'origin/main' into feature/jinja_errors
Dan
2023-01-25 15:38:52 -0500
acbc0a07dbAdded useMemo to error context No longer clear errors in the task bar, as that will constantly remove them as soon as they are shown.
Dan
2023-01-25 15:09:05 -0500
19c3ab0ea9TaskShow 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.
Dan
2023-01-25 10:46:56 -0500
c37224ecc7added the process model identifier for the diagram if it is not the top level w/ burnettk
jasquat
2023-01-25 10:39:17 -0500
Bump axios from 0.27.2 to 1.2.4
dependabot[bot]
2023-01-25 03:30:06 +0000
befefb6d1fMerge pull request #107 from sartography/feature/metadata_on_instance_show
jasquat
2023-01-24 16:54:43 -0500
65e42110e7use a modal for metadata instead w/ burnettk
jasquat
2023-01-24 16:53:23 -0500
4a2f2a005bput process instance show page to match main w/ burnettk
jasquat
2023-01-24 16:38:05 -0500
0f1ab490cddo not allow deleting primary bpmn file and do not allow instantiating models without a primary bpmn file w/ burnettk
jasquat
2023-01-24 15:15:48 -0500