Closed (fixed)
Project:
Drupal contribution analyzer
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2012 at 03:22 UTC
Updated:
16 Dec 2014 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marvil07 commentedGrrh, sorry for the big delay here, I blame notifications to not autosubscribe me to projects I create.
Please, let me know where exactly that numbers come from(stat filename). Please notice that there is more than one criteria.
I would be happy to investigate in this week stats.
Comment #2
tim.plunkettFrom this week's drupal8-dev-participation-by-commits-no-maintainers.txt:
By my count, I'd guess I'm under 400, probably closer to 350. 827 is definitely wrong.
Comment #3
xjmSee also: #1816578: Commit authorship
Comment #4
marvil07 commentedUhm, I have not yet found the reason, but yep, something is wrong.
Based on:
I would say current number on drupal8-dev-participation-by-commits-no-maintainers.txt should be 479, and it's 861.
Comment #5
marvil07 commentedComment #6
marvil07 commentedAnother try at this, but not yet producing the results I expect.
What is new here: maps git person names with drupal.org usernames at parsing time to avoid duplicates in the same commit.
But it seems like that was not the problem.
Comment #7
marvil07 commentedI have been rewriting the base, so hopefully this is now better by design, I removed python script in favor of php.
But I think I know now what is the problem, see
git log --committer="Plunket" --oneline 34c6cdd66bac4c7b0c262cc2873c88a65f7b591c..8.0.xIt seems like drupal core added commits from views itself, so I guess that's where extra commits are coming from.
Marking this as solved since in current dev branch I see results as they should be.
See attached file for current dev branch run of commit stat file.