Skip to content

Commit 732b0d4

Browse files
author
Mark Robinson
committed
Remove unnecessary dependencies on graphviz-d3-renderer
1 parent 8abd05a commit 732b0d4

36 files changed

+19
-23356
lines changed

src/main/java/org/commonwl/viewer/services/ROBundleFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public class ROBundleFactory {
5353
@Autowired
5454
public ROBundleFactory(@Value("${applicationName}") String applicationName,
5555
@Value("${applicationURL}") String applicationURL,
56-
@Value("${storageLocation}") Path storageLocation,
56+
@Value("${graphvizStorage}") Path graphvizStorage,
5757
WorkflowRepository workflowRepository) {
5858
this.applicationName = applicationName;
5959
this.applicationURL = applicationURL;
60-
this.storageLocation = storageLocation;
60+
this.storageLocation = graphvizStorage;
6161
this.workflowRepository = workflowRepository;
6262
}
6363

src/main/resources/application.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ applicationName = Common Workflow Language Viewer
77
applicationURL = http://view.commonwl.org
88

99
# Path to a directory in which the RO Bundles will be stored
10-
storageLocation = /tmp
10+
bundleStorage = /tmp
11+
12+
# Path to a directory in which graphviz images will be stored
13+
graphvizStorage = /tmp
1114

1215
# File size limit for individual files in bytes
1316
singleFileSizeLimit = 5000000

src/main/resources/static/bower_components/d3/.bower.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/main/resources/static/bower_components/d3/CONTRIBUTING.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/main/resources/static/bower_components/d3/LICENSE

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/main/resources/static/bower_components/d3/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/main/resources/static/bower_components/d3/bower.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)