svn commit: r1872531 - /comdev/reporter.apache.org/trunk/scripts/committee_info.py

2020-01-08 Thread humbedooh
Author: humbedooh
Date: Thu Jan  9 07:54:37 2020
New Revision: 1872531

URL: http://svn.apache.org/viewvc?rev=1872531=rev
Log:
move data fetch into functions so it doesn't go stale

Modified:
comdev/reporter.apache.org/trunk/scripts/committee_info.py

Modified: comdev/reporter.apache.org/trunk/scripts/committee_info.py
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/committee_info.py?rev=1872531=1872530=1872531=diff
==
--- comdev/reporter.apache.org/trunk/scripts/committee_info.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/committee_info.py Thu Jan  9 
07:54:37 2020
@@ -32,14 +32,13 @@ def loadJson(url):
 resp.close()
 return j
 
-cidata = loadJson(URL) # The data read from the file
-
 def PMCmails():
 
 """
 Returns output of the form:
 ['ace',...'whimsical',...]
 """
+cidata = loadJson(URL)
 committees = cidata['committees']
 mails=[]
 for ctte in committees:
@@ -62,6 +61,7 @@ def PMCnames():
 Only includes actual PMC names
 Returns 'webservices' rather than 'ws'
 """
+cidata = loadJson(URL)
 committees = cidata['committees']
 
 namejson={}
@@ -100,6 +100,7 @@ def PMCsummary():
 Only includes actual PMCs
 Returns 'webservices' rather than 'ws'
 """
+cidata = loadJson(URL)
 committees = cidata['committees']
 
 namejson={}
@@ -125,7 +126,7 @@ def PMCsummary():
 
 def pmcdates():
 dates = {}
-
+cidata = loadJson(URL)
 cttes = cidata['committees']
 for ent in cttes:
 ctte = cttes[ent]
@@ -156,7 +157,7 @@ def pmcdates():
 return dates
 
 def cycles():
-
+cidata = loadJson(URL)
 committees = cidata['committees']
 
 report_cycles={}
@@ -175,6 +176,7 @@ def cycles():
 def getPMCs(uid, incubator=False):
 """Returns the array of PMC committees to which the uid belongs. Excludes 
incubator by default"""
 pmcs = []
+cidata = loadJson(URL)
 cttes = cidata['committees']
 for ent in cttes:
 ctte = cttes[ent]




svn commit: r1872527 [2/2] - in /comdev/projects.apache.org/trunk/site/json/foundation: accounts-evolution.json accounts-evolution2.json committees.json groups.json people.json people_name.json releas

2020-01-08 Thread projects_role
Modified: comdev/projects.apache.org/trunk/site/json/foundation/releases.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases.json?rev=1872527=1872526=1872527=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Thu Jan 
 9 04:20:04 2020
