-
Notifications
You must be signed in to change notification settings - Fork 157
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
#934 Refactored EndsDaemon to use ShellCommand #1004
Conversation
* Created new ShellCommand class to encapsulated running a command in a shell * Used ShellCommand to make EndsDaemon use fewer objects and remove duplicate logic for sanitizing and running commands in EndsDaemon
@original-brownbear I will find a reviewer for your pull requests shortly, thanks for contribution! |
@pinaf help us to review this |
* | ||
* @author Armin Braun ([email protected]) | ||
* @version $Id$ | ||
* @since 2.0 |
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.
@original-brownbear 1.62
@original-brownbear 1 minor comment |
@pinaf dealt with it :) |
@rultor merge |
@rultor try to merge |
@alex-palevsky this can be closed given that it is now merged right ? |
@yegor256 @original-brownbear It should have been closed automatically by github after merge. Weird. |
@rultor deploy |
@pinaf I think this is the case discussed here #1002. |
@original-brownbear just close it yourself please |
@alex-palevsky ok :) |
This addresses #934:
logic for sanitizing and running commands in EndsDaemon