svn commit: r1876738 - in /comdev/projects.apache.org/trunk/site/json/foundation: committees.json releases-files.json releases.json

2020-04-19 Thread projects_role
Author: projects_role
Date: Mon Apr 20 04:20:02 2020
New Revision: 1876738

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

Modified:
comdev/projects.apache.org/trunk/site/json/foundation/committees.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/committees.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/committees.json?rev=1876738=1876737=1876738=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/committees.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/committees.json Mon 
Apr 20 04:20:02 2020
@@ -11412,6 +11412,10 @@
 "date": "2017-11-01",
 "name": "Andrew Wong"
 },
+"bankim": {
+"date": "2020-04-18",
+"name": "Bankim Bhavsar"
+},
 "bchang": {
 "date": "2016-07-20",
 "name": "Binglin Chang"

Modified: 
comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json?rev=1876738=1876737=1876738=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json 
Mon Apr 20 04:20:02 2020
@@ -1928,9 +1928,6 @@
 ]
 },
 "directory": {
-"ApacheDirectoryStudio-2.0.0.v20180908-M14": [
-"directory/studio/2.0.0.v20180908-M14/ApacheDirectoryStudio-2.0.0.v20180908-M14-src.zip"
-],
 "ApacheDirectoryStudio-2.0.0.v20200411-M15": [
 
"directory/studio/2.0.0.v20200411-M15/ApacheDirectoryStudio-2.0.0.v20200411-M15-src.zip"
 ],
@@ -2007,7 +2004,6 @@
 "directory/mavibot/dist/1.0.0-M8/mavibot-1.0.0-M8-src.zip"
 ],
 "p2.index": [
-"directory/studio/2.0.0.v20180908-M14/update/dependencies/p2.index",
 "directory/studio/2.0.0.v20200411-M15/update/dependencies/p2.index"
 ]
 },
@@ -10755,6 +10751,11 @@
 "shiro/1.5.2/shiro-root-1.5.2-source-release.zip"
 ]
 },
+"singa": {
+"apache-singa-3.0.0": [
+"singa/3.0.0/apache-singa-3.0.0.tar.gz"
+]
+},
 "sis": {
 "apache-sis-1.0": [
 "sis/1.0/apache-sis-1.0-doc.zip",

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=1876738=1876737=1876738=diff
==
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Mon Apr 
20 04:20:02 2020
@@ -623,7 +623,6 @@
 "distribution-full-1.9.3": "2020-02-05"
 },
 "directory": {
-"ApacheDirectoryStudio-2.0.0.v20180908-M14": "2018-09-09",
 "ApacheDirectoryStudio-2.0.0.v20200411-M15": "2020-04-11",
 "apache-ldap-api-1.0.3": "2019-04-19",
 "apache-ldap-api-2.0.0": "2019-11-12",
@@ -642,7 +641,7 @@
 "kerby-all-1.1.1": "2018-05-25",
 "kerby-all-2.0.0": "2019-01-14",
 "mavibot-1.0.0-M8": "2015-08-16",
-"p2.index": "2018-09-09"
+"p2.index": "2020-04-11"
 },
 "drill": {
 "apache-drill-1.16.0": "2019-05-01",
@@ -3589,6 +3588,9 @@
 "shiro-root-1.5.1": "2020-02-23",
 "shiro-root-1.5.2": "2020-03-23"
 },
+"singa": {
+"apache-singa-3.0.0": "2020-04-19"
+},
 "sis": {
 "apache-sis-1.0": "2019-09-20"
 },




svn commit: r1876733 - in /comdev/helpwanted.apache.org/site/js: coffee/hw.coffee hw.js

2020-04-19 Thread humbedooh
Author: humbedooh
Date: Sun Apr 19 20:54:59 2020
New Revision: 1876733

URL: http://svn.apache.org/viewvc?rev=1876733=rev
Log:
add infra

Modified:
comdev/helpwanted.apache.org/site/js/coffee/hw.coffee
comdev/helpwanted.apache.org/site/js/hw.js

Modified: comdev/helpwanted.apache.org/site/js/coffee/hw.coffee
URL: 
http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/coffee/hw.coffee?rev=1876733=1876732=1876733=diff
==
--- comdev/helpwanted.apache.org/site/js/coffee/hw.coffee (original)
+++ comdev/helpwanted.apache.org/site/js/coffee/hw.coffee Sun Apr 19 20:54:59 
2020
@@ -288,6 +288,11 @@ reallyPopulate = (json, state) ->
   continue
 pro.push(group)
 app(obj, mk('option', { value: group}, group ))
+
+# Add Infra
+pro.push('infrastucture')
+app(obj, mk('option', { value: 'infrastructure'}, 'infrastructure' ))
+
 if state
 return
 

Modified: comdev/helpwanted.apache.org/site/js/hw.js
URL: 
http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/hw.js?rev=1876733=1876732=1876733=diff
==
--- comdev/helpwanted.apache.org/site/js/hw.js (original)
+++ comdev/helpwanted.apache.org/site/js/hw.js Sun Apr 19 20:54:59 2020
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.9.3
+// Generated by CoffeeScript 1.12.8
 var app, brights, cjson, cog, diff, diff_explanation, displayItem, 
displayItems, doForm, fetch, fetchItems, fetchItemsAdmin, genColors, get, 
hsl2rgb, hw_weburl, isArray, langs, max_items, mk, pastels, populateAdminForm, 
populateForm, post, postJSON, projects, reallyPopulate, renderItem, set, 
showSplash, splashOptions, spoken_langs, sw, swi, txt, types, website_langs, 
wizard, wstate;
 
 hsl2rgb = function(h, s, l) {
@@ -459,6 +459,10 @@ reallyPopulate = function(json, state) {
   value: group
 }, group));
   }
