From a06771f0fa812e0a20021a059b33c36870702ea0 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 25 Apr 2019 11:43:28 -0400 Subject: [PATCH] add an ocata-em report showing contributions by org and project Change-Id: I2d58f6bc756a1a7d8f6696fc54e94eb8f31d47a4 Signed-off-by: Doug Hellmann --- queries/ocata-em/run_contributor_report.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/queries/ocata-em/run_contributor_report.sh b/queries/ocata-em/run_contributor_report.sh index 7e5db2b..d2dabf4 100755 --- a/queries/ocata-em/run_contributor_report.sh +++ b/queries/ocata-em/run_contributor_report.sh @@ -19,6 +19,13 @@ do who-helped --debug contributions summarize --by Team $dat_file \ | tee ${input%.qry}.teams.rpt + # Text report, by team and org + who-helped --debug contributions summarize \ + --by Organization --by Team \ + --sort-column Organization \ + $dat_file \ + | tee ${input%.qry}.teams-by-org.rpt + # Text report, by team, without deployment tools who-helped --debug contributions summarize --by Team \ --ignore-team OpenStackAnsible \