All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* v0.82 contributors credits
@ 2014-06-27 21:27 Loic Dachary
  0 siblings, 0 replies; only message in thread
From: Loic Dachary @ 2014-06-27 21:27 UTC (permalink / raw
  To: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 6036 bytes --]

Hi Ceph,

Here is a sorted list of authors and organizations who contributed to v0.82, by number of commits or reviews back to v0.81. 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	     61 Sage Weil <sage@inktank.com>
     2	     55 John Spray <john.spray@inktank.com>
     3	     44 Loic Dachary <loic@dachary.org>
     4	     25 Greg Farnum <greg@inktank.com>
     5	     22 John Wilkins <john.wilkins@inktank.com>
     6	     15 Samuel Just <sam.just@inktank.com>
     7	     11 Yan, Zheng <zheng.z.yan@intel.com>
     8	      8 Kevin Dalley <kevin@kelphead.org>
     9	      5 Josh Durgin <josh.durgin@inktank.com>
    10	      4 Alfredo Deza <alfredo.deza@inktank.com>
    11	      3 João Eduardo Luís <joao.luis@inktank.com>
    12	      3 Ilya Dryomov <ilya.dryomov@inktank.com>
    13	      2 Yehuda Sadeh <yehuda@inktank.com>
    14	      2 Ross Turk <rturk@redhat.com>
    15	      2 Haomai Wang <haomaiwang@gmail.com>
    16	      2 Dmitry Smirnov <onlyjob@member.fsf.org>
    17	      2 Adam Twardowski <adam.twardowski@gmail.com>
    18	      1 Sushma Gurram <sushma.gurram@sandisk.com>
    19	      1 Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
    20	      1 Mohammad Salehe <salehe+dev@gmail.com>
    21	      1 Kai Zhang <zakir.exe@gmail.com>
    22	      1 Jenkins <jenkins@inktank.com>
    23	      1 Harpreet Dhillon <harpreet@ironsystems.com>
    24	      1 Florent Flament <florent.flament@cloudwatt.com>
    25	      1 Dominik Hannen <cantares1+github@gmail.com>
    26	      1 Dan Mick <dan.mick@inktank.com>
    27	      1 Colin Mattson <colinmattson@gmail.com>
    28	      1 Christian Theune <ct@gocept.com>
    29	      1 Aristoteles Neto <aristoteles.neto@webdrive.co.nz>
    30	      1 Ailing Zhang <zhangal1992@gmail.com>
Commits by organizations
     1	    197 Inktank <contact@inktank.com>
     2	     46 Cloudwatt <libre.licensing@cloudwatt.com>
     3	     11 Intel <contact@intel.com>
     4	      8 HGST <contact@hgst.com>
     5	      3 Unaffiliated <no@organization.net>
     6	      2 UnitedStack <contact@unitedstack.com>
     7	      2 Red Hat <contact@redhat.com>
     8	      2 Debian GNU/Linux <contact@debian.org>
     9	      2 Choopa, LLC <contact@choopa.com>
    10	      1 Web Drive <contact@webdrive.co.nz>
    11	      1 SanDisk <contact@sandisk.com>
    12	      1 Iron Systems Inc. <info@ironsystems.com>
    13	      1 gocept gmbh & co. kg <mail@gocept.com>
    14	      1 CISCO <contact@cisco.com>
    15	      1 Bayan <contact@bayan.co.ir>
Reviews by authors (one review spans multiple commits)
     1	     17 Loic Dachary <loic@dachary.org>
     2	     11 Sage Weil <sage@inktank.com>
     3	      9 Samuel Just <sam.just@inktank.com>
     4	      6 Greg Farnum <greg@inktank.com>
     5	      6 Christophe Courtaut <christophe.courtaut@gmail.com>
     6	      2 Josh Durgin <josh.durgin@inktank.com>
     7	      2 Florent Flament <florent.flament@cloudwatt.com>
     8	      1 Walter Huf <hufman@gmail.com>
     9	      1 Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
    10	      1 koleosfuscus <koleosfuscus@yahoo.com>
    11	      1 Kevin Dalley <kevin@kelphead.org>
    12	      1 John Spray <jspray@redhat.com>
    13	      1 Dmitry Smirnov <onlyjob@member.fsf.org>
    14	      1 Dan Mick <dan.mick@inktank.com>
    15	      1 Daniel J. Hofmann <daniel@trvx.org>
    16	      1 Christian Theune <ct@gocept.com>
    17	      1 Chris Glass <tribaal@gmail.com>
    18	      1 Aristoteles Neto <aristoteles.neto@webdrive.co.nz>
Reviews by organizations (one review spans multiple commits)
     1	     29 Inktank <contact@inktank.com>
     2	     26 Cloudwatt <libre.licensing@cloudwatt.com>
     3	      1 Web Drive <contact@webdrive.co.nz>
     4	      1 Unaffiliated <no@organization.net>
     5	      1 Red Hat <contact@redhat.com>
     6	      1 Karlsruhe Institute of Technology <ceph@lists.kit.edu>
     7	      1 HGST <contact@hgst.com>
     8	      1 gocept gmbh & co. kg <mail@gocept.com>
     9	      1 Debian GNU/Linux <contact@debian.org>
    10	      1 Corvisa LLC <contact@corvisa.com>
    11	      1 Canonical <contact@canonical.com>


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.81...tags/v0.82

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






[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-27 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 21:27 v0.82 contributors credits Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.