Commit Graph

199 Commits

Author SHA1 Message Date
Aaron Louie b9cd42d60d Updates sartography-workflow-lib 2021-08-16 10:55:40 -04:00
Aaron Louie dff7c62400 Updates sartography-workflow-lib. Fixes lodash namespace warnings. 2021-08-16 10:38:27 -04:00
Aaron Louie 35cd8f767f Updates dmn-js so we can remove redundant importXML code 2021-08-13 17:47:04 -04:00
Aaron Louie 97e020ea9a Converts DMN files to 1.3 2021-08-13 16:23:34 -04:00
Aaron Louie 41f7ce4d0e Configures eslint and fixes a bunch of linting errors. 2021-08-12 11:04:55 -04:00
Aaron Louie a26a285262 Updates all packages to latest compatible versions. Fixes all those compiler warnings about CSS. 2021-08-11 11:22:39 -04:00
Aaron Louie bcf7a9391c Fixes some outdated dependencies. 2021-08-11 10:39:12 -04:00
Dan 983b1abf0a Merge remote-tracking branch 'origin/dev' into 367b-CallActivity
# Conflicts:
#	package-lock.json
#	package.json
2021-08-10 13:11:30 -04:00
Dan efc1d1aa88 Merge branch 'dev' into 367b-CallActivity 2021-08-10 12:37:36 -04:00
Dan dddd8adfd2 Merge branch 'chore/update_angular' of github.com:sartography/cr-connect-bpmn into chore/update_angular 2021-08-10 11:11:18 -04:00
Dan 7dd722ace3 lock the npm version in the package.json file. 2021-08-10 11:03:48 -04:00
Dan 23dfddf8d9 upgrade webpack-dev-server to 4.0, in the hopes that this corrects an issue building on Jenkins. 2021-08-10 10:53:33 -04:00
nilez 5b126cbf2c Updated Code Editor Version 2021-08-10 10:36:59 -04:00
Dan 0baea67e7b fixing dependencies in the diagram-js-code-editor. 2021-08-10 10:25:35 -04:00
Dan 735590aa3b Moving to eslint, and fixing all the linting errors it reported. 2021-08-10 09:58:37 -04:00
Kelly McDonald 6c9a3807f9 Finish #367 to allow user to choose libraries for a given workflow 2021-08-10 09:12:26 -04:00
Mike Cullerton 5547036d66
Merge pull request #91 from sartography/367-CallActivity-2
Make a separate area to show the workflow-specs that are marked as 'L…
2021-08-09 09:19:32 -04:00
Leashys a2ba129828 Updates bpmn - only issue now is css related 2021-08-06 13:52:37 -04:00
Leashys c862ac1ff0 push 2021-08-06 09:52:52 -04:00
Leashys f0347fe453 some updates to bpmn
considering diagram js code editor
2021-08-05 15:13:03 -04:00
Leashys 0cc3c6026d wip 2021-08-05 11:23:21 -04:00
Kelly McDonald 887efa2982 Make a separate area to show the workflow-specs that are marked as 'Libraries' 2021-08-02 09:31:12 -04:00
Leashys 732b85dac5 sigh 2021-07-26 14:00:54 -04:00
Leashys d27362f073 update ngx-file-drop
might not be compatible with libs. WIP
2021-07-26 11:37:18 -04:00
Leashys 0af35b8b75 update flex layout 2021-07-26 11:32:05 -04:00
Leashys b8233e87df Update Angular for bpmn (WIP)
need to update a few more things
2021-07-26 11:15:54 -04:00
Dan d2624b9583 fixing the file modes. 2021-07-22 14:05:45 -04:00
NWalker4483 af081a3df3 Added Line HighLighting 2021-07-22 11:19:00 -04:00
NWalker4483 6c1741a5e3 Added Line HighLighting 2021-07-19 16:48:42 -04:00
Dan 7584ee4db8 Adding the user id to the display for reference files and workflow spec files. 2021-07-07 12:04:33 -04:00
Dan c5149cee74 Adding a settings page to specify which study you want to use for validation.
Also improving the validation message display via the shared libraries.
Droping the protocol-builder component, as it wasn't in use.
2021-07-07 00:52:24 -04:00
NWalker4483 6653ea5a8f Updated Sartography Lib and
Better handled the data returned from validating
2021-06-29 11:38:37 -04:00
NWalker4483 bc3ce7e820 Added event to update object dropdown 2021-06-22 10:39:09 -04:00
NWalker4483 25927f070f . 2021-06-09 14:55:05 -04:00
NWalker4483 4114554b61 Added Script Editor 2021-06-03 10:31:41 -04:00
Dan 9b40f2de2f Performance refactor, largely around assuring that we only download files when we need the data, and using file-meta information at all other times.
Clarifying in the [open] dialog that you can open up any other file related to the current workflow.
2021-04-30 11:48:57 -04:00
Dan Funk 635035419d
Merge branch 'dev' into feature/default_display_order_74 2021-04-16 16:42:42 -04:00
Dan 5234f2b3bb Updating packages, including more recent sartography-workflow-lib. 2021-04-16 14:53:14 -04:00
Nile Walker 9c441e68ca Merge branch 'dev' of https://github.com/sartography/cr-connect-bpmn into bug/move_workflow_spec_260 2021-03-22 13:17:14 -04:00
Nile Walker 78e59d5f4c Initial Commit 2021-03-22 10:55:06 -04:00
Dan 6f023a4ac3 I discovered that I had inadvertantly made it impossible to create a new workflow specification when refactoring the display of workflows.
I ADDED A FRONT END TEST, because I am awesome, and all should look upon my work and despair!
2021-03-10 15:28:26 -05:00
Dan 05e93c4c68 Trying to fix a failing build in production due to some sort of error with babel compile at the deployment stage in jenkins. 2021-01-11 17:14:35 -05:00
Dan b0ba05a2e5 bouncing library dependencies to get everything in synch. 2021-01-11 16:38:08 -05:00
Dan Funk 28ddf68f68 Modified the home page of the modeler to show a menu on the left hand side that allows navigation between workflow specifications. Back button from the editor takes you back to the home page with the correct spec selected for quicker editing. 2020-09-02 13:57:18 -04:00
Dan Funk f22ef09855 Updating the shared libraries 2020-08-31 17:31:19 -04:00
Aaron Louie 8c2ae2d315 Updates sartography-workflow-lib 2020-08-10 17:13:50 -04:00
Aaron Louie c7d7186e6e Initial cursor focus to OK in Help dialog modals 2020-08-04 17:30:39 -04:00
Aaron Louie e16ea33cb5 Updates sartography-workflow-lib 2020-08-03 16:11:24 -04:00
Aaron Louie 7abbb1019a Updates sartography-workflow-lib 2020-07-31 15:04:34 -04:00
Aaron Louie d7ff9f25b2 Fixes "No NgModule metadata found for 'AppModule' error" 2020-07-16 10:34:11 -04:00