Davide Spadini
Davide Spadini
We currently try to decode everything. Of course we silently fail in case the file is a binary, pdf, or whatever can not be decoded to UTF-8. Instead of silently...
Sometimes we want to traverse the history with the --follow option
When a file is added, I think that `a_path` should be *None* and `b_path` should be equal to the name of the added file. This is the case when we...
new filter with number of commits
In `org.repodriller.domain.Modification.java` there are `getAdded()` and `getRemoved()`, methods that return the number of added and removed lines. However, there is no way to get the actual lines that are added...
Sorry if this is already supported, but I can't find in the documention nor in the code. AFAIK, it's not currently possible to blame a file in a specific commit,...
Hi! Thanks for the tool! I was looking at the threshold of Verbose Test, and it's currently set to 123 statements. I think this is an error, it seems waaay...
Pydriller can only support Git version > 2.38. We should have a check at the beginning and exit if it's
According to GH docs ([List users that are assigned to an organization role](https://docs.github.com/en/rest/orgs/organization-roles?apiVersion=2022-11-28#list-users-that-are-assigned-to-an-organization-role)), it should be: ``` https://api.github.com/orgs/ORG/organization-roles/ROLE_ID/users ``` In GHOrganization, I see there is a function `listMembersWithRole`, but it...
I am having problems in calculating `fan_in` and `fan_out` of the methods. I tried different languages, different approaches (analyze recursively a directory, analyze only one file, etc.), but the result...