Skip to content

Commit d1505d7

Browse files
authored
Merge branch 'master' into workflow-overviews
2 parents 2514b73 + c777340 commit d1505d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/main/resources/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ path.emptyOrWhitespace = You must provide a path to the workflow within the repo
44

55
git.retrievalError = The workflow could not be retrieved from the Git repository using the details given
66
git.pathTraversal = The path given did not resolve to a location within the repository
7+
git.sshError = SSH URLs are not supported, please provide a HTTPS URL for the repository or submodules
78

89
url.parsingError = An unexpected error occurred when parsing the workflow
910
url.noWorkflowsInDirectory = No workflow files were found in the given directory

src/main/resources/templates/about.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ <h2>Research Objects</h2>
187187
(<a href="https://github.com/common-workflow-language/cwlviewer/issues/103">see Github issue</a>)</p>
188188
<p>We recommend that you keep all files in the containing folder for current use of CWL Viewer</p>
189189

190+
<h2>SSH Cloning</h2>
191+
<p>SSH URLs are not able to be cloned or used as submodules due to the need for SSH keys to be set up.</p>
192+
<p>We do not plan SSH support due to the impact on reproducibility from this being made a required
193+
step to download the workflow.</p>
194+
190195
<h2>Others</h2>
191196
<p>Other limitations or unimplemented features can be viewed
192197
<a href="https://github.com/common-workflow-language/cwlviewer">on the Github issues page</a></p>

0 commit comments

Comments
 (0)