@@ -1,37 +1,37 @@
 {
 "META": {
-"ASF": "2019-09-21",
-"Makefile": "2019-09-21",
-"ROOT": "2019-09-21",
+"ASF": "2018-03-24",
+"Makefile": "2018-10-18",
+"ROOT": "2019-05-22",
 "cert-chain.pem": "2018-03-25",
-"config": "2019-09-21",
-"mk-root": "2019-09-21"
+"config": "2018-08-16",
+"mk-root": "2018-11-10"
 },
 "accumulo": {
 "accumulo-1.9.3": "2019-09-21",
-"accumulo-2.0.0": "2019-09-21",
+"accumulo-2.0.0": "2019-08-02",
 "accumulo2-maven-plugin-1.0.0": "2019-08-07"
 },
 "activemq": {
 "Apache.NMS-1.5.1": "2019-09-21",
-"Apache.NMS-1.7.1": "2019-09-21",
+"Apache.NMS-1.7.1": "2015-09-04",
 "Apache.NMS-1.8.0": "2019-06-26",
 "Apache.NMS.1.8.0.nupkg": "2019-06-26",
 "Apache.NMS.AMQP-1.8.0": "2019-10-31",
 "Apache.NMS.AMQP.1.8.0.nupkg": "2019-10-31",
-"Apache.NMS.ActiveMQ-1.7.2": "2019-09-21",
+"Apache.NMS.ActiveMQ-1.7.2": "2016-04-07",
 "Apache.NMS.Stomp-1.5.4": "2019-09-21",
 "activemq-5.15.10": "2019-09-21",
 "activemq-5.15.11": "2019-11-20",
-"activemq-5.15.9": "2019-09-21",
-"activemq-artemis-native-1.0.0": "2019-09-21",
+"activemq-5.15.9": "2019-03-15",
+"activemq-artemis-native-1.0.0": "2019-03-07",
 "activemq-artemis-native-1.0.1": "2019-10-29",
 "activemq-cli-tools-0.1.0": "2019-09-21",
 "activemq-cpp-library-3.9.5": "2019-09-21",
 "apache-artemis-2.10.1": "2019-09-23"
 },
 "airavata": {
-"airavata-0.17": "2019-09-21"
+"airavata-0.17": "2019-03-21"
 },
 "airflow": {
 "apache-airflow-1.10.7": "2019-12-24"
@@ -46,12 +46,12 @@
 "apache-ant-1.10.6": "2019-09-21",
 "apache-ant-1.10.7": "2019-09-21",
 "apache-ant-1.9.14": "2019-09-21",
-"apache-ant-antunit-1.4": "2018-06-25",
+"apache-ant-antunit-1.4": "2019-09-21",
 "apache-ant-compress-1.5": "2019-09-21",
-"apache-ant-dotnet-1.1": "2019-09-21",
-"apache-ivy-2.4.0": "2019-09-21",
+"apache-ant-dotnet-1.1": "2012-03-11",
+"apache-ivy-2.4.0": "2014-12-13",
 "apache-ivy-2.5.0": "2019-10-20",
-"apache-ivy-2.5.0-rc1": "2018-04-12",
+"apache-ivy-2.5.0-rc1": "2019-09-21",
 "apache-ivyde-2.2.0.final-201311091524-RELEASE": "2019-09-21",
 "apache-ivyde-sources-2.2.0.final-201311091524-RELEASE": "2019-09-21"
 },
@@ -63,24 +63,24 @@
 "apache-any23-office-scraper-2.3": "2019-02-26"
 },
 "apr": {
-"apr-1.6.5": "2018-09-14",
-"apr-1.7.0": "2019-04-04",
-"apr-iconv-1.2.2": "2017-10-22",
-"apr-util-1.6.1": "2017-10-22"
+"apr-1.6.5": "2019-09-21",
+"apr-1.7.0": "2019-09-21",
+"apr-iconv-1.2.2": "2019-09-21",
+"apr-util-1.6.1": "2019-09-21"
 },
 "archiva": {
-"apache-archiva-2.2.1": "2019-09-21",
+"apache-archiva-2.2.1": "2016-05-25",
 "apache-archiva-2.2.3": "2017-05-12",
-"apache-archiva-2.2.4": "2019-04-25",
-"archiva-15": "2019-09-21",
-"archiva-16": "2019-09-21",
-"archiva-18": "2019-09-21",
+"apache-archiva-2.2.4": "2019-09-21",
+"archiva-15": "2015-03-01",
+"archiva-16": "2016-05-28",
+"archiva-18": "2017-05-16",
 "expression-evaluator-2.1": "2014-07-18",
 "modello-plugins-1.0": "2014-07-18",
-"redback-2.3": "2019-09-21",
-"redback-2.4": "2019-09-21",
-"redback-2.6": "2019-09-21",
-"redback-components-2.4": "2019-09-21",
+"redback-2.3": "2015-03-01",
+"redback-2.4": "2016-05-28",
+"redback-2.6": "2017-05-16",
+"redback-components-2.4": "2015-03-01",
 "spring-apacheds-2.1": "2014-07-18",
 "spring-cache-2.2": "2014-07-18",
 "spring-jdo2-2.2": "2014-07-18",
@@ -147,73 +147,73 @@
 },
 "arrow": {
 "apache-arrow-0.15.1": "2019-11-01",
-"apache-arrow-js-0.4.1": "2019-03-24"
+"apache-arrow-js-0.4.1": "2019-09-21"
 },
 "asterixdb": {
-"apache-asterixdb-0.9.1": "2019-09-21",
+"apache-asterixdb-0.9.1": "2017-04-22",
 "apache-asterixdb-0.9.2": "2017-08-24",
-"apache-asterixdb-0.9.3": "2019-09-21",
-"apache-asterixdb-0.9.4": "2019-09-21",
-"apache-asterixdb-0.9.4.1": "2019-09-21",
-"apache-asterixdb_0.9.4_all": "2019-09-21",
+"apache-asterixdb-0.9.3": "2018-01-15",
+"apache-asterixdb-0.9.4": "2018-10-02",
+"apache-asterixdb-0.9.4.1": "2019-03-07",
+"apache-asterixdb_0.9.4_all": "2018-10-02",
 "apache-hyracks-0.3.1": "2017-04-22",
-"apache-hyracks-0.3.2": "2017-08-24",
-"apache-hyracks-0.3.3": "2019-09-21",
-"apache-hyracks-0.3.4": "2019-09-21",
+"apache-hyracks-0.3.2": "2019-09-21",
+"apache-hyracks-0.3.3": "2018-01-15",
+"apache-hyracks-0.3.4": "2018-10-02",
 "apache-hyracks-0.3.4.1": "2019-07-25"
 },
 "atlas": {
 "apache-atlas-0.8.4": "2019-06-21",
-"apache-atlas-1.2.0": "2019-09-21",
+"apache-atlas-1.2.0": "2019-06-07",
 "apache-atlas-2.0.0": "2019-09-21"
 },
 "aurora": {
 "apache-aurora-0.11.0": "2015-12-23",
 "apache-aurora-0.12.0": "2016-02-08",
-"apache-aurora-0.13.0": "2019-09-21",

svn commit: r1872527 [1/2] - in /comdev/projects.apache.org/trunk/site/json/foundation: accounts-evolution.json accounts-evolution2.json committees.json groups.json people.json people_name.json releas

2020-01-08 Thread projects_role
Author: projects_role
Date: Thu Jan  9 04:20:04 2020
New Revision: 1872527

URL: http://svn.apache.org/viewvc?rev=1872527=rev
Log:
updating projects data

Modified:

comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution.json

comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution2.json
comdev/projects.apache.org/trunk/site/json/foundation/committees.json
comdev/projects.apache.org/trunk/site/json/foundation/groups.json
comdev/projects.apache.org/trunk/site/json/foundation/people.json
comdev/projects.apache.org/trunk/site/json/foundation/people_name.json
comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
comdev/projects.apache.org/trunk/site/json/foundation/releases.json

Modified: 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution.json?rev=1872527=1872526=1872527=diff
==
--- 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution.json 
(original)
+++ 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution.json 
Thu Jan  9 04:20:04 2020
@@ -250,5 +250,5 @@
 "2019-10": 43,
 "2019-11": 36,
 "2019-12": 55,
-"2020-01": 13
+"2020-01": 23
 }
