Merged
Conversation
Use it to test notify_abort.
[change] Convert `if` plugin to use jinja2 expressions instead of raw python
# Conflicts: # flexget/_version.py
[change] Rename 'secrets' plugin to 'variables', and change usage.
Changes jinja tag to {? ?} for replacement to avoid conflicts with jinja in the config
fix #1578
…xget into next # Conflicts: # flexget/_version.py
# Conflicts: # flexget/plugins/notifiers/email.py
Rename plugin 'groups' to 'interfaces' Plugins allowed to be configured in a task must declare the 'task' interface Plugin 'context' has been removed and replaced by 'interface', it was never used properly. Revert plugins that declared api_ver=3 back to 2, as we don't have a version 3 yet Add backwards compatibility for plugins still declaring 'groups' with a DeprecationWarning Update the list plugin docs for the new interface system
Update some changed plugins to interface system. # Conflicts: # flexget/_version.py # flexget/plugins/metainfo/tvmaze_lookup.py
Allow boolean configuration for toast.
Update toast plugin registration to use interfaces # Conflicts: # flexget/plugins/notifiers/notify.py # flexget/plugins/notifiers/notify_osd.py # flexget/plugins/notifiers/sns.py
Make sure plugins that shouldn't declare task interface aren't.
Remove list interface declaration from plugins that weren't implementing it.
[change] The notification system has been overhauled again
This file contains hidden or 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
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.
Motivation for changes:
New stuff. Yay
Detailed changes:
secretstovariablesUpgrade of 'secrets' plugin to 'variables' #1579