577 Commits

Author SHA1 Message Date
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 Funk
17a1dbebe7
Merge pull request #75 from sartography/feature/performance-refactor
Performance refactor
2021-05-04 14:01:41 -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 Funk
86485f25aa
Merge pull request #74 from sartography/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-05-04 11:41:53 -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
dependabot[bot]
7830b78d62
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 15:10:37 +00:00
mike cullerton
8d02be4fc8 New version of Sartography Utilities 2021-04-29 14:11:42 -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
18119e96d5
Merge pull request #69 from sartography/feature/default_display_order_74
chore/fixes 74
2021-04-16 16:42:52 -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
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
Dan Funk
3532e124ba
Merge pull request #70 from sartography/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-04-16 14:16:52 -04:00
Dan Funk
dd237a2db5
Merge branch 'dev' into dependabot/npm_and_yarn/y18n-4.0.1 2021-04-16 14:16:45 -04:00
Dan Funk
2580b614ad
Merge pull request #68 from sartography/bug/move_workflow_spec_260
Bug/move workflow spec 260
2021-04-16 14:16:03 -04:00
Nile Walker
3644a225f6 fixes #161 2021-03-31 11:05:27 -04:00
dependabot[bot]
7a18cd6a3b
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 10:55:29 +00: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
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