-
Notifications
You must be signed in to change notification settings - Fork 9
results: refactor of the subcommand code #135
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
Conversation
padovan
left a comment
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.
I like this! Left a few comments
| @@ -0,0 +1,98 @@ | |||
| import urllib | |||
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.
I'd move this file to libs/dashboard.py
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.
Good idea. Then we can extend this module with extra functions for new subcommands
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.
yes, I agree
| @@ -0,0 +1,107 @@ | |||
| import configparser | |||
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.
maybe this can go into libs/git-repo.py. @aliceinwire what do you think?
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.
yes, I agree
Signed-off-by: Camila Alvarez <cam.alvarez.i@gmail.com>
a5dd49e to
19ae4b5
Compare
|
Thanks for the comments! I have applied them |
|
thanks you |
No description provided.