\ No newline at end of file

Modified: 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution2.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution2.json?rev=1872527=1872526=1872527=diff
==
--- 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution2.json 
(original)
+++ 
comdev/projects.apache.org/trunk/site/json/foundation/accounts-evolution2.json 
Thu Jan  9 04:20:04 2020
@@ -251,5 +251,5 @@
 "2019-10": 43,
 "2019-11": 36,
 "2019-12": 55,
-"2020-01": 13
+"2020-01": 23
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/trunk/site/json/foundation/committees.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/committees.json?rev=1872527=1872526=1872527=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/committees.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/committees.json Thu 
Jan  9 04:20:04 2020
@@ -9364,6 +9364,10 @@
 "date": "2015-08-19",
 "name": "Roman Shaposhnik"
 },
+"samaitra": {
+"date": "2020-01-08",
+"name": "Saikat Maitra"
+},
 "sboikov": {
 "date": "2015-08-19",
 "name": "Semyon Boikov"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/groups.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/groups.json?rev=1872527=1872526=1872527=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/groups.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/groups.json Thu Jan  
9 04:20:04 2020
@@ -4180,6 +4180,7 @@
 "wangdd",
 "wave",
 "wusheng",
+"yixiu",
 "yufeng04"
 ],
 "empire-db": [
@@ -6440,6 +6441,7 @@
 "ptupitsyn",
 "raulk",
 "rvs",
+"samaitra",
 "sboikov",
 "sergi",
 "sevdokimov",
@@ -7301,6 +7303,7 @@
 "efurture",
 "eglynn",
 "egorryashin",
+"ehomeliu",
 "ehsavoie",
 "eirslett",
 "ejansman",
@@ -8118,6 +8121,7 @@
 "lahiru",
 "lahirus",
 "lakmal",
+"lamberliu",
 "lanking",
 "lanwang",
 "larsfrancke",
@@ -8552,6 +8556,7 @@
 "nhorn",
 "nhynes",
 "niallp",
+"nicholasjiang",
 "nick",
 "nickallen",
 "nickwilliams",
@@ -8630,6 +8635,7 @@
 "orw",
 "oscarfmdc",
 "oschaaf",
+"osgooli",
 "otaviojava",
 "otis",
 "otto",
@@ -8672,6 +8678,7 @@
 "peary",
 "peili",
 "pengch",
+"pengchen",
 "pengys",
 "pent",
 "pepperjo",
@@ -9598,6 +9605,7 @@
 "yingdachen",
 "yipjustin",
 "yisong",
+"yixiu",
 "yizhenqiang",
 "yjin",
 "yjing",
@@ -9642,6 +9650,7 @@
 "zdwang",
 "zehnder",
 "zenlin",
+"zeus",
 "zfc",
 "zhaijia",
 "zhangjf",
@@ -14512,6 +14521,7 @@
 "hanahmily",
 "liya",
 "maxiaoguang",
+"nicholasjiang",
 "ningjiang",
 "ouyangwen",
 "panjuan",
@@ -14561,6 +14571,7 @@
 "caixr",
 "cg",
 "chonho",
+"chrishkchris",
 "dinhtta",
 "gates",
 "jinyang",
@@ -15243,6 +15254,7 @@
 "husted",
 "jafl",
 "jcarreira",
+"jchaplin",
 "jeromy",
 "jholmes",
 "jmitchell",
@@ -15311,6 +15323,7 @@
 "liuxun",
 "naganarasimha_gr",
 "omalley",
+"pingsutw",
 "rakeshr",
 "rohithsharmaks",
 "snemeth",
@@ -16455,6 +16468,7 @@
 "soenkeliebau"
 ],
 "tubemq": [
+"ehomeliu",
 "gosonzhang",
 "gxcheng",
 "jbonofre",
@@ -16464,11 +16478,15 @@
 "junping_du",
 "kaynewu",
 "ke4qqq",
+"lamberliu",
+"osgooli",
+"pengchen",
 "sijie",
 "tison",
 "xiangli",
 "yihengw",
 "zakwu",
+"zeus",
 "zjshen"
 ],
 "turbine": [

Modified: 

svn commit: r1872525 - in /comdev/reporter.apache.org/trunk/data/releases: cordova.json maven.json

2020-01-08 Thread projects_role
Author: projects_role
Date: Thu Jan  9 00:45:04 2020
New Revision: 1872525

URL: http://svn.apache.org/viewvc?rev=1872525=rev
Log:
updating report releases data

Modified:
comdev/reporter.apache.org/trunk/data/releases/cordova.json
comdev/reporter.apache.org/trunk/data/releases/maven.json

Modified: comdev/reporter.apache.org/trunk/data/releases/cordova.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/cordova.json?rev=1872525=1872524=1872525=diff
==
--- comdev/reporter.apache.org/trunk/data/releases/cordova.json (original)
+++ comdev/reporter.apache.org/trunk/data/releases/cordova.json Thu Jan  9 
00:45:04 2020
@@ -369,6 +369,7 @@
  "cordova-plugin-inappbrowser@2.0.0": 1513728000, 
  "cordova-plugin-inappbrowser@3.0.0": 1523894400, 
  "cordova-plugin-inappbrowser@3.1.0": 1562803200, 
+ "cordova-plugin-inappbrowser@3.2.0": 1578441600, 
  "cordova-plugin-legacy-whitelist@1.0.0": 1427871600, 
  "cordova-plugin-legacy-whitelist@1.1.0": 1434956400, 
  "cordova-plugin-legacy-whitelist@1.1.1": 1448352000, 

Modified: comdev/reporter.apache.org/trunk/data/releases/maven.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/maven.json?rev=1872525=1872524=1872525=diff
==
--- comdev/reporter.apache.org/trunk/data/releases/maven.json (original)
+++ comdev/reporter.apache.org/trunk/data/releases/maven.json Thu Jan  9 
00:45:04 2020
@@ -6,6 +6,7 @@
  "ASF Parent POM Version 17": 1429826400, 
  "ASF parent 18": 1463522400, 
  "Apache Maven WAR Plugin 3.2.3": 1558569600, 
+ "Apache Parent POM 22": 1578441600, 
  "Apache Resource Bundles 5": 1424732400, 
  "Apache Source Release Assembly Descriptor 1.0.5": 1424732400, 
  "Apache Source Release Assembly Descriptor 1.0.6": 1462572000, 




svn commit: r1872518 - /comdev/reporter.apache.org/trunk/data/history/projects.json

2020-01-08 Thread projects_role
Author: projects_role
Date: Wed Jan  8 20:10:03 2020
New Revision: 1872518

URL: http://svn.apache.org/viewvc?rev=1872518=rev
Log:
updating report releases data

Modified:
comdev/reporter.apache.org/trunk/data/history/projects.json

Modified: comdev/reporter.apache.org/trunk/data/history/projects.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/history/projects.json?rev=1872518=1872517=1872518=diff
==
--- comdev/reporter.apache.org/trunk/data/history/projects.json (original)
+++ comdev/reporter.apache.org/trunk/data/history/projects.json Wed Jan  8 
20:10:03 2020
@@ -17840,6 +17840,10 @@
"Egor Ryashin",
1541707200
   ],
