Merge pull request #304 from JasonHHouse/improvement/update_versions

Improvement/update versions
This commit is contained in:
Jason House
2022-04-02 03:49:11 +09:00
committed by GitHub
18 changed files with 1624 additions and 1561 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.10.3</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+2 -2
View File
@@ -8,7 +8,7 @@
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##
FROM eclipse-temurin:11.0.13_8-jre
FROM eclipse-temurin:11.0.14.1_1-jre
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
@@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.10.3.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.10.4.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -8,7 +8,7 @@
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##
FROM eclipse-temurin:11.0.13_8-jre
FROM eclipse-temurin:11.0.14.1_1-jre
## Build image with sensible default environment values ##
ENV gapsVersion=*
+1 -1
View File
@@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.10.3.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.10.4.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
+1 -1
View File
@@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd
# name the installer
OutFile "gaps-0.10.3-installer.exe"
OutFile "gaps-0.10.4-installer.exe"
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.10.3</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -42,7 +42,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
version: 0.10.3
version: 0.10.4
storageFolder: /usr/data
properties:
rssFeed: rssFeed.json
@@ -29,7 +29,7 @@
<img loading="lazy" th:src="@{/images/final-2.svg}" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">About</h3>
<h4 class="top-margin text-primary">v0.10.3</h4>
<h4 class="top-margin text-primary">v0.10.4</h4>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known
@@ -27,7 +27,7 @@
<div class="container bottom-margin">
<img loading="lazy" th:src="@{/images/final-2.svg}" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">v0.10.3</h3>
<h3 class="top-margin">v0.10.4</h3>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known
@@ -28,7 +28,14 @@
<img loading="lazy" th:src="@{/images/final-2.svg}" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">Updates</h3>
<h4 class="top-margin text-primary">v0.10.2</h4>
<h4 class="top-margin text-primary">v0.10.4</h4>
<ul class="text-muted">
<li>Updated Docker JRE</li>
<li>Updated Spring Boot</li>
<li>Updated NPM dependencies</li>
</ul>
<h4 class="top-margin text-primary">v0.10.3</h4>
<ul class="text-muted">
<li>Fixed non-released movies showing up when released</li>
</ul>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.10.3</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.10.3</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -35,7 +35,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
version: 0.10.3
version: 0.10.4
storageFolder: /{CUSTOM_FOLDER} #Change to folder that gaps has permission to read, write, and delete in.
properties:
rssFeed: rssFeed.json
+1 -1
View File
@@ -11,7 +11,7 @@
##
set -e
VERSION=0.10.3
VERSION=0.10.4
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci
+1 -1
View File
@@ -21,7 +21,7 @@ describe('Verify About Page', () => {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
.should('have.text', 'v0.10.3');
.should('have.text', 'v0.10.4');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
+1597 -1541
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gaps",
"version": "0.10.3",
"version": "0.10.4",
"description": "Gaps searches through your Plex Server for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.",
"main": "/",
"dependencies": {
+3 -3
View File
@@ -12,12 +12,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.4</version>
<version>2.6.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.jasonhhouse</groupId>
<artifactId>Gaps</artifactId>
<version>0.10.3</version>
<version>0.10.4</version>
<name>Gaps</name>
<description>Demo project for Spring Boot</description>
@@ -26,7 +26,7 @@
<apache.commons.lang3>3.9</apache.commons.lang3>
<apache.commons.text>1.9</apache.commons.text>
<commons.io>2.11.0</commons.io>
<gaps.version>0.10.3</gaps.version>
<gaps.version>0.10.4</gaps.version>
<google.findbugs>3.0.0</google.findbugs>
<guava>31.0.1-jre</guava>
<hibernate.validator>6.1.5.Final</hibernate.validator>