Commit Graph

314 Commits

Author SHA1 Message Date
jasquat 3020c87c98 updated process modal show page to use accordion component w/ burnettk 2022-11-07 17:32:29 -05:00
jasquat 20bdeb7eaf Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show 2022-11-07 14:38:50 -05:00
Dan 96c26af365 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 0d86657fa5 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 3a9b7661e0 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 e83aefd077 update gitignore. 2022-11-07 14:35:13 -05:00
jasquat 5f22c0b910 updated the breadcrumb component and added a test for buttons in file dropdown 2022-11-07 14:23:19 -05:00
burnettk 34c0b5d2a3 explicit themes 2022-11-07 10:10:47 -05:00
burnettk 6548d88fa5 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 49dffb5c56 add nav items so people can get everywhere 2022-11-06 13:24:12 -05:00
burnettk f116134cb5 theme header 2022-11-04 22:44:38 -04:00
burnettk ea8dcd26d1 it would be nice to know which command is failing 2022-11-04 19:04:59 -04:00
burnettk 48a74301fb 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
burnettk 2011b5728c Merge commit '12cc510fe998dc4f1860e4b25a87277d8ea762fd' 2022-11-04 18:35:44 -04:00
Kevin Burnett 5ac8ad5e6c
Merge pull request #22 from sartography/feature/carbon_ui
Feature/carbon UI
2022-11-04 22:33:38 +00:00
burnettk eede34b564 Merge remote-tracking branch 'origin/main' into feature/carbon_ui 2022-11-04 18:33:07 -04:00
burnettk 41b80fe78d remove garbage css rule 2022-11-04 18:30:45 -04:00
burnettk 8262e2b691 Stack direction to orientation 2022-11-04 18:27:10 -04:00
burnettk 8be06184d5 fix last modal 2022-11-04 18:18:28 -04:00
burnettk 96daac637b lint 2022-11-04 18:02:09 -04:00
burnettk 6f0a50b60c fix label and comment artificial slowdown 2022-11-04 17:37:32 -04:00
burnettk a9449cf7ec unhardcode 2022-11-04 17:21:25 -04:00
burnettk 915020e521 fix a few tests 2022-11-04 17:14:48 -04:00
jasquat bac7dbcac1 instances tests are mostly passing, issues with table resizing on the list w/ burnettk 2022-11-04 15:07:40 -04:00
jasquat 08bfbccffb process model cypress tests are passing w/ burnettk 2022-11-04 12:48:05 -04:00
jasquat 79c0ffa6e1 process group cypress tests are passing w/ burnettk 2022-11-04 12:20:55 -04:00
jasquat edfa95124a pyl is passing w/ burnettk 2022-11-04 11:03:40 -04:00
burnettk fbebc72725 Squashed 'spiffworkflow-frontend/' changes from ca2bc557f1..1df0c1a9b2
1df0c1a9b2 Change steps when viewing a process instance model (#18)
b471cbaa77 Prettier
01fc31aa27 From the logs, allow viewing a diagram in a previous state (#15)

git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 1df0c1a9b2af5e22343da13f78e585096f877c65
2022-11-04 09:33:46 -04:00
burnettk ff597497c8 Merge commit 'fbebc727257a57ad5505e19d0aaecdfd4a9166c8' 2022-11-04 09:33:46 -04:00
burnettk a0b923c9ad Squashed 'spiffworkflow-backend/' changes from dba09086ba..5c6601237e
5c6601237e upgrade spiff and add commented out assertion
150cb68824 Change steps when viewing a process instance model (#18)
beac7f40c4 prevent backfill from exploding when a primary file name on another model does not exist
3e6b61911e work around parser.get_process_dependencies returning a set containing the element None
65c343337d Point back to spiff main (#19)
7eafd5c994 Track spiff step details more granularly (#17)
85829dd56d Clear the remaining __init__.py imports in SpiffWorkflow (#14)
c3468ca548 From the logs, allow viewing a diagram in a previous state (#15)

git-subtree-dir: spiffworkflow-backend
git-subtree-split: 5c6601237ebdccf864b23dac74bf3e1ca77ead1e
2022-11-04 09:33:44 -04:00
burnettk 4ec67848a4 Merge commit 'a0b923c9ad98d07d3cf46dca689a01b13d41aa02' 2022-11-04 09:33:44 -04:00
burnettk c24be8695e Merge commit '7ac4b51c6a607fdd43524307db08070b4d2c1db0' 2022-11-04 09:33:42 -04:00
burnettk 7ac4b51c6a Squashed 'SpiffWorkflow/' changes from a6392d1906..8d820dce1f
8d820dce1f Track spiff step details more granularly (#17)
426da26d8f Clear the remaining __init__.py imports in SpiffWorkflow (#14)
9a1d1c484a Fix FutureWarning in SpiffWorkflow (#16)

git-subtree-dir: SpiffWorkflow
git-subtree-split: 8d820dce1f439bb76bc07e39629832d998d6f634
2022-11-04 09:33:42 -04:00
jbirddog ecf2b7c941
Change steps when viewing a process instance model (#18) 2022-11-03 18:57:26 -04:00
Kevin Burnett 3d877e5577
Merge pull request #21 from sartography/feature/backfill-should-not-explode-on-unrelated-model
prevent backfill from exploding when a primary file name on another model does not exist
2022-11-03 20:55:40 +00:00
burnettk 7d2f18bd42 prevent backfill from exploding when a primary file name on another model does not exist 2022-11-03 16:55:10 -04:00
Kevin Burnett 56b5df4385
Merge pull request #20 from sartography/feature/work-around-get-deps-returning-set-with-none
work around parser.get_process_dependencies returning a set containing the element None
2022-11-03 20:23:45 +00:00
burnettk 88e58865fb work around parser.get_process_dependencies returning a set containing the element None 2022-11-03 16:23:15 -04:00
jbirddog 2420cbf80f
Point back to spiff main (#19) 2022-11-03 15:58:06 -04:00
jasquat d46ac958a2 some more updates for group forms w/ burnettk 2022-11-03 15:55:50 -04:00
jbirddog a8e904c6b8
Track spiff step details more granularly (#17) 2022-11-03 15:07:46 -04:00
jbirddog 55cb9f4fd0
Clear the remaining __init__.py imports in SpiffWorkflow (#14) 2022-11-03 11:12:00 -04:00
jbirddog 04172f2c10
Fix FutureWarning in SpiffWorkflow (#16) 2022-11-03 11:11:32 -04:00
jasquat d25ac51396 added search bar on process groups page w/ burnettk 2022-11-02 17:16:41 -04:00
jasquat f3dc5665bd added login_logout buttons w/ burnettk 2022-11-02 16:02:43 -04:00