-
Notifications
You must be signed in to change notification settings - Fork 145
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
Implement dynamic plugins and options [fix #135] #186
Conversation
Add wake up functionality including Discover example. Implement load() and save() for Run, Step and Discover. Move status() from Common to Step where it belongs. New exception FileError for file-related problems. Test class now supports initialization from dict. Implement --force thanks to Common._workdir_cleanup(). Rename dictionary_to_yaml() to dict_to_yaml().
This pull request fixes 1 alert when merging 2524b03 into 10f672e - view on LGTM.com fixed alerts:
|
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.
+- 50% done ....
That's a lot of pyhon for me, but it looks good. |
This pull request fixes 1 alert when merging 4222e5d into c0fd856 - view on LGTM.com fixed alerts:
|
@psss any idea why there is two debug messaging about using DiscoverShell plugin?
|
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.
LGTM, just found weird debug output, psss is lookin
Plugin autodetection from steps folders and user location. Discover options dynamically detected from the plugins. New module with method option handling and common options. New plugin methods get() and default() to access plugin data.
ca4bd88
to
1cd2cea
Compare
This pull request fixes 1 alert when merging 1cd2cea into c0fd856 - view on LGTM.com fixed alerts:
|
Plugin autodetection from steps folders and user location.
Discover options dynamically detected from the plugins.
New module with method option handling and common options.
New plugin methods get() and default() to access plugin data.