Commit Graph

341 Commits

Author SHA1 Message Date
jasquat afa8aae60e process model cypress tests are passing 2022-11-09 10:12:13 -05:00
burnettk 34ec5b894a camelcase 2022-11-09 09:18:01 -05:00
burnettk 2cda810a04 fix process model create and a couple tests, docker build refactor 2022-11-08 22:36:39 -05:00
jasquat 0e31ff2be4 fixed lint issue w/ burnettk cullerton 2022-11-08 18:05:17 -05:00
jasquat 534f1d7a04 Merge pull request #25 from sartography/feature/nested-groups
Feature/nested groups
2022-11-08 17:49:43 -05:00
jasquat 1029b36a1b merged in main and resolved conflicts w/ burnettk cullerton 2022-11-08 17:49:23 -05:00
jasquat 06e5d05d51 fixed some acceptance tests w/ burnettk cullerton 2022-11-08 17:20:17 -05:00
jasquat e8ae76958e updated breadcrumbs to work with new process models ids w/ burnettk cullerton 2022-11-08 16:00:44 -05:00
jasquat b50db8999e made a process model form w/ burnettk 2022-11-08 14:31:24 -05:00
mike cullerton 149ffa6ef6 Somethings up w/authentication. Maybe the stored token is bad 2022-11-08 14:18:39 -05:00
mike cullerton b646fa98bd Merge branch 'main' into feature/nested-groups
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/api.yml
#	spiffworkflow-backend/src/spiffworkflow_backend/models/process_instance_report.py
#	spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/unit/test_spec_file_service.py
#	spiffworkflow-frontend/src/routes/ProcessInstanceList.tsx
#	spiffworkflow-frontend/src/routes/ProcessInstanceReportList.tsx
#	spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx
#	spiffworkflow-frontend/src/routes/ProcessModelShow.tsx
2022-11-08 14:09:03 -05:00
burnettk 124d4e2eb0 lint 2022-11-08 12:50:39 -05:00
mike cullerton 812029cf9c script to modify all model json files to use full path for model id. Also removes process_group_id 2022-11-08 12:38:51 -05:00
Kevin Burnett ad15cd61d8 Merge pull request #24 from sartography/feature/carbon_process_model_show
Feature/carbon process model show
2022-11-08 17:38:36 +00:00
jasquat 9d4e096a5d return next task when running an instance w/ burnettk 2022-11-08 12:36:11 -05:00
jasquat 5659ac7104 return next task when running an instance w/ burnettk 2022-11-08 12:35:45 -05:00
mike cullerton 46ea75860e More frontend changes 2022-11-08 12:33:21 -05:00
jasquat 479ea8a208 process model show page lists files as accordion with action icons w/ burnettk 2022-11-08 12:08:18 -05:00
jasquat c338ff0bc2 Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show 2022-11-08 09:51:02 -05:00
jasquat dddb151bca some minor chnages to prepare for chnaging actions dropdown to buttons 2022-11-08 09:50:58 -05:00
jbirddog 8b47cf49fb First pass at custom report/perspective for Process Instance List (#23) 2022-11-08 09:26:42 -05:00
jasquat ceae23559f change action dropdown direction based on if it is the last one or not 2022-11-08 09:00:51 -05:00
burnettk 7bdc052053 add back run and edit and add actions menu 2022-11-07 18:37:46 -05:00
jasquat 9a83f1c486 added a table for files w/ burnettk 2022-11-07 17:41:35 -05:00
jasquat ff7322f0b8 updated process modal show page to use accordion component w/ burnettk 2022-11-07 17:32:29 -05:00
mike cullerton 43069236d1 remove process_group_identifier from process-instances endpoint 2022-11-07 17:25:04 -05:00
mike cullerton 7902979cf0 First stab at fixing routes and urls 2022-11-07 17:22:46 -05:00
jasquat b58e5be583 Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show 2022-11-07 14:38:50 -05:00
Dan 5c33414d12 Merge commit '9213cea140508842d4ae3cc30cc2eee58e4f9efe' into main 2022-11-07 14:35:53 -05:00
Dan 9213cea140 Squashed 'bpmn-js-spiffworkflow/' changes from 999ea7e4c..96dcd1a24
96dcd1a24 Merge pull request #23 from sartography/feature/more_launch_buttons_and_dropdowns
f6eb4123d disable test for disabled button.
84593aee1 remove launch button for call activities.
b28569687 fixing a bug in SpiffScript Group
e12e27ed5 fixing a bug in SpiffScript Group
7b4ca1919 Merge branch 'main' into feature/more_launch_buttons_and_dropdowns
38b23ae4e No reason to force _files on there, when this could work for any set of options.
1e75ff7b5 Standardize all Event Names, and document in README. Fix the SpiffExtensions so they work consistently with both nested Extension Properties, and as single extensions depending on the namespace. Add a Spiff Extension Text Area. Everything that is within the body of tag can be referenced with ".value" -- there was a lot of pointless inconsistency in the moddle json file.
aeeaf1596 DMN selection should be from a dropdown, not by hand entering a process id.
ecb175d72 Add Launch Editor buttons for Json files. (fires 'file.editor.launch', with a fileName)
6467e967b Adding a Launch Button for Call Activity Json files are now a selection list, not a text field -- see app.json for usage. New SpiffExtensionSelect can be used to add select boxes anywhere you want.

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: 96dcd1a2497f84f8ca3f2a82e311d50e391bf7b7
2022-11-07 14:35:53 -05:00
Dan 9e5e4688b8 Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main 2022-11-07 14:35:49 -05:00
Dan 44e49e6ae6 Squashed 'spiffworkflow-frontend/' changes from 942256a4a..cdae31a57
cdae31a57 Merge pull request #101 from sartography/feature/more_launch_buttons_and_dropdowns
c617100e2 Fix the react diagram editor to depend on the freakin universe, so eslint will pass.
7d0a3484f Merge branch 'main' into feature/more_launch_buttons_and_dropdowns. Disabling the but launch button for call activities until we complete the nested process group work.
78e4267ca picky picky linter.
a46d3bda7 Merge branch 'main' into feature/more_launch_buttons_and_dropdowns
f430dbbea do not render diagram editor until processModel is loaded w/ burnettk
f29d34ab9 Adding ability to get a list of DMN and Json files from the process model into a dropdown list in the bpmn editor.
c4182e12d explicit themes
9f6a146eb add nav items so people can get everywhere
342b7c9e1 Open BPMN, JSON, and DMN files in a new window when the "Launch Editor" button is clicked.
b7e094dc9 Add a Markdown Editor.

git-subtree-dir: spiffworkflow-frontend
git-subtree-split: cdae31a57add18097211711db03536dff949cb6c
2022-11-07 14:35:49 -05:00
Dan d1e612e7d2 Merge commit '39f9dcba4d497b121ef7f24e58e735b62b0e03d4' into main 2022-11-07 14:35:45 -05:00
Dan 39f9dcba4d Squashed 'spiffworkflow-backend/' changes from c354b846c..b8924100d
b8924100d Merge pull request #165 from sartography/feature/more_launch_buttons_and_dropdowns
eae9d4e37 Merge remote-tracking branch 'origin/main' into feature/more_launch_buttons_and_dropdowns
704ce5709 pyl is passing
98e1776ed When returning the list of files in a ProcessModel, include all the ways they can be referenced, for instance, json files, can be referened by file name,  bpmn files can be referened by one more process ids, and DMN's files can be referenced by one or more decision ids.  This information is now included in the reference.

git-subtree-dir: spiffworkflow-backend
git-subtree-split: b8924100d01276e3f282dbe939df74ebabdad625
2022-11-07 14:35:45 -05:00
Dan bce6995439 update gitignore. 2022-11-07 14:35:13 -05:00
jasquat 010e106db4 updated the breadcrumb component and added a test for buttons in file dropdown 2022-11-07 14:23:19 -05:00
mike cullerton 19bbc0da92 Merge branch 'main' into feature/nested-groups
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/models/process_model.py
#	spiffworkflow-backend/src/spiffworkflow_backend/services/process_instance_processor.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
2022-11-07 10:56:37 -05:00
mike cullerton 9d6d6cf2af started test for test_script_unit_test_run 2022-11-07 10:34:14 -05:00
mike cullerton e8785c2f69 fixed process_model_identifier in script_unit_test_create 2022-11-07 10:33:24 -05:00
burnettk 9f3ff6bda4 explicit themes 2022-11-07 10:10:47 -05:00
mike cullerton d6ad90ac15 Fix url in test 2022-11-06 15:09:56 -05:00
mike cullerton 2047cd25f0 Remove the `_2` methods 2022-11-06 15:09:32 -05:00
mike cullerton 0dad6788ff Fix urls for uspend and resume endpoints 2022-11-06 14:23:16 -05:00
burnettk be73955451 Merge commit '4b42d6cde62288b92c17d44f8181e56389a2a6ca' 2022-11-06 13:25:49 -05:00
burnettk 4b42d6cde6 Squashed 'spiffworkflow-frontend/' changes from 1df0c1a9b2..942256a4ab
942256a4ab theme header
7d02fab545 it would be nice to know which command is failing
cecdb467fa do not chew all memory
d3d94fb307 Merge remote-tracking branch 'origin/main' into feature/carbon_ui
c6d6108fb7 remove garbage css rule
7ec4f725a6 Stack direction to orientation
77731cd7ac fix last modal
0f0962fd1a lint
700f3c4965 fix label and comment artificial slowdown
033d051992 unhardcode
f283cc6302 fix a few tests
43848ea1c0 instances tests are mostly passing, issues with table resizing on the list w/ burnettk
f9b8a161eb process model cypress tests are passing w/ burnettk
e52157fe58 process group cypress tests are passing w/ burnettk
8ce7886326 pyl is passing w/ burnettk
999134fc8f some more updates for group forms w/ burnettk
bba9ed27f1 added search bar on process groups page w/ burnettk
d80e9971cc added login_logout buttons w/ burnettk
6126faaebc finished process instance list filter w/ burnettk
3d2b1ad1d4 add date ranges for process instances search w/ burnettk
2831206f29 a simple date picker w/ burnettk
02d165c52a filter is working for status and process model w/ burnettk
5b118a69e6 process instance list page is mostly set up now w/ burnettk
efd0663ef4 merged in main and resolved conflicts w/ burnettk
6191cfedf3 some more changes... navigation bar is broken due to header container w/ burnettk
877d543b02 many things have been switched to carbon and the home page loads w/ burnettk
c6a5bb081f added carbon react package w/ burnettk

git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 942256a4ab74949d0cba48cd93cc5a70001e0a72
2022-11-06 13:24:57 -05:00
burnettk d9762a585f add nav items so people can get everywhere 2022-11-06 13:24:12 -05:00
burnettk aef3c2e8d9 theme header 2022-11-04 22:44:38 -04:00
burnettk cc38022358 it would be nice to know which command is failing 2022-11-04 19:04:59 -04:00
burnettk 11eba6b2ef do not chew all memory 2022-11-04 19:03:53 -04:00
burnettk 12cc510fe9 Squashed 'spiffworkflow-backend/' changes from 5c6601237e..c354b846ca
c354b846ca Merge remote-tracking branch 'origin/main' into feature/carbon_ui
ad13a41127 pyl is passing w/ burnettk
2366b93b73 Merge commit 'a0b923c9ad98d07d3cf46dca689a01b13d41aa02'
bdc8121211 some more updates for group forms w/ burnettk
8483b98788 ergeremote-tracking branch 'origin/main' into feature/carbon_ui
623144aad2 add date ranges for process instances search w/ burnettk

git-subtree-dir: spiffworkflow-backend
git-subtree-split: c354b846cab6ac27d117ce9c10f9f56aec35df75
2022-11-04 18:35:44 -04:00