You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/07/23 02:19:59 UTC

incubator-calcite git commit: [CALCITE-810] Add committers' organizations to the web site

Repository: incubator-calcite
Updated Branches:
  refs/heads/master 096d2820b -> da5d5c2df


[CALCITE-810] Add committers' organizations to the web site


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/da5d5c2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/da5d5c2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/da5d5c2d

Branch: refs/heads/master
Commit: da5d5c2dfc3dfc26fb2e6a8f0dc7ed7dfd5dbc51
Parents: 096d282
Author: Julian Hyde <jh...@apache.org>
Authored: Tue Jul 21 20:49:58 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Jul 22 14:36:24 2015 -0700

----------------------------------------------------------------------
 site/_data/contributors.yml | 14 ++++++++++++++
 site/develop/index.md       |  6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/da5d5c2d/site/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 48f8750..5163b10 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -19,59 +19,73 @@
 - name: Alan Gates
   apacheId: gates
   githubId: alanfgates
+  org: Hortonworks
   role: Mentor
 - name: Aman Sinha
   apacheId: amansinha
   githubId: amansinha100
+  org: MapR
   role: Committer
 - name: Ashutosh Chauhan
   apacheId: hashutosh
   githubId: ashutoshc
+  org: Hortonworks
   role: Champion
 - name: Chris Wensel
   apacheId: cwensel
   githubId: cwensel
+  org: Concurrent
   role: PMC
 - name: James R. Taylor
   apacheId: jamestaylor
   githubId: JamesRTaylor
+  org: Salesforce
   role: PMC
 - name: Jacques Nadeau
   apacheId: jacques
   githubId: jacques-n
+  org: Dremio
   role: PMC
 - name: Jesús Camacho Rodríguez
   apacheId: jcamacho
   githubId: jcamachor
+  org: Hortonworks
   role: Committer
 - name: Jinfeng Ni
   apacheId: jni
   githubId: jinfengni
+  org: MapR
   role: Committer
 - name: John Pullokkaran
   apacheId: jpullokk
   githubId: jpullokkaran
+  org: Hortonworks
   role: Committer
 - name: Julian Hyde
   apacheId: jhyde
   githubId: julianhyde
+  org: Hortonworks
   role: PMC
   homepage: http://people.apache.org/~jhyde
 - name: Nick Dimiduk
   apacheId: ndimiduk
   githubId: ndimiduk
+  org: Hortonworks
   role: Committer
 - name: Steven Noels
   apacheId: stevenn
   githubId: stevenn
+  org: NGData
   role: Mentor
 - name: Ted Dunning
   apacheId: tdunning
   githubId: tdunning
+  org: MapR
   role: Mentor
   avatar: https://www.mapr.com/sites/default/files/otherpageimages/ted-circle-80.png
 - name: Vladimir Sitnikov
   apacheId: vladimirsitnikov
   githubId: vlsi
+  org: NetCracker
   role: PMC
 # End contributors.yml

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/da5d5c2d/site/develop/index.md
----------------------------------------------------------------------
diff --git a/site/develop/index.md b/site/develop/index.md
index 5082ce0..84af4a8 100644
--- a/site/develop/index.md
+++ b/site/develop/index.md
@@ -25,9 +25,9 @@ Want to help add a feature or fix a bug?
 
 ## Project Members
 
-Name | Apache Id | Github | Role
-:--- | :-------- | :----- | :---
-{% for c in site.data.contributors %}  {{ c.name }} | <a href="http://people.apache.org/committer-index#{{ c.apacheId }}">{{ c.apacheId }}</a> | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.role }}
+Name | Apache Id | Github | Organization | Role
+:--- | :-------- | :----- | :---         | :---
+{% for c in site.data.contributors %}  {{ c.name }} | <a href="http://people.apache.org/committer-index#{{ c.apacheId }}">{{ c.apacheId }}</a> | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
 {% endfor %}
 
 ## Mailing Lists