-
Notifications
You must be signed in to change notification settings - Fork 4
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
Major refactor manager #120
Conversation
…oders splitters and transforms.
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.
Looking pretty good, the code is much cleaner now. I've left some minor remarks, mostly on code layout.
Ready for review, please note that CLI tests will fail, this will be addressed in #116 |
this renders #119 stale @JulienRaynal |
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.
Looks good but please remember to fix the CLIs
major refactoring of manager system, see #100 .
Removes uneeded abstraction layers, decouples modules, makes project structure more intuitive
closes #100
closes #101
closes #102
closes #103
renders #119 stale
note: Cli tests will fail, clis will be fixed in #116