Updating dependencies

This commit is contained in:
Jason House
2020-11-30 15:42:24 +09:00
parent 32854c8c29
commit 3e42bb8efe
23 changed files with 84 additions and 56 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.4</version>
<version>0.8.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
<dependency>
<groupId>com.jasonhhouse</groupId>
<artifactId>Plex</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
</dependency>
<dependency>

View File

@@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY start.sh /usr/app/

View File

@@ -26,7 +26,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY start.sh /usr/app/

View File

@@ -18,7 +18,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY startDebug.sh /usr/app/

View File

@@ -22,7 +22,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY start.sh /usr/app/

View File

@@ -20,7 +20,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY start.sh /usr/app/

View File

@@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
COPY GapsWeb/target/GapsWeb-0.8.4.jar /usr/app/gaps.jar
COPY GapsWeb/target/GapsWeb-0.8.5.jar /usr/app/gaps.jar
COPY start.sh /usr/app/

View File

@@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd
# name the installer
OutFile "gaps-0.8.4-installer.exe"
OutFile "gaps-0.8.5-installer.exe"

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.4</version>
<version>0.8.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -21,19 +21,19 @@
<dependency>
<groupId>com.jasonhhouse</groupId>
<artifactId>Core</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
</dependency>
<dependency>
<groupId>com.jasonhhouse</groupId>
<artifactId>Plex</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
</dependency>
<dependency>
<groupId>com.jasonhhouse</groupId>
<artifactId>RadarrV3</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
</dependency>
<dependency>

View File

@@ -47,7 +47,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server or local folders 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.8.4
version: 0.8.5
storageFolder: /usr/data
properties:
rssFeed: rssFeed.json

View File

@@ -78,7 +78,7 @@
<img 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.8.4</h4>
<h4 class="top-margin text-primary">v0.8.5</h4>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known

View File

@@ -77,7 +77,7 @@
<div class="container bottom-margin">
<img src="/images/final-2.svg" alt="Gaps Logo" style="width:50%;height:50%;" class="center">
<h3 class="top-margin">v0.8.4</h3>
<h3 class="top-margin">v0.8.5</h3>
<p class="text-muted">Gaps searches through your Plex Server. It then queries
for known

View File

@@ -58,7 +58,7 @@
Settings
</a>
</li>
<li aria-current="page" class="nav-item nav-button-padding active">
<li aria-current="page" class="nav-item nav-button-padding active">
<a class="nav-link center-text nav-anchor-spacing" href="/updates">
<div class="icon arrow-clockwise-active"></div>
Updates
@@ -80,7 +80,10 @@
<h3 class="top-margin">Updates</h3>
<h4 class="top-margin text-primary">v0.8.5</h4>
<ul class="text-muted">
<li>Updated spotbugs to 4.1.3</li>
<li>Updated OpenAPI to 1.5.0</li>
<li>Updated Bootstrap webjar to 4.5.3</li>
<li>Updated Guava to 30.0-jre</li>
<li>Updated SpringBoot to 2.4.0</li>
</ul>
<h4 class="top-margin text-primary">v0.8.4</h4>
@@ -109,7 +112,8 @@
<li>Added Swagger UI for viewing API at {base.url}/swagger-ui.html</li>
<li>Created debug docker and start script</li>
<li>Fixed images not loading on /libraries and /recommended</li>
<li>Added rel="noopener noreferrer" to _blink for safer openings. You can read more <a href="https://www.pixelstech.net/article/1537002042-The-danger-of-target=_blank-and-opener" target="_blank" rel="noopener noreferrer">here.</a></li>
<li>Added rel="noopener noreferrer" to _blink for safer openings. You can read more <a
href="https://www.pixelstech.net/article/1537002042-The-danger-of-target=_blank-and-opener" target="_blank" rel="noopener noreferrer">here.</a></li>
<li>Added Show/Hide collapse to notifications</li>
<li>Updating Cypress to 5.3.0</li>
</ul>
@@ -150,7 +154,8 @@
<h4 class="top-margin text-primary">v0.7.0</h4>
<ul class="text-muted">
<li>Added Support for the new <a href="https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269" target="_blank" rel="noopener noreferrer">Plex Media Scanner</a></li>
<li>Added Support for the new <a href="https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269" target="_blank" rel="noopener noreferrer">Plex
Media Scanner</a></li>
</ul>
<h4 class="top-margin text-primary">v0.6.1</h4>

