-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add valid version improver #1138
Add valid version improver #1138
Conversation
3603423
to
50bfc60
Compare
a3c1bea
to
f940384
Compare
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.
A philosophical question: should we rather try to keep all the code about a given data source in one module? e.g., keep everything about Apache HTTPD in a single script? I feel that this may be more effective than scattered code in one place for the importer and another for an improver? This is not critical as this can be improved afterwards of course.
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.
Some review nits....
|
||
class ApacheHTTPDImprover(ValidVersionImprover): | ||
importer = ApacheHTTPDImporter | ||
ignorable_versions = APACHE_HTTPD_IGNORABLE_TAGS |
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.
Inline this
|
||
class GitHubBasicImprover(ValidVersionImprover): | ||
importer = GitHubAPIImporter | ||
ignorable_versions = GITHUB_IGNORABLE_VERSIONS |
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.
Inline this
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.... please merge with your planned updates!
Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
3d057d4
to
3134cc5
Compare
Signed-off-by: Tushar Goel <[email protected]>
No description provided.