-
Notifications
You must be signed in to change notification settings - Fork 74
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
Switch to Pygit2 #233
Switch to Pygit2 #233
Conversation
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, although I bet it was a lot harder to come up with the changes than it was to read them. I noted one point where a message was dropped in the transformation -- I'm guessing that is unintentional because the look-and-feel appears unchanged everywhere else.
2d4719b
to
2d01fae
Compare
963cea2
to
0cefabe
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.
LGTM!
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. I didn't see anything weird at this point, and I trust the unit tests more than my deductive abilities in this area. ;-)
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.
Just one small thing here and I think we're good for an MVP on this change.
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.
This will be a great starting point for a fast new tartufo! Thanks for all the work @jgowdy, @sushantmimani, and @emayuri-godaddy!
Roll pygit2 back to 1.6.x for Py3.6 compatibility
Fix failing test
To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
PR Type
What kind of change does this PR introduce?
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
In its current version, this PR will flag findings for renamed files even if the findings in the new file(after rename) have been excluded from Tartufo.
What's new?
This is the first PR in a series of PRs aimed at re-implementing #122. Current status:
--max-depth
option is unimplemented