-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Allow loading executor modules from the fileserver #51427
Conversation
The pylint warning is caused by reserved |
Waiting several months for the Neon release seems too long. Is it possible to get this merged into 2019.2.1? If so, I can rebase against 2019.2 |
@saltstack/team-core can yall take a look at this? |
I will approve this for Neon, lets discuss moving it to 2019.2.1 after the release of 2019.2.0, but we should avoid feature additions to point releases, it really bites us when we do that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, just as it should!
@max-arnold Please have a look at the linter, it is complaining about |
@dwoz Already did, see my second comment. If you want, I can fix it in a separate commit. |
98e8ef7
to
ea9edb8
Compare
What does this PR do?
Allow loading executor modules from the
_executors
fileserver directory. This allows overloading standard executors and also adding new ones to wrap state execution calls globally.Tests written?
Yes
Commits signed with GPG?
No