741 Commits

Author SHA1 Message Date
mike cullerton
a05a69291c Added a comment 2021-09-07 16:28:41 -04:00
mike cullerton
b56a5adc1e New library version 2021-09-07 16:28:28 -04:00
alicia pritchett
7fcaf72416 fixes arrow logic for specs 2021-09-07 11:22:45 -04:00
alicia pritchett
55f558c5c7 n/a 2021-09-03 16:33:44 -04:00
Dan
3404232222 Bumping sartography-workflow-lib to the latest and greatest with all changes merged. 2021-09-03 14:44:25 -04:00
mike cullerton
3fa7230988 Allow XLSX files in the upload dialog box 2021-09-03 10:50:32 -04:00
mike cullerton
31cf1ac0b2 New section for adding DMN from spreadsheet 2021-09-03 10:50:10 -04:00
alicia pritchett
e0d56fa27f small wip 2021-09-02 10:01:45 -04:00
alicia pritchett
669db60bbe WIP - categories display. remove display_order from user view 2021-09-01 09:50:19 -04:00
alicia pritchett
e3f0441cf0 WIP - very messy refactoring for re-sort
pulling out all unnecessary code
2021-08-30 10:45:02 -04:00
alicia pritchett
ce2cd618ef Actually fixes #433 - pulls dialog data from database (when available)
I wrote some tests in sartography-libs too
2021-08-25 15:46:45 -04:00
Mike Cullerton
948486dc02
Merge pull request #98 from sartography/410-collapse-libraries
410 collapse libraries
2021-08-25 15:15:05 -04:00
Mike Cullerton
59c080e0f9
Merge pull request #96 from sartography/chore/change_files_318
Fixes #318 - Improvements to the ability to switch files in Workflow …
2021-08-25 15:14:46 -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
Leashys
1db4c6c569 Removes 'required' property from checkboxes, makes them false by default 2021-08-19 11:38:13 -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
Dan
1fbe01c3af Bumping sartography-workflow-lib to the latest and greatest with all changes merged. 2021-08-17 11:01:36 -04:00
Dan Funk
8ac360d623
Merge pull request #95 from sartography/chore/optimize
Chore/optimize
2021-08-17 08:31:57 -04:00
Aaron Louie
49929cbbfe Updates sartography-workflow-lib 2021-08-16 13:27:51 -04:00
Aaron Louie
8029ae8edd Updates Angular to 12.2.1 2021-08-16 13:14:08 -04:00
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
c5761f107f Merge branch 'dev' into chore/optimize 2021-08-16 09:38:58 -04:00
Aaron Louie
d7d4f0c55c
Merge pull request #94 from sartography/412-CallActivity-SanityCheck
412 call activity sanity check
2021-08-16 09:12:00 -04:00
Aaron Louie
ed4760efcb Removes unnecessary rulesets. 2021-08-13 18:11:39 -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
442b3e847a Fixes import paths 2021-08-13 16:23:07 -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
Dan
2fa2921fa9 Merge branch 'dev' of github.com:sartography/cr-connect-bpmn into dev 2021-08-12 10:16:25 -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
Aaron Louie
6312c511b1 Fixes CommonJS warnings and CSS import errors 2021-08-11 11:36:07 -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 Funk
907754cc43
Merge pull request #93 from sartography/367b-CallActivity
Finish #367 to allow user to choose libraries for a given workflow
2021-08-10 15:27:42 -04:00
Dan
0660d2eae1 fixing a stupid mistake in angular.json 2021-08-10 15:17:20 -04:00
Dan
8a3fb4dc4a A little css cleanup. 2021-08-10 14:58:11 -04:00
Dan
1445804ce7 Bump to pull in changes from sartography workflow libs. 2021-08-10 14:52:39 -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 Funk
6901e732a0
Merge pull request #92 from sartography/chore/update_angular
Chore/update angular
2021-08-10 12:31:50 -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