-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.1.0: Gotify, ignorepath, rework arr services, various fixes (#41)
* #27 removes removeunknownfiles * Typos are dumb. Retool *arr FromConfig() functions so that the code is cleaner overall. * fix CSV writes * #18 patch in m2ts/ts file support on the fly Not the best solution, but it works... * Resolve #31 Fixes ignoreext * actually patches in ts/m2ts * Resolve #36 - Adds Gotify based on the example code * Adds gotify to the example config. Removes unknowndeleted * Round ms to save navbar space * #34 Adds Next run time to WebAPI * fix compiler warning * Resolve #34. Adds next run time using moment.js Cleans up last run time so it displays the last run time until current run ends. * set colors once per page load * Resolve #33. Adds a 'Run Now" Button. * fix bug where "last run" would be an empty object * reduce stats output to last 30 runs * fix bug with schedule not updating on data refresh * Resolve #35 Adds ignorepath * Create a minimal config Users are running checkrr the first time with the full example config. This is the minimal config needed. * Fix issues with logfile and logjson plus the debug flag * Use the right function * ignore test logfile * Resolve #26. Multi arr services. Supports multiple of each arr service. * Don't add the service if it's disabled via process: false * Resolve #30 Adds mappings for docker users. Translates paths in arr services to paths on docker container. The key in mappsings should be what arr services has. The value should be the path on disk as checkrr sees it. * add an explaination of the new mappings and service keys * remove unneeded set function * Resolve #39 fix issues with influxdb2 * Resolve #29 hopefully. If someone wants to PR better instructions feel free. * Removes refs to unknownfilesdeleted * decent static color set * remove mention of discord if the config is nil. * clean up code path * add some debug logging to translatePath * Add some more debug logging around #30 * specify which path map we are debug logging * Update deps * Finally fixes #30. strings.Replace() depth changed to -1. Swapped key and value in strings.Replace() * fixed a typo in logs
- Loading branch information
Showing
20 changed files
with
799 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ test/ | |
checkrr | ||
.vscode | ||
badfiles.csv | ||
checkrr.log | ||
webserver/build | ||
webserver/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.