Hi Ceph, Here is a sorted list of authors and organizations who contributed to v0.76, by number of commits or reviews back to v0.75. The affiliation of authors to organizations can be updated by submitting a patch to https://github.com/ceph/ceph/blob/master/.organizationmap
All commits are reviewed but the number of reviews is a fraction of the number
of commits. More often than not, the reviewer(s) is only mentioned in the
message of the merge although it means that all associated commits have been
reviewed.
If you are curious about how it is done, the details are at the end of this
mail.
Commits by authors
1 99 Sage Weil <[email protected]>
2 82 Loic Dachary <[email protected]>
3 12 David Zafman <[email protected]>
4 10 Noah Watkins <[email protected]>
5 7 Josh Durgin <[email protected]>
6 7 John Wilkins <[email protected]>
7 6 Samuel Just <[email protected]>
8 5 Ken Dreyer <[email protected]>
9 4 Yan, Zheng <[email protected]>
10 3 Yehuda Sadeh <[email protected]>
11 3 Robin H. Johnson <[email protected]>
12 2 Tamil Muthamizhan <[email protected]>
13 2 David Moreau Simard <[email protected]>
14 2 Dan Mick <[email protected]>
15 2 Christophe Courtaut <[email protected]>
16 1 Yan, Zheng <[email protected]>
17 1 Kun Huang <[email protected]>
18 1 Jonathan Dieter <[email protected]>
19 1 João Eduardo Luís <[email protected]>
20 1 Greg Farnum <[email protected]>
21 1 Derek Yarnell <[email protected]>
22 1 Andreas Peters <[email protected]>
23 1 Alfredo Deza <[email protected]>
Commits by organizations
1 156 Inktank <[email protected]>
2 84 Cloudwatt <[email protected]>
3 4 Intel <[email protected]>
4 3 Gentoo <[email protected]>
5 2 IWeb <[email protected]>
6 1 Yan, Zheng <[email protected]>
7 1 UnitedStack <[email protected]>
8 1 Lebanon Evangelical School <[email protected]>
9 1 Derek Yarnell <[email protected]>
10 1 CERN <[email protected]>
Reviews by authors (one review spans multiple commits)
1 21 Sage Weil <[email protected]>
2 7 Loic Dachary <[email protected]>
3 5 Greg Farnum <[email protected]>
4 4 Josh Durgin <[email protected]>
5 3 Dan Mick <[email protected]>
6 2 Yehuda Sadeh <[email protected]>
7 2 Yan, Zheng <[email protected]>
8 2 Samuel Just <[email protected]>
9 2 Andreas Peters <[email protected]>
10 1 Roald J. van Loon <[email protected]>
11 1 Noah Watkins <[email protected]>
12 1 John Spray <[email protected]>
13 1 João Eduardo Luís <[email protected]>
14 1 David Moreau Simard <[email protected]>
Reviews by organizations (one review spans multiple commits)
1 40 Inktank <[email protected]>
2 7 Cloudwatt <[email protected]>
3 2 Intel <[email protected]>
4 2 CERN <[email protected]>
5 1 Roald van Loon Consultancy <[email protected]>
6 1 IWeb <[email protected]>
The script used to generate this output is (copy paste at the root of a git
clone https://github.com/ceph/ceph.git):
cat > credits.sh <<'EOF'
range=$1
echo "Commits by authors"
git log --pretty='%aN <%aE>' $range | sort | uniq -c | sort -rn | nl
echo "Commits by organizations"
git log --pretty='%aN <%aE>' $range | git -c mailmap.file=.organizationmap
check-mailmap --stdin | sort | uniq -c | sort -rn | nl
echo "Reviews by authors (one review spans multiple commits)"
git log --pretty=%b $range | perl -n -e 'print "$_\n"
if(s/^\s*Reviewed-by:\s*(.*<.*>)\s*$/\1/)' | git check-mailmap --stdin | sort |
uniq -c | sort -rn | nl
echo "Reviews by organizations (one review spans multiple commits)"
git log --pretty=%b $range | perl -n -e 'print "$_\n"
if(s/^\s*Reviewed-by:\s*(.*<.*>)\s*$/\1/)' | git check-mailmap --stdin | git -c
mailmap.file=.organizationmap check-mailmap --stdin | sort | uniq -c | sort -rn
| nl
EOF
bash credits.sh tags/v0.75...tags/v0.76
Authors names are normalized with .mailmap and authors affiliations to a given
organization comes from .organizationmap, both of which can be found and
patched at the root of the ceph source tree.
More sophisticated reports can be generated and visualized by tools such as
http://bitergia.com/ or http://stackalytics.com/.
Cheers
--
Loïc Dachary, Artisan Logiciel Libre
signature.asc
Description: OpenPGP digital signature
