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 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
25
<java .version>1.8</java .version>
26
- <jena .version>3.15 .0</jena .version>
26
+ <jena .version>4.0 .0</jena .version>
27
27
<!-- 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>
30
30
<!-- END -->
31
31
</properties >
32
32
70
70
<dependency >
71
71
<groupId >org.yaml</groupId >
72
72
<artifactId >snakeyaml</artifactId >
73
- <version >1.26 </version >
73
+ <version >1.28 </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >com.github.jabbalaci</groupId >
106
106
<dependency >
107
107
<groupId >org.eclipse.jgit</groupId >
108
108
<artifactId >org.eclipse.jgit</artifactId >
109
- <version >5.8 .0.202006091008 -r</version >
109
+ <version >5.11 .0.202103091610 -r</version >
110
110
</dependency >
111
111
<dependency >
112
112
<groupId >org.mockito</groupId >
117
117
<dependency >
118
118
<groupId >org.apache.commons</groupId >
119
119
<artifactId >commons-compress</artifactId >
120
- <version >1.19 </version >
120
+ <version >1.20 </version >
121
121
</dependency >
122
122
</dependencies >
123
123
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
71
71
< p > < i th:text ="${workflow.doc} "> Description</ i > </ p >
72
72
</ td >
73
73
< td >
74
- < a th:href ="@{${workflow.retrievedFrom.getUrl() }} " rel ="noopener " target ="_blank ">
74
+ < a th:href ="@{${workflow.retrievedFrom.repoUrl }} " rel ="noopener " target ="_blank ">
75
75
< 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 " />
76
76
< img th:unless ="${workflow.retrievedFrom.getType().name() == 'GITHUB'} " id ="gitLogo " src ="../static/img/gitlogo.png " th:src ="@{/img/gitlogo.png} " width ="24 " height ="24 " />
77
77
< span th:text ="@{${workflow.retrievedFrom.repoUrl}} "> https://github.com/test/test2/repo.git</ span >
78
78
</ 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 >
80
80
< p > Branch/Commit ID: < i th:text ="${workflow.retrievedFrom.branch} "> master</ i > </ p >
81
81
< p th:if ="${workflow.retrievedFrom.packedId != null} "> Packed ID: < i th:text ="${workflow.retrievedFrom.packedId} "> #main</ i > </ p >
82
82
</ td >
You can’t perform that action at this time.
0 commit comments