From this weeks stats:
tim.plunkett 810
Crell 328
dawehner 327
sun 320
jhodgdon 290
I appreciate being "first", but there is no possible way I could have that many commits.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | drupal-8.0.x-dev-participation-by-commits.yml.zip | 13.64 KB | marvil07 |
| #6 | fix-duplicates-try-2.patch | 5.53 KB | marvil07 |
| #4 | fix-duplicates-try-1.patch | 6.68 KB | marvil07 |
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.