+  pro.push('infrastucture');
+  app(obj, mk('option', {
+value: 'infrastructure'
+  }, 'infrastructure'));
   if (state) {
 return;
   }
@@ -678,8 +682,8 @@ fetch = function(url, xstate, callback,
 try {
   response = JSON.parse(xmlHttp.responseText);
   return callback(response, xstate);
-} catch (_error) {
-  e = _error;
+} catch (error) {
+  e = error;
   return callback(JSON.parse(xmlHttp.responseText), xstate);
 }
   }
@@ -719,8 +723,8 @@ post = function(url, args, xstate, callb
 try {
   response = JSON.parse(xmlHttp.responseText);
   return callback(response, xstate);
-} catch (_error) {
-  e = _error;
+} catch (error) {
+  e = error;
   return callback(JSON.parse(xmlHttp.responseText), xstate);
 }
   }
@@ -753,8 +757,8 @@ postJSON = function(url, json, xstate, c
 try {
   response = JSON.parse(xmlHttp.responseText);
   return callback(response, xstate);
-} catch (_error) {
-  e = _error;
+} catch (error) {
+  e = error;
   return callback(JSON.parse(xmlHttp.responseText), xstate);
 }
   }




svn commit: r1876729 - /comdev/reporter.apache.org/trunk/data/releases/singa.json

2020-04-19 Thread projects_role
Author: projects_role
Date: Sun Apr 19 18:45:02 2020
New Revision: 1876729

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

Added:
comdev/reporter.apache.org/trunk/data/releases/singa.json

Added: comdev/reporter.apache.org/trunk/data/releases/singa.json
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/releases/singa.json?rev=1876729=auto
==
--- comdev/reporter.apache.org/trunk/data/releases/singa.json (added)
+++ comdev/reporter.apache.org/trunk/data/releases/singa.json Sun Apr 19 
18:45:02 2020
@@ -0,0 +1,3 @@
+{
+ "3.0.0": 1587168000
+}
\ No newline at end of file




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

2020-04-19 Thread projects_role
Author: projects_role
Date: Sun Apr 19 12:10:02 2020
New Revision: 1876720

URL: http://svn.apache.org/viewvc?rev=1876720=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=1876720=1876719=1876720=diff
==
--- comdev/reporter.apache.org/trunk/data/history/pmcs.json (original)
+++ comdev/reporter.apache.org/trunk/data/history/pmcs.json Sun Apr 19 12:10:02 
2020
@@ -10578,6 +10578,10 @@
"Andrew Wong",
1509595202
   ],
+  "bankim": [
+   "Bankim Bhavsar",
+   1587297600
+  ],
   "bchang": [
"Binglin Chang",
0