You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/05/12 00:53:12 UTC

[whimsy] branch master updated: Update to newer files available

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new bb90fd1  Update to newer files available
bb90fd1 is described below

commit bb90fd17b6b87303ff7f3d3317e07dd58d672715
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Fri May 11 20:53:05 2018 -0400

    Update to newer files available
---
 www/test/dataflow.json | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/www/test/dataflow.json b/www/test/dataflow.json
index 7554101..3cef310 100644
--- a/www/test/dataflow.json
+++ b/www/test/dataflow.json
@@ -46,7 +46,7 @@
     ]
   },
   "https://whimsy.apache.org/public/public_ldap_committees.json": {
-    "description": "Membership of LDAP committee groups. Note: Membership of an LDAP committee group != membership of the PMC",
+    "description": "Membership of LDAP committee groups. Note: Membership of an LDAP committee group != membership of the PMC. (Will eventually be replaced by public_ldap_projects.json)",
     "format": "hash of hashes['committees']['accumulo']['roster'][0] = 'acordova'",
     "maintainer": "/www/roster/public_ldap_committees.rb",
     "sources": [
@@ -54,7 +54,7 @@
     ]
   },
   "https://whimsy.apache.org/public/public_ldap_groups.json": {
-    "description": "Membership of LDAP unix groups. Membership of an LDAP unix group is used to grant commit karma for a whole project",
+    "description": "Membership of LDAP unix groups. Membership of an LDAP unix group is used to grant commit karma for a whole project. (Will eventually be replaced by public_ldap_projects.json)",
     "format": "hash of hashes['groups']['accumulo']['roster'][0] = 'acordova'",
     "maintainer": "/www/roster/public_ldap_groups.rb",
     "sources": [
@@ -69,6 +69,14 @@
       "/lib/whimsy/asf/ldap.rb"
     ]
   },
+  "https://whimsy.apache.org/public/public_ldap_projects.json": {
+    "description": "Details of PMCs and Podlings. The 'owners' list holds the ids with (P)PMC karma, and the 'members' list holds the ids with (P)PMC committer karma. (Currently being introduced; will eventually replace public_ldap_groups and public_ldap_committees)",
+    "format": "hash of hashes['projects']...",
+    "maintainer": "/www/roster/public_ldap_projects.rb",
+    "sources": [
+      "/lib/whimsy/asf/ldap.rb"
+    ]
+  },
   "https://whimsy.apache.org/public/public_ldap_services.json": {
     "description": "Membership of LDAP service groups. For example pmc_chairs shows the list of people with PMC chair karma",
     "format": "hash of hashes['services']['board']['roster'][1] = 'brett'",
@@ -78,7 +86,7 @@
     ]
   },
   "https://whimsy.apache.org/public/public_nonldap_groups.json": {
-    "description": "Membership of auth groups not defined in LDAP. For example, Incubator podlings",
+    "description": "Membership of auth groups not defined in LDAP. For example, Incubator podlings. (Podlings are being moved to public_ldap_projects.json, this file is likely to become obsolete)",
     "format": "hash of hashes['groups']['blur']['roster'][0] = 'dblevins'",
     "maintainer": "/www/roster/public_nonldap_groups.rb",
     "sources": [
@@ -109,6 +117,14 @@
       "https://www.apache.org/foundation/marks/pmcs"
     ]
   },
+  "https://whimsy.apache.org/public/pods-scan.json": {
+    "description": "Current status of Incubator podling websites relating to required navigation links",
+    "format": "hash of hashes['airflow']['display_name'] = 'Airflow'",
+    "maintainer": "/tools/site-scan.rb",
+    "sources": [
+      "https://www.apache.org/foundation/marks/pmcs"
+    ]
+  },
   "https://www.apache.org/foundation/marks/pmcs": {
     "description": "Policy for display of Apache PMC websites",
     "maintainer": "vp-brand"

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.