-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore log file, add minimum poll interval, print config file age #438
Merged
Conversation
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
Collaborator
davidnewhall
commented
Jul 1, 2024
•
edited
Loading
edited
- Closes Do not watch log file #419
- Closes allow disabling folder poller in docker #413
- Closes add last mod date to config file startup log #396
- Adds a minimum poll interval. If you wish to disable it while in docker, set the interval to "1ms"
- Ignores log files in the watch folder.
- Prints the config file age on startup.
davidnewhall
changed the title
ignore log file, add minimum poll interval
ignore log file, add minimum poll interval, print config file age
Jul 1, 2024
lumiere-bot bot
referenced
this pull request
in coolguy1771/home-ops
Jul 13, 2024
… ) (#5026) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpackerr/unpackerr](https://github.com/Unpackerr/unpackerr) | minor | `0.13.1` -> `0.14.0` | --- ### Release Notes <details> <summary>Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr)</summary> ### [`v0.14.0`](https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.0): Version 14 in 6 years [Compare Source](https://github.com/Unpackerr/unpackerr/compare/v0.14.0...v0.14.0) ##### Generator Check out the new config file generator Notifiarr hosts: - https://notifiarr.com/unpackerr.php ##### Changes ##### Folder watcher - Adds support for more compression formats (see [https://github.com/golift/xtractr/pull/46](https://github.com/golift/xtractr/pull/46)) - Improvements to bare-archive in watched folder extraction. - Folder poller can now be disabled on Docker by setting interval to less than 5ms. - More debug logging; other logging improvements. - Failed folder extractions are now retried. - Bare non-archive files are no longer tracked; including the unpackerr log file(s). ##### Starr apps - Polls all configured apps at once in parallel instead of sequentially. - Logging improvements. - Misconfigured instances no longer stop the app from starting. - Extract check interval now uses start delay instead of poll interval. ##### Other - Many logging improvements. - Misconfigured command or web hooks will no longer stop the app from starting. - [Supports `filepath:` notation](https://unpackerr.zip/docs/install/configuration#secrets-and-passwords) in all string configuration parameters. - Fixes the log file viewer menu on macOS/Windows. - Updates go dependencies and gh actions. - Lots of code cleanup and more linters. - Updates macOS signing app to new version of [gon](https://github.com/Bearer/homebrew-tap/blob/main/Formula/gon.rb). ##### Auto Generated Notes - add v to docker tags by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/385](https://github.com/Unpackerr/unpackerr/pull/385) - Make folder watcher work better by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/386](https://github.com/Unpackerr/unpackerr/pull/386) - Update docker-compose.yml by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/421](https://github.com/Unpackerr/unpackerr/pull/421) - Update golangci/golangci-lint-action action to v5 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/420](https://github.com/Unpackerr/unpackerr/pull/420) - Update actions/checkout digest to [`0ad4b8f`](https://github.com/Unpackerr/unpackerr/commit/0ad4b8f) by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/418](https://github.com/Unpackerr/unpackerr/pull/418) - Update softprops/action-gh-release action to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/403](https://github.com/Unpackerr/unpackerr/pull/403) - Fixes a bug where no API Key prevents the app from starting by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/409](https://github.com/Unpackerr/unpackerr/pull/409) - Replace some u.Printf calls with u.Errorf in handlers.go by [@​Marcool04](https://github.com/Marcool04) in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) - Update golangci/golangci-lint-action action to v6 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/425](https://github.com/Unpackerr/unpackerr/pull/425) - Unstable by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/390](https://github.com/Unpackerr/unpackerr/pull/390) - Logging and dep updates. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/435](https://github.com/Unpackerr/unpackerr/pull/435) - Fix log file path for viewing by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/436](https://github.com/Unpackerr/unpackerr/pull/436) - update linter by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/437](https://github.com/Unpackerr/unpackerr/pull/437) - ignore log file, add minimum poll interval, print config file age by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/438](https://github.com/Unpackerr/unpackerr/pull/438) - disconnect poll interval from delay timer by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/439](https://github.com/Unpackerr/unpackerr/pull/439) - retry folders when delete delay beats retry delay by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/440](https://github.com/Unpackerr/unpackerr/pull/440) - Avoid folder-watching non-archives. Don't extract r00 if rar exists. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/441](https://github.com/Unpackerr/unpackerr/pull/441) - clean up folders.go by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/442](https://github.com/Unpackerr/unpackerr/pull/442) - read external config files by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/444](https://github.com/Unpackerr/unpackerr/pull/444) - fix retry bug by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/447](https://github.com/Unpackerr/unpackerr/pull/447) ##### New Contributors - [@​Marcool04](https://github.com/Marcool04) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) **Full Changelog**: Unpackerr/unpackerr@v0.13.1...v0.14.0 ### [`v0.14.0`](https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.0): Version 14 in 6 years [Compare Source](https://github.com/Unpackerr/unpackerr/compare/v0.13.1...v0.14.0) ##### Generator Check out the new config file generator Notifiarr hosts: - https://notifiarr.com/unpackerr.php ##### Changes ##### Folder watcher - Adds support for more compression formats (see [https://github.com/golift/xtractr/pull/46](https://github.com/golift/xtractr/pull/46)) - Improvements to bare-archive in watched folder extraction. - Folder poller can now be disabled on Docker by setting interval to less than 5ms. - More debug logging; other logging improvements. - Failed folder extractions are now retried. - Bare non-archive files are no longer tracked; including the unpackerr log file(s). ##### Starr apps - Polls all configured apps at once in parallel instead of sequentially. - Logging improvements. - Misconfigured instances no longer stop the app from starting. - Extract check interval now uses start delay instead of poll interval. ##### Other - Many logging improvements. - Misconfigured command or web hooks will no longer stop the app from starting. - [Supports `filepath:` notation](https://unpackerr.zip/docs/install/configuration#secrets-and-passwords) in all string configuration parameters. - Fixes the log file viewer menu on macOS/Windows. - Updates go dependencies and gh actions. - Lots of code cleanup and more linters. - Updates macOS signing app to new version of [gon](https://github.com/Bearer/homebrew-tap/blob/main/Formula/gon.rb). ##### Auto Generated Notes - add v to docker tags by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/385](https://github.com/Unpackerr/unpackerr/pull/385) - Make folder watcher work better by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/386](https://github.com/Unpackerr/unpackerr/pull/386) - Update docker-compose.yml by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/421](https://github.com/Unpackerr/unpackerr/pull/421) - Update golangci/golangci-lint-action action to v5 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/420](https://github.com/Unpackerr/unpackerr/pull/420) - Update actions/checkout digest to [`0ad4b8f`](https://github.com/Unpackerr/unpackerr/commit/0ad4b8f) by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/418](https://github.com/Unpackerr/unpackerr/pull/418) - Update softprops/action-gh-release action to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/403](https://github.com/Unpackerr/unpackerr/pull/403) - Fixes a bug where no API Key prevents the app from starting by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/409](https://github.com/Unpackerr/unpackerr/pull/409) - Replace some u.Printf calls with u.Errorf in handlers.go by [@​Marcool04](https://github.com/Marcool04) in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) - Update golangci/golangci-lint-action action to v6 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/425](https://github.com/Unpackerr/unpackerr/pull/425) - Unstable by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/390](https://github.com/Unpackerr/unpackerr/pull/390) - Logging and dep updates. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/435](https://github.com/Unpackerr/unpackerr/pull/435) - Fix log file path for viewing by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/436](https://github.com/Unpackerr/unpackerr/pull/436) - update linter by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/437](https://github.com/Unpackerr/unpackerr/pull/437) - ignore log file, add minimum poll interval, print config file age by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/438](https://github.com/Unpackerr/unpackerr/pull/438) - disconnect poll interval from delay timer by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/439](https://github.com/Unpackerr/unpackerr/pull/439) - retry folders when delete delay beats retry delay by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/440](https://github.com/Unpackerr/unpackerr/pull/440) - Avoid folder-watching non-archives. Don't extract r00 if rar exists. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/441](https://github.com/Unpackerr/unpackerr/pull/441) - clean up folders.go by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/442](https://github.com/Unpackerr/unpackerr/pull/442) - read external config files by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/444](https://github.com/Unpackerr/unpackerr/pull/444) - fix retry bug by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/447](https://github.com/Unpackerr/unpackerr/pull/447) ##### New Contributors - [@​Marcool04](https://github.com/Marcool04) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) **Full Changelog**: Unpackerr/unpackerr@v0.13.1...v0.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjYuNSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
truecharts-admin
referenced
this pull request
in truecharts/public
Jul 24, 2024
…81 by renovate (#24179) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://github.com/Unpackerr/unpackerr) | minor | `0.13.1` -> `0.14.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Unpackerr/unpackerr (golift/unpackerr)</summary> ### [`v0.14.0`](https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.0): Version 14 in 6 years [Compare Source](https://github.com/Unpackerr/unpackerr/compare/v0.13.1...v0.14.0) #### Generator Check out the new config file generator Notifiarr hosts: - https://notifiarr.com/unpackerr #### Changes ##### Folder watcher - Adds support for more compression formats (see [https://github.com/golift/xtractr/pull/46](https://github.com/golift/xtractr/pull/46)) - Improvements to bare-archive in watched folder extraction. - Folder poller can now be disabled on Docker by setting interval to less than 5ms. - More debug logging; other logging improvements. - Failed folder extractions are now retried. - Bare non-archive files are no longer tracked; including the unpackerr log file(s). ##### Starr apps - Polls all configured apps at once in parallel instead of sequentially. - Logging improvements. - Misconfigured instances no longer stop the app from starting. - Extract check interval now uses start delay instead of poll interval. ##### Other - Many logging improvements. - Misconfigured command or web hooks will no longer stop the app from starting. - [Supports `filepath:` notation](https://unpackerr.zip/docs/install/configuration#secrets-and-passwords) in all string configuration parameters. - Fixes the log file viewer menu on macOS/Windows. - Updates go dependencies and gh actions. - Lots of code cleanup and more linters. - Updates macOS signing app to new version of [gon](https://github.com/Bearer/homebrew-tap/blob/main/Formula/gon.rb). #### Auto Generated Notes - add v to docker tags by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/385](https://github.com/Unpackerr/unpackerr/pull/385) - Make folder watcher work better by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/386](https://github.com/Unpackerr/unpackerr/pull/386) - Update docker-compose.yml by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/421](https://github.com/Unpackerr/unpackerr/pull/421) - Update golangci/golangci-lint-action action to v5 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/420](https://github.com/Unpackerr/unpackerr/pull/420) - Update actions/checkout digest to [`0ad4b8f`](https://github.com/Unpackerr/unpackerr/commit/0ad4b8f) by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/418](https://github.com/Unpackerr/unpackerr/pull/418) - Update softprops/action-gh-release action to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/403](https://github.com/Unpackerr/unpackerr/pull/403) - Fixes a bug where no API Key prevents the app from starting by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/409](https://github.com/Unpackerr/unpackerr/pull/409) - Replace some u.Printf calls with u.Errorf in handlers.go by [@​Marcool04](https://github.com/Marcool04) in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) - Update golangci/golangci-lint-action action to v6 by [@​renovate](https://github.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/425](https://github.com/Unpackerr/unpackerr/pull/425) - Unstable by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/390](https://github.com/Unpackerr/unpackerr/pull/390) - Logging and dep updates. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/435](https://github.com/Unpackerr/unpackerr/pull/435) - Fix log file path for viewing by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/436](https://github.com/Unpackerr/unpackerr/pull/436) - update linter by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/437](https://github.com/Unpackerr/unpackerr/pull/437) - ignore log file, add minimum poll interval, print config file age by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/438](https://github.com/Unpackerr/unpackerr/pull/438) - disconnect poll interval from delay timer by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/439](https://github.com/Unpackerr/unpackerr/pull/439) - retry folders when delete delay beats retry delay by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/440](https://github.com/Unpackerr/unpackerr/pull/440) - Avoid folder-watching non-archives. Don't extract r00 if rar exists. by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/441](https://github.com/Unpackerr/unpackerr/pull/441) - clean up folders.go by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/442](https://github.com/Unpackerr/unpackerr/pull/442) - read external config files by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/444](https://github.com/Unpackerr/unpackerr/pull/444) - fix retry bug by [@​davidnewhall](https://github.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/447](https://github.com/Unpackerr/unpackerr/pull/447) #### New Contributors - [@​Marcool04](https://github.com/Marcool04) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/422](https://github.com/Unpackerr/unpackerr/pull/422) **Full Changelog**: Unpackerr/unpackerr@v0.13.1...v0.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.