View File

@@ -13,7 +13,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server or local folders 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.8.4
version: 0.8.5
loginEnabled: false
storageFolder: /usr/data
properties:

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.4</version>
<version>0.8.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>Gaps</artifactId>
<groupId>com.jasonhhouse</groupId>
<version>0.8.4</version>
<version>0.8.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -44,7 +44,7 @@ info:
app:
name: Gaps
description: Gaps searches through your Plex Server or local folders 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.8.4
version: 0.8.5
storageFolder: /{CUSTOM_FOLDER} #Change to folder that gaps has permission to read, write, and delete in.
properties:
rssFeed: rssFeed.json

2
build
View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
VERSION=0.8.4
VERSION=0.8.5
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci

View File

@@ -7,7 +7,7 @@ call npm run uglifyjs-pages
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
copy GapsWeb\target\GapsWeb-0.8.4.jar GapsOnWindows\gaps.jar
copy GapsWeb\target\GapsWeb-0.8.5.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
cd GapsOnWindows
makensis gaps.nsi

View File

@@ -21,7 +21,7 @@ describe('Verify About Page', () => {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
.should('have.text', 'v0.8.4');
.should('have.text', 'v0.8.5');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');

75
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "gaps",
"version": "0.8.4",
"version": "0.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -99,9 +99,9 @@
},
"dependencies": {
"debug": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"dev": true,
"requires": {
"ms": "^2.1.1"
@@ -290,9 +290,9 @@
}
},
"arch": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz",
"integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
"integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
"dev": true
},
"argparse": {
@@ -379,9 +379,9 @@
"dev": true
},
"aws4": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz",
"integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
"dev": true
},
"balanced-match": {
@@ -768,9 +768,9 @@
}
},
"commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
"integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
"dev": true
},
"common-tags": {
@@ -982,9 +982,9 @@
}
},
"cypress": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-5.4.0.tgz",
"integrity": "sha512-BJR+u3DRSYMqaBS1a3l1rbh5AkMRHugbxcYYzkl+xYlO6dzcJVE8uAhghzVI/hxijCyBg1iuSe4TRp/g1PUg8Q==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-6.0.0.tgz",
"integrity": "sha512-A/w9S15xGxX5UVeAQZacKBqaA0Uqlae9e5WMrehehAdFiLOZj08IgSVZOV8YqA9OH9Z0iBOnmsEkK3NNj43VrA==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "^0.4.1",
@@ -999,7 +999,7 @@
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
"cli-table3": "~0.6.0",
"commander": "^4.1.1",
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"debug": "^4.1.1",
"eventemitter2": "^6.4.2",
@@ -1017,10 +1017,10 @@
"minimist": "^1.2.5",
"moment": "^2.27.0",
"ospath": "^1.2.2",
"pretty-bytes": "^5.3.0",
"pretty-bytes": "^5.4.1",
"ramda": "~0.26.1",
"request-progress": "^3.0.0",
"supports-color": "^7.1.0",
"supports-color": "^7.2.0",
"tmp": "~0.2.1",
"untildify": "^4.0.0",
"url": "^0.11.0",
@@ -1060,6 +1060,21 @@
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true
},
"supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"requires": {
"has-flag": "^4.0.0"
}
}
}
},
@@ -1604,9 +1619,9 @@
"dev": true
},
"execa": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/execa/-/execa-4.0.3.tgz",
"integrity": "sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
"integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.0",
@@ -2357,13 +2372,21 @@
}
},
"jsonfile": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
"integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
"universalify": "^2.0.0"
},
"dependencies": {
"universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
"dev": true
}
}
},
"jsprim": {

View File

@@ -1,6 +1,6 @@
{
"name": "gaps",
"version": "0.8.4",
"version": "0.8.5",
"description": "Gaps searches through your Plex Server or local folders 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": {
@@ -12,7 +12,7 @@
"uglifyjs-folder": "^2.0.0"
},
"devDependencies": {
"cypress": "^5.4.0",
"cypress": "^6.0.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"

View File

@@ -17,7 +17,7 @@
</parent>
<groupId>com.jasonhhouse</groupId>
<artifactId>Gaps</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<name>Gaps</name>
<description>Demo project for Spring Boot</description>