File tree Expand file tree Collapse file tree 3 files changed +29
-8
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : maven
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ open-pull-requests-limit : 10
8+ ignore :
9+ - dependency-name : org.springframework.boot:spring-boot-starter-parent
10+ versions :
11+ - " > 1.5.22.RELEASE"
12+ - dependency-name : com.fasterxml.jackson.core:jackson-core
13+ versions :
14+ - 2.12.1
15+ - 2.12.2
16+ - dependency-name : org.eclipse.jgit:org.eclipse.jgit
17+ versions :
18+ - 5.10.0.202012080955-r
19+ - dependency-name : org.apache.jena:jena-osgi
20+ versions :
21+ - 3.17.0
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525 <java .version>1.8</java .version>
26- <jena .version>3.15 .0</jena .version>
26+ <jena .version>4.0 .0</jena .version>
2727 <!-- BEGIN should correspond to https://repo1.maven.org/maven2/org/apache/jena/jena/3.9.0/jena-3.9.0.pom -->
28- <ver .jsonldjava>0.13.0 </ver .jsonldjava>
29- <ver .jackson>2.11.1 </ver .jackson>
28+ <ver .jsonldjava>0.13.3 </ver .jsonldjava>
29+ <ver .jackson>2.12.3 </ver .jackson>
3030 <!-- END -->
3131 </properties >
3232
7070 <dependency >
7171 <groupId >org.yaml</groupId >
7272 <artifactId >snakeyaml</artifactId >
73- <version >1.26 </version >
73+ <version >1.28 </version >
7474 </dependency >
7575 <dependency >
7676 <groupId >com.github.jabbalaci</groupId >
106106 <dependency >
107107 <groupId >org.eclipse.jgit</groupId >
108108 <artifactId >org.eclipse.jgit</artifactId >
109- <version >5.8 .0.202006091008 -r</version >
109+ <version >5.11 .0.202103091610 -r</version >
110110 </dependency >
111111 <dependency >
112112 <groupId >org.mockito</groupId >
117117 <dependency >
118118 <groupId >org.apache.commons</groupId >
119119 <artifactId >commons-compress</artifactId >
120- <version >1.19 </version >
120+ <version >1.20 </version >
121121 </dependency >
122122 </dependencies >
123123
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ <h3>Showing results for "<span th:text="${search}">query</span>" <a href="/workf
7171 < p > < i th:text ="${workflow.doc} "> Description</ i > </ p >
7272 </ td >
7373 < td >
74- < a th:href ="@{${workflow.retrievedFrom.getUrl() }} " rel ="noopener " target ="_blank ">
74+ < a th:href ="@{${workflow.retrievedFrom.repoUrl }} " rel ="noopener " target ="_blank ">
7575 < img th:if ="${workflow.retrievedFrom.getType().name() == 'GITHUB'} " id ="gitLogo " src ="../static/img/GitHub-Mark-32px.png " th:src ="@{/img/GitHub-Mark-32px.png} " width ="20 " height ="20 " />
7676 < img th:unless ="${workflow.retrievedFrom.getType().name() == 'GITHUB'} " id ="gitLogo " src ="../static/img/gitlogo.png " th:src ="@{/img/gitlogo.png} " width ="24 " height ="24 " />
7777 < span th:text ="@{${workflow.retrievedFrom.repoUrl}} "> https://github.com/test/test2/repo.git</ span >
7878 </ a >
79- < p th:if ="${workflow.retrievedFrom.path != null} "> Path: < i th:text ="${workflow.retrievedFrom.path} "> /path/to/workflow.cwl</ i > </ p >
79+ < p th:if ="${workflow.retrievedFrom.path != null} "> Path: < a th:href =" @{${workflow.retrievedFrom.getUrl()}} " rel =" noopener " target =" _blank " > < i th:text ="${workflow.retrievedFrom.path} "> /path/to/workflow.cwl</ i > </ a > </ p >
8080 < p > Branch/Commit ID: < i th:text ="${workflow.retrievedFrom.branch} "> master</ i > </ p >
8181 < p th:if ="${workflow.retrievedFrom.packedId != null} "> Packed ID: < i th:text ="${workflow.retrievedFrom.packedId} "> #main</ i > </ p >
8282 </ td >
You can’t perform that action at this time.
0 commit comments