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
Nile Walker
78e59d5f4c
Initial Commit
2021-03-22 10:55:06 -04:00
Dan
8c6d2b2991
Don't depend on dockerhub for anything, only depend on images we have ported over to Quay, or we risk a too-many-requests error during build on Quay.io.
2021-03-16 10:44:24 -04:00
Dan
e3402f52db
Use some cached libraries in quay.io rather than trying to pull from docker, which is a rat jerk son of a gun, and is throttling us.
2021-03-15 17:17:16 -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
3b9078d097
Merge pull request #65 from sartography/dependabot/npm_and_yarn/elliptic-6.5.4
...
Bump elliptic from 6.5.3 to 6.5.4
2021-03-15 12:33:24 -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
dependabot[bot]
499f6e1ef7
Bump elliptic from 6.5.3 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 03:48:55 +00:00
Dan Funk
c562ea0b3f
Add files via upload
2021-03-09 16:35:58 -05:00
Nile Walker
55895b6843
Passing ng test
2021-03-09 11:19:50 -05:00
Nile Walker
4d57c53658
ran npm audit fix
2021-03-09 11:04:06 -05:00
Nile Walker
5a3ad09e2b
Fixes #213
2021-03-09 10:44:20 -05:00
Nile Walker
97be04cf59
quay private Search field bug
2021-03-03 11:04:52 -05:00
Dan Funk
a3387be571
Merge pull request #61 from sartography/feature/search-bar
...
Feature/search bar
2021-03-02 14:40:48 -05:00
Nile Walker
03a390f36e
Added Mini Fabs to search results
2021-02-24 09:39:10 -05:00
Nile Walker
0a6cc16d8e
Merge branch 'dev' of
...
https://github.com/sartography/cr-connect-bpmn into search-bar
2021-02-24 00:04:38 -05:00
Nile Walker
384f80994e
Updated Css to align with buttons
2021-02-24 00:01:54 -05:00
Nile Walker
5b6a18668e
Added Simple Search
2021-02-23 23:34:56 -05:00
Dan
a199b1c3f7
a little cleanup on the navigation for the workflow specs.
2021-02-23 16:20:42 -05:00
Dan
77031ffe82
Merge branch 'dev' of github.com:sartography/cr-connect-bpmn into dev
2021-02-12 09:17:58 -05:00
Dan
48f866c2cf
Moving to Quay.io
...
dropping deploy step from Travis and removing the deployment script, as this is handled by Quay.
2021-02-12 09:17:52 -05:00
Dan Funk
b8b5fbc3ea
Merge pull request #56 from sartography/dependabot/npm_and_yarn/socket.io-2.4.1
...
Bump socket.io from 2.3.0 to 2.4.1
2021-02-03 16:42:05 -05:00
Dan Funk
b9c5a86fb3
Merge pull request #57 from sartography/STG-71-save-uploaded-file-without-tweak
...
Stg 71 save uploaded file without tweak
2021-02-03 16:41:21 -05:00
Kelly McDonald
8b39eb5098
Make changes to tests to reflect what has been done in the UI
2021-01-28 10:54:36 -05:00
Kelly McDonald
0221dc4baf
Add change to make the 'Upload BPMN or DMN file' on the file doesn't show us the open dialog and that it doesn't show a new DMN file as already being saved.
2021-01-27 11:10:01 -05:00
Kelly McDonald
528772cdfd
Made dropdown work immediately on press
2021-01-26 10:06:13 -05:00
Kelly McDonald
062b6e853a
Added better looking dialog box
2021-01-26 10:00:13 -05:00
Kelly McDonald
763fffbaa0
Added warning when the back arrow is hit but the file is not saved. I would like to use a better looking confirm box if available.
2021-01-25 09:58:19 -05:00
Kelly McDonald
216dcb9fc0
Make changes so that file upload is easier to do
2021-01-25 09:45:20 -05:00
Kelly McDonald
65e89f1cac
update a comment - I am wondering if I can get away from doing all of the this.draftXml stuff and change the name of the isNew variable to this.isChanged and clean it up a bit
2021-01-21 10:49:25 -05:00
Kelly McDonald
1abb796637
If we create a new file, and it dies when we try to save it,
...
make sure that the save button is still enabled, and make sure we have the ability to save it. (previously, it would not save after the first error)
2021-01-21 10:47:09 -05:00
Kelly McDonald
0c8d8a704c
The save button should be enabled when:
...
a new BPMN or DMN file is created OR
an existing file is modified (shape moved, property edited, renamed, etc.)
The save button should be disabled when:
an existing file is loaded (but not modified yet)
a new file is saved (but not modified after save)
I have tested and I think I've got everything working.
2021-01-21 08:56:11 -05:00
dependabot[bot]
1708058d1c
Bump socket.io from 2.3.0 to 2.4.1
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 13:17:07 +00:00
Dan
0cf7a00dcf
Another fix to the docker file.
2021-01-11 18:58:18 -05:00
Dan
4f1e6429f4
Update docker file to remove dependency on cr-connect-angular-base
2021-01-11 18:29:31 -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
mike cullerton
09687e88b2
Images for Cancel Documentation in Wiki
2020-11-20 10:47:20 -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
55a3308334
Fixing a failing test.
2020-09-01 10:20:26 -04:00
Dan Funk
f22ef09855
Updating the shared libraries
2020-08-31 17:31:19 -04:00
Dan Funk
773a2a0280
Removing e2e test that is failing.
2020-08-27 16:12:09 -04:00
Dan Funk
476ddd0dd1
Merge branch 'dev' of github.com:sartography/cr-connect-bpmn into dev
2020-08-27 15:11:33 -04:00
Dan Funk
50519920df
Merge branch 'testing' into dev
2020-08-27 15:00:05 -04:00