Commit Graph

767 Commits

Author SHA1 Message Date
KevinMidboe 6a1d6687eb Updated gitmodules 2018-07-28 19:00:32 +02:00
KevinMidboe e849864bc2 Added delugeClient to gitmodules. 2018-07-28 18:55:39 +02:00
KevinMidboe ecc2a67d48 Updated readme for cloning requrse submodules. 2018-07-28 17:55:28 +02:00
KevinMidboe bfe0d55f71 Excetion node-pre-gyp failed for version check for sqlite3. The package was set to static version and needed a patch because of errors caused by newer versions of node. 2018-07-28 17:51:59 +02:00
KevinMidboe 634d4513eb Merge pull request #106 from KevinMidboe/remove_verified
Remove verified
1.0.6
2018-07-28 16:17:43 +02:00
KevinMidboe 0a1276a474 Merge pull request #105 from KevinMidboe/plex_api_update
Plex api update
2018-07-28 16:17:33 +02:00
KevinMidboe 3a34d8995e Merge pull request #104 from KevinMidboe/misc
Misc
2018-07-28 16:15:18 +02:00
KevinMidboe 918e629a06 Merge pull request #103 from KevinMidboe/stray_fixes
Stray fixes
2018-07-28 16:15:03 +02:00
KevinMidboe 7dd016a56e Changed the python run variable for stray eps. 2018-07-28 16:05:22 +02:00
KevinMidboe c10bbcf518 Added update function to package.json fole. 2018-07-28 15:58:02 +02:00
KevinMidboe 3402a52633 Change to log the parent name of the element instead of the name of file. 2018-07-28 10:50:57 +02:00
KevinMidboe 86e9188a5c The api from plex has changed. This reflects the changes from Video to metadata in the api url. 2018-07-28 10:46:25 +02:00
KevinMidboe 8918b7906e Merge branch 'remove_verified' of github.com:KevinMidboe/seasonedShows into HEAD 2018-05-13 19:21:52 +02:00
KevinMidboe 7e028a461d Merge branch 'master' of github.com:KevinMidboe/seasonedShows into HEAD 2018-05-13 19:21:14 +02:00
KevinMidboe fe5f0c815e Deluge is now imported and a Deluge class is created and remove function called for name of torrent that is being verified. 2018-05-13 19:18:45 +02:00
KevinMidboe d02e79e59e Merge pull request #100 from KevinMidboe/linting
Linting
2018-05-09 11:00:02 +02:00
KevinMidboe 5b49216c9d Fixed linting issues for json objects and tailing semicolon. 2018-05-09 10:52:08 +02:00
KevinMidboe 657ab10034 Removed unused comments. 2018-05-06 18:36:26 +02:00
KevinMidboe ed07c77b13 Updated files with tripple === and some linting issues. 2018-05-06 18:23:29 +02:00
KevinMidboe 4fe85d9fae Change the ordering of user requests to be newest-first. 2018-05-06 18:15:54 +02:00
KevinMidboe b99b5b32ec Updated to use abspath of the file not the call location. 2018-05-06 18:09:13 +02:00
KevinMidboe e8058c5e4c Update README.md 2018-04-19 21:13:14 +02:00
KevinMidboe 7332b7d474 Update README.md 2018-04-19 20:22:26 +02:00
KevinMidboe 7980f14426 Update README.md 2018-04-19 20:21:44 +02:00
KevinMidboe 65540fafbd Merge pull request #99 from KevinMidboe/dependency_update
Dependency update
2018-04-10 11:29:56 +02:00
KevinMidboe 64ede43dec Added custom rule for object-shorthand and comma-dangle. 2018-04-08 11:58:16 +02:00
KevinMidboe bed12cff72 Set branch to master for the submodule torrent_search 2018-04-08 11:50:15 +02:00
KevinMidboe 59e7f96643 Updated submodule torrent_search with new commits. 2018-04-08 11:43:12 +02:00
KevinMidboe 71e9a5a46e Merge pull request #98 from KevinMidboe/strayParser_fix
Updated when parsing for show name allow names with numbers.
v1.0.5
2018-04-06 16:27:42 +02:00
KevinMidboe fce6dc7658 Updated when parsing for show name allow names with numbers. 2018-04-06 16:22:58 +02:00
KevinMidboe baff59181c Update README.md v1.0.4 2018-04-04 23:22:18 +02:00
KevinMidboe 0592cca16b Updated string_decoder. 2018-04-04 23:08:00 +02:00
KevinMidboe e4d5f5085c Updated yarn lockfile. 2018-04-04 14:41:01 +02:00
KevinMidboe 66a2a06f9b Compile error, if-statement. 2018-04-03 23:02:54 +02:00
KevinMidboe e984feeb8d Would fail if the parent was not a directory. 2018-04-03 23:00:14 +02:00
KevinMidboe 490d015f80 Update README.md 2018-03-30 15:31:15 +02:00
KevinMidboe f1cc2c4ebe Merge pull request #97 from KevinMidboe/coverage
Added coverage stats with nyc and coveralls
2018-03-22 18:30:12 +01:00
KevinMidboe 2f4421d9e0 Merge branch 'coverage' of github.com:kevinmidboe/seasonedShows into coverage 2018-03-22 18:25:01 +01:00
KevinMidboe 92cc094787 Removed old coverage script and updated travis config. 2018-03-22 18:24:42 +01:00
KevinMidboe f30b46c384 Update README.md 2018-03-22 17:20:14 +01:00
KevinMidboe d9f679603a Command in travis config was doc, not cov. 2018-03-22 17:17:23 +01:00
KevinMidboe 64bd9d1e14 Added support for travis upload test coverage to coveralls. 2018-03-22 15:09:59 +01:00
KevinMidboe 721826d454 Re-added request and removed superagent. 2018-03-22 13:24:57 +01:00
KevinMidboe 242fe3515c Removed and moved some dep to dev. 2018-03-22 13:23:30 +01:00
KevinMidboe ccf40d2161 Merge pull request #96 from KevinMidboe/snyk-fix-6de5e99f
[Snyk] Fix for 42 vulnerable dependency paths
2018-03-22 12:59:36 +01:00
KevinMidboe 832b8ba539 Added license and description to package.json. Also updated packages node packages. 2018-03-22 12:56:04 +01:00
snyk-bot 0477e49eca fix: seasoned_api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:qs:20170213
- https://snyk.io/vuln/npm:qs:20140806
- https://snyk.io/vuln/npm:qs:20140806-1
- https://snyk.io/vuln/npm:mime:20170907
- https://snyk.io/vuln/npm:mime:20170907
- https://snyk.io/vuln/npm:fresh:20170908
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20170412
- https://snyk.io/vuln/npm:qs:20170213
- https://snyk.io/vuln/npm:negotiator:20160616
- https://snyk.io/vuln/npm:ms:20151024
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20170412
- https://snyk.io/vuln/npm:ms:20151024
- https://snyk.io/vuln/npm:hoek:20180212

Latest report for kevinmidboe/seasonedshows:seasoned_api/package.json:
https://snyk.io/test/github/kevinmidboe/seasonedshows?targetFile=seasoned_api/package.json
2018-03-22 11:34:42 +00:00
KevinMidboe 451b67630a Merge pull request #95 from KevinMidboe/docs_testing
Improved testing, more linting and added paging to request/all endpoint
v1.0.3
2018-03-21 23:53:29 +01:00
KevinMidboe 096bbdf085 Merge branch 'master' into docs_testing 2018-03-21 23:51:31 +01:00
KevinMidboe e914e4ab45 Added ORDER BY date that was missing in sql stmt 2018-03-21 23:44:59 +01:00