Dan Funk
97267b5210
Merge pull request #100 from sartography/bug/missing-editor
...
Updated CSS For Editor
2021-09-22 15:11:42 -04:00
Dan
e918ee9e80
Part of a user refactor - using a slightly different model where the user details are represented consistenly in an LdapModel
2021-09-22 14:11:33 -04:00
alicia pritchett
72e8b5d52a
Fixes #469 - Keep last Category Open
...
open up the category of the wfs you are on
2021-09-22 10:22:51 -04:00
alicia pritchett
034c325046
wip - moving some buttons around and stuff
2021-09-22 09:49:53 -04:00
alicia pritchett
6b71a8a16e
wip - design changes
2021-09-20 10:04:12 -04:00
mike cullerton
98146d4b14
Merged dev
...
Bumped libraries to 558
2021-09-14 17:00:41 -04:00
alicia pritchett
5f0c5b7412
Merge branch 'dev' into bug/resort_refactor_435
2021-09-14 12:49:28 -04:00
alicia pritchett
c3dcc3a657
Fixes category and spec display order not being sorted
2021-09-14 10:55:20 -04:00
alicia pritchett
ef57cec0f3
Fixes category arrows
2021-09-14 10:18:34 -04:00
alicia pritchett
3288fbda6f
Deprecate 'none' category
2021-09-13 14:28:11 -04:00
Nile Walker
3bef98bb0f
Updated CSS For Editor
2021-09-13 05:40:14 -04:00
alicia pritchett
dbdd79fb9a
BPMN reorder tests passing
2021-09-10 12:49:38 -04:00
alicia pritchett
66e95c0f04
wip - fix tests
2021-09-10 11:18:52 -04:00
Mike Cullerton
b43419b08b
Merge branch 'dev' into dmn-from-spreadsheet-395
2021-09-09 14:46:00 -04:00
Dan Funk
e78ab6b430
Merge pull request #97 from sartography/bug/workflow_menu_433
...
Removes 'required' property from checkboxes, makes them false by default
2021-09-09 13:27:24 -04:00
alicia pritchett
10e138d497
fixes some category things
...
up-arrow always present though. subscription problem WIP
2021-09-08 14:59:17 -04:00
mike cullerton
a05a69291c
Added a comment
2021-09-07 16:28:41 -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
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
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
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
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
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
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
mike cullerton
b40348e505
Set the `standalone` parameter to `required`. This fixes a problem when creating workflow specs where the new spec was not created if standalone was not set.
2021-05-06 11:53:07 -04:00
Dan
885a95d847
Fixing a bad test.
2021-05-04 16:23:09 -04:00
Dan
520689fa5b
Merge remote-tracking branch 'origin/dev' into standalone-workflow-204
2021-05-04 16:01:21 -04:00
Dan
4ba12d0e2d
timezone differences in travis caused this test to fail, just formatting the date into the local timezone, rather than look for an exact string match.
2021-05-04 12:46:03 -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
mike cullerton
69f59ad8ac
Adding `standalone` as an attribute of a workflow_spec
2021-04-29 14:11:21 -04:00
Dan Funk
bf9fcb533a
Add files via upload
2021-04-21 18:12:03 -04:00
Dan Funk
635035419d
Merge branch 'dev' into feature/default_display_order_74
2021-04-16 16:42:42 -04:00
Dan
32c1da1c3c
correcting some linting errors.
2021-04-16 14:24:38 -04:00
Dan Funk
bf28331ab0
Merge pull request #71 from sartography/ui_cutoff_261
...
fixes #161
2021-04-16 14:17:36 -04:00
Nile Walker
3644a225f6
fixes #161
2021-03-31 11:05:27 -04:00
Nile Walker
404f26aee9
fixes 74
2021-03-23 16:52:41 -04:00
Nile Walker
0fdfa0d942
Fixed Tests
2021-03-22 13:23:13 -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
73e261e973
Fixes 260
2021-03-22 13:14:36 -04:00
Dan Funk
b59ab2f9b5
Merge pull request #64 from sartography/bug/delete_workflow_213
...
Fixes #213
2021-03-15 12:33:59 -04:00
Dan Funk
e074453fe2
Merge pull request #66 from sartography/bug/cannot_create_new_spec
...
I discovered that I had inadvertantly made it impossible to create a …
2021-03-15 12:33:09 -04:00
Dan
c5961cfd97
fixing a stupid mistake
2021-03-10 17:07:16 -05:00
Dan
2585201e8a
Didn't completely work, as it was basing whether something was new on the currently selected spec, better to just check if it is new.
2021-03-10 16:27:22 -05: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
Nile Walker
72beae8604
linting
2021-03-10 09:17:13 -05:00