You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/07/31 15:39:26 UTC

svn commit: r1864077 - /comdev/reporter.apache.org/trunk/site/getjson.py

Author: humbedooh
Date: Wed Jul 31 15:39:26 2019
New Revision: 1864077

URL: http://svn.apache.org/viewvc?rev=1864077&view=rev
Log:
Spit out pmc summary, so we can make use of it in JS

Modified:
    comdev/reporter.apache.org/trunk/site/getjson.py

Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1864077&r1=1864076&r2=1864077&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Wed Jul 31 15:39:26 2019
@@ -362,6 +362,7 @@ if re.match(r"^[-a-zA-Z0-9_.]+$", user):
         'count': count,
         'pmcs': groups,
         'all': sorted(allpmcs),
+        'pmcsummary': pmcSummary,
         'mail': mlstats,
         'delivery': emails,
         'jira': jdata,