Commit Graph

219 Commits

Author SHA1 Message Date
Mike Cullerton 948486dc02
Merge pull request #98 from sartography/410-collapse-libraries
410 collapse libraries
2021-08-25 15:15:05 -04:00
Kelly McDonald f0207540ee Fixes #410,411
also:

* Several linting errors - I upgraded webstorm and this seemed to have fixed the problems that I was having.

* UI fixes for the left hand side

* Speedup for development - use start:dev in the configuration rather than start
2021-08-24 08:53:16 -04:00
Kelly McDonald a32a77fcbc Allow libraries in the left hand side to be collapsed by default.
Fixes #411
2021-08-18 09:24:42 -04:00
Leashys de887834c6 Fixes #318 - Improvements to the ability to switch files in Workflow Spec
it a) opens a dialogref if you try to switch files without saving changes and b) disincludes (whatever right word is) the file you are on in the menu list
2021-08-17 12:22:41 -04:00
Aaron Louie dff7c62400 Updates sartography-workflow-lib. Fixes lodash namespace warnings. 2021-08-16 10:38:27 -04:00
Aaron Louie c5761f107f Merge branch 'dev' into chore/optimize 2021-08-16 09:38:58 -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 106b225b08 Updates all the paths for CSS. Removes redundant CSS files. 2021-08-13 16:08:26 -04:00
Aaron Louie 011f0a7356 Removes extraneous method. 2021-08-13 15:03:33 -04:00
Aaron Louie 53badb187a Fixes all the modeler stuff that broke with the latest version changes. 2021-08-13 14:58:13 -04:00
Kelly McDonald 1f1221af17 Fixes #409 & #412 - sanity checks to make sure we do not demote a library that is being used and do not delete a library that is being used.
also, do not allow setting both 'standalone' and 'library' on a workflow spec.
2021-08-13 12:23:35 -04:00
Kelly McDonald 4373dad505 Fixes #409 & #412 - sanity checks to make sure we do not demote a library that is being used and do not delete a library that is being used.
also, do not allow setting both 'standalone' and 'library' on a workflow spec.
2021-08-13 12:22:43 -04:00
Aaron Louie 1b447a9d88 Fixes remaining linting errors 2021-08-12 11:07:52 -04:00
Aaron Louie 41f7ce4d0e Configures eslint and fixes a bunch of linting errors. 2021-08-12 11:04:55 -04:00
Aaron Louie 2619eb87c9 WIP: Fixes some of the things with BPMN & DMN importing that broke with the new versions. 2021-08-11 16:34:09 -04:00
Dan 8a3fb4dc4a A little css cleanup. 2021-08-10 14:58:11 -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 03a8c507db fixing a stupid lenting error. 2021-08-10 12:17:54 -04:00
Dan c0d27f0ec0 Merge branch 'dev' into chore/update_angular
# Conflicts:
#	package-lock.json
#	package.json
#	src/app/modeler/modeler.component.ts
#	src/app/workflow-spec-list/workflow-spec-list.component.html
2021-08-10 12:09:29 -04:00
Kelly McDonald 9aac003fea Swap order of components 2021-08-10 10:17:42 -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
Dan 1ee62ef57f remove rfdc, in favor of lodash deepcopy. 2021-08-09 16:26:10 -04:00
mike cullerton cbd8dfe943 Merge branch '367-CallActivity-2' into dev
# Conflicts:
#	src/app/modeler/modeler.component.ts
2021-08-09 10:16:28 -04:00
mike cullerton 30857d0189 Travis build failed with validationState as private 2021-08-09 10:10:17 -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 f0347fe453 some updates to bpmn
considering diagram js code editor
2021-08-05 15:13:03 -04:00
Kelly McDonald b496169776 Fix Lint errors 2021-08-05 11:59:39 -04:00
Kelly McDonald 4e8698374f Errors fixed - let's re-do a PR and make sure that this processes again. 2021-08-05 11:31:17 -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 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
Leashys b950a32fbd Fixes 323 - standalone false by default 2021-07-09 15:44:01 -04:00
Dan d02bf21d9d error when building for production, making validationData public to allow access from html. 2021-07-07 12:13:29 -04:00
Dan b671a300c8 Merge branch 'dev' of github.com:sartography/cr-connect-bpmn into dev 2021-07-07 12:04:57 -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 Funk a0af76c242
Merge pull request #88 from sartography/feature/set_study_for_validation
Feature/set study for validation
2021-07-07 11:36:44 -04:00
Dan Funk 57b92f6bea
Merge pull request #87 from sartography/feature/script-editor
Feature/script editor
2021-07-07 11:36:29 -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
Dan 0ee43cca21 fixing linting errors. 2021-07-06 16:17:38 -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
mike cullerton 45bc5434d1 After adding a workflow spec, select it.
After deleting a workflow spec, select the master workflow spec.
2021-06-09 14:46:04 -04:00
NWalker4483 4114554b61 Added Script Editor 2021-06-03 10:31:41 -04:00