+  "ehomeliu": [
+   "Yuhong Liu",
+   1578513600
+  ],
   "ehsavoie": [
"Emmanuel Hugonnet",
1475870401
@@ -21108,6 +21112,10 @@
"Lakmal Warusawithana",
0
   ],
+  "lamberliu": [
+   "Lamber Liu",
+   1578513600
+  ],
   "lanking": [
"Qing Lan",
1542744000
@@ -22844,6 +22852,10 @@
"Niall Pemberton",
0
   ],
+  "nicholasjiang": [
+   "Nicholas Jiang",
+   1578513600
+  ],
   "nick": [
"Nick Burch",
0
@@ -23156,6 +23168,10 @@
"Otto van der Schaaf",
1515441604
   ],
+  "osgooli": [
+   "Osgoo Li",
+   1578513600
+  ],
   "otaviojava": [
"Otávio Santana",
0
@@ -23324,6 +23340,10 @@
"Chen Peng",
0
   ],
+  "pengchen": [
+   "Peng Chen",
+   1578513600
+  ],
   "pengys": [
"Yongsheng Peng",
1512820803
@@ -27028,6 +27048,10 @@
"George Song",
0
   ],
+  "yixiu": [
+   "Huang Yixiu",
+   1578513600
+  ],
   "yizhenqiang": [
"Zhenqiang Yi",
1541707200
@@ -27204,6 +27228,10 @@
"Zhinan Lin",
1534536000
   ],
+  "zeus": [
+   "Jie Jiang",
+   1578513600
+  ],
   "zfc": [
"Zhaofeng Chen",
1570219200
@@ -36812,6 +36840,10 @@
"Chonho Lee",
0
   ],
+  "chrishkchris": [
+   "Chris Yeung",
+   1578513600
+  ],
   "dinhtta": [
"Anh Dinh",
0
@@ -38278,6 +38310,10 @@
"Jason Carreira",
0
   ],
+  "jchaplin": [
+   "James Chaplin",
+   1578513600
+  ],
   "jeromy": [
"Jeromy Evans",
0
@@ -38448,6 +38484,10 @@
"Owen O'Malley",
0
   ],
+  "pingsutw": [
+   "Kevin Su",
+   1578513600
+  ],
   "rakeshr": [
"Rakesh Radhakrishnan",
1573243200




svn commit: r1872512 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/reportdate.js wizard.js

2020-01-08 Thread humbedooh
Author: humbedooh
Date: Wed Jan  8 18:49:47 2020
New Revision: 1872512

URL: http://svn.apache.org/viewvc?rev=1872512=rev
Log:
fix equality bug

Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js?rev=1872512=1872511=1872512=diff
==
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js Wed 
Jan  8 18:49:47 2020
@@ -97,7 +97,7 @@ function getReportDate(json, pmc, dateOn
let xdate = new Date(+nextdate); // copy so as to not 
decrement multiple times
xdate.setDate(xdate.getDate() - 7); // Due one week 
prior to meeting.
let rightnow = new Date();
-   if (xdate < rightnow) {
+   if (xdate <= rightnow) {
if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, xdate.toDateString() + " (Report 
filed)");
return new HTML('span', {style: { color: 
'#711'}}, xdate.toDateString() + " (Report is due)");
}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1872512=1872511=1872512=diff
==
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Wed Jan  8 
18:49:47 2020
@@ -1996,7 +1996,7 @@ function getReportDate(json, pmc, dateOn
let xdate = new Date(+nextdate); // copy so as to not 
decrement multiple times
xdate.setDate(xdate.getDate() - 7); // Due one week 
prior to meeting.
let rightnow = new Date();
-   if (xdate < rightnow) {
+   if (xdate <= rightnow) {
if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, xdate.toDateString() + " (Report 
filed)");
return new HTML('span', {style: { color: 
'#711'}}, xdate.toDateString() + " (Report is due)");
}




svn commit: r1872511 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/reportdate.js wizard.js

2020-01-08 Thread humbedooh
Author: humbedooh
Date: Wed Jan  8 18:47:48 2020
New Revision: 1872511

URL: http://svn.apache.org/viewvc?rev=1872511=rev
Log:
fix shadowing

Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js?rev=1872511=1872510=1872511=diff
==
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js Wed 
Jan  8 18:47:48 2020
@@ -86,7 +86,7 @@ function getReportDate(json, pmc, dateOn
}
}
// find the first Wed that has not been reached
-   var nextdate = dates[0];
+   let nextdate = dates[0];
while (nextdate < today && dates.length > 0) {
nextdate = dates.shift();
}
@@ -94,13 +94,14 @@ function getReportDate(json, pmc, dateOn
if (dateOnly) {
// agenda date or due date?
if (dateOnly == "due") {
-   nextdate.setDate(nextdate.getDate() - 7); // Due one 
week prior to meeting.
+   let xdate = new Date(+nextdate); // copy so as to not 
decrement multiple times
+   xdate.setDate(xdate.getDate() - 7); // Due one week 
prior to meeting.
let rightnow = new Date();
-   if (nextdate < rightnow) {
-   if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, nextdate.toDateString() + " (Report 
filed)");
-   return new HTML('span', {style: { color: 
'#711'}}, nextdate.toDateString() + " (Report is due)");
+   if (xdate < rightnow) {
+   if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, xdate.toDateString() + " (Report 
filed)");
+   return new HTML('span', {style: { color: 
'#711'}}, xdate.toDateString() + " (Report is due)");
}
-   return nextdate ? (nextdate.toDateString() + " ("  + 
moment(nextdate).fromNow() + ")"): "Unknown(?)";
+   return xdate ? (xdate.toDateString() + " ("  + 
moment(xdate).fromNow() + ")"): "Unknown(?)";
} else {
return nextdate ? (nextdate.toDateString() + " ("  + 
moment(nextdate).fromNow() + ")"): "Unknown(?)";
}

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1872511=1872510=1872511=diff
==
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Wed Jan  8 
18:47:48 2020
@@ -1985,7 +1985,7 @@ function getReportDate(json, pmc, dateOn
}
}
// find the first Wed that has not been reached
-   var nextdate = dates[0];
+   let nextdate = dates[0];
while (nextdate < today && dates.length > 0) {
nextdate = dates.shift();
}
@@ -1993,13 +1993,14 @@ function getReportDate(json, pmc, dateOn
if (dateOnly) {
// agenda date or due date?
if (dateOnly == "due") {
-   nextdate.setDate(nextdate.getDate() - 7); // Due one 
week prior to meeting.
+   let xdate = new Date(+nextdate); // copy so as to not 
decrement multiple times
+   xdate.setDate(xdate.getDate() - 7); // Due one week 
prior to meeting.
let rightnow = new Date();
-   if (nextdate < rightnow) {
-   if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, nextdate.toDateString() + " (Report 
filed)");
-   return new HTML('span', {style: { color: 
'#711'}}, nextdate.toDateString() + " (Report is due)");
+   if (xdate < rightnow) {
+   if (pdata && pdata.filed[pmc] == true) return 
new HTML('span', {style: { color: '#396'}}, xdate.toDateString() + " (Report 
filed)");
+   return new HTML('span', {style: { color: 
'#711'}}, xdate.toDateString() + " (Report is due)");
}
-   return nextdate ? (nextdate.toDateString() + " ("  + 
moment(nextdate).fromNow() + ")"): "Unknown(?)";
+   return xdate ? (xdate.toDateString() + " ("  + 
moment(xdate).fromNow() + ")"): "Unknown(?)";
 

svn commit: r1872505 - in /comdev/reporter.apache.org/trunk/data/releases: httpcomponents.json metamodel.json nutch.json

2020-01-08 Thread projects_role
Author: projects_role
Date: Wed Jan  8 12:45:02 2020
New Revision: 1872505

URL: http://svn.apache.org/viewvc?rev=1872505=rev
Log:
updating report releases data

Modified:
comdev/reporter.apache.org/trunk/data/releases/httpcomponents.json
comdev/reporter.apache.org/trunk/data/releases/metamodel.json
comdev/reporter.apache.org/trunk/data/releases/nutch.json

Modified: comdev/reporter.apache.org/trunk/data/releases/httpcomponents.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/httpcomponents.json?rev=1872505=1872504=1872505=diff
==
--- comdev/reporter.apache.org/trunk/data/releases/httpcomponents.json 
(original)
+++ comdev/reporter.apache.org/trunk/data/releases/httpcomponents.json Wed Jan  
8 12:45:02 2020
@@ -80,6 +80,7 @@
  "HttpCore 5.0-alpha4": 1504483200, 
  "HttpCore 5.0-beta1": 1509926400, 
  "HttpCore 5.0-beta10": 157248, 
+ "HttpCore 5.0-beta11": 1578441600, 
  "HttpCore 5.0-beta2": 1515974400, 
  "HttpCore 5.0-beta3": 1535500800, 
  "HttpCore 5.0-beta5": 1540166400, 

Modified: comdev/reporter.apache.org/trunk/data/releases/metamodel.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/metamodel.json?rev=1872505=1872504=1872505=diff
==
--- comdev/reporter.apache.org/trunk/data/releases/metamodel.json (original)
+++ comdev/reporter.apache.org/trunk/data/releases/metamodel.json Wed Jan  8 
12:45:02 2020
@@ -31,5 +31,6 @@
  "5.2.0": 154656, 
  "5.2.1": 1552003200, 
  "5.3.0": 1554336000, 
- "5.3.1": 1568332800
+ "5.3.1": 1568332800, 
+ "5.3.2": 1578268800
 }
\ No newline at end of file

Modified: comdev/reporter.apache.org/trunk/data/releases/nutch.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/nutch.json?rev=1872505=1872504=1872505=diff
==
--- comdev/reporter.apache.org/trunk/data/releases/nutch.json (original)
+++ comdev/reporter.apache.org/trunk/data/releases/nutch.json Wed Jan  8 
12:45:02 2020
@@ -15,6 +15,7 @@
  "1.13": 1491004800.0, 
  "1.14": 1513900800.0, 
  "1.15": 1533772800, 
+ "1.16": 1570752000, 
  "1.2": 1285286400.0, 
  "1.3": 1307491200.0, 
  "1.4": 1322352000.0, 
@@ -29,6 +30,7 @@
  "2.2.1": 1372723200.0, 
  "2.3": 1421884800.0, 
  "2.3.1": 1453248000.0, 
+ "2.4": 1570752000, 
  "nutchbase": 1281139200.0, 
  "nutchgora": 1341619200.0
 }
\ No newline at end of file




svn commit: r1872504 - /comdev/reporter.apache.org/trunk/data/history/pmcs.json

2020-01-08 Thread projects_role
Author: projects_role
Date: Wed Jan  8 12:10:03 2020
New Revision: 1872504

URL: http://svn.apache.org/viewvc?rev=1872504=rev
Log:
updating report releases data

Modified:
comdev/reporter.apache.org/trunk/data/history/pmcs.json

Modified: comdev/reporter.apache.org/trunk/data/history/pmcs.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/history/pmcs.json?rev=1872504=1872503=1872504=diff
==
--- comdev/reporter.apache.org/trunk/data/history/pmcs.json (original)
+++ comdev/reporter.apache.org/trunk/data/history/pmcs.json Wed Jan  8 12:10:03 
2020
@@ -8698,6 +8698,10 @@
"Roman Shaposhnik",
0
   ],
+  "samaitra": [
+   "Saikat Maitra",
+   1578484800
+  ],
   "sboikov": [
"Semen Boikov",
0