-
Notifications
You must be signed in to change notification settings - Fork 244
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
Refactor odo specific packages like url, storage etc #4115
Comments
I would suggest breaking this into smaller tasks if we want to include all packages |
Yes, we would break this into smaller tasks once a framework for the packages is designed. |
I have added the doc regarding the refactoring here https://docs.google.com/document/d/1miLfw0m0nWGmoBsYr9jkHp0mFSSXW84eLv_dSRC8Sm4/edit?usp=sharing. @metacosm @girishramnani @kadel @adisky @dharmit Please have a look and share your feedback. |
@mik-dass you've done a great job of separating the code into different files especially at @girishramnani you mentioned that you were going to work on the |
Either this has to be done on a high priority or completely dropped. We can't keep dragging refactoring task into sprints if it's not making sense to anyone to work upon. Can't keep just @mik-dass working on it all the time. /priority high |
The PR #4185 was an concept. I clean it up and it will be ready for review. |
Closing this since we already refactored url and storage packages and we can reference that for further refactoring, if any. /close |
@dharmit: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind code-refactoring
Acceptance Criteria
odo
specific packages like storage, url etc should have interface so that it becomes easier to use and mock them.The packages we are scoping for refactoring are
The text was updated successfully, but these errors were encountered: