This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new c3c261b6222 Update Pulsar PMC members and committers (#387)
c3c261b6222 is described below
commit c3c261b6222c1e27ac6598f831703a12c186f164
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Jan 20 14:51:19 2023 +0200
Update Pulsar PMC members and committers (#387)
Process to update data/team.js file:
1. Logged in to https://whimsy.apache.org/roster/committee/pulsar with
browser
2. Appended ".json" to URL so that browser goes to
https://whimsy.apache.org/roster/committee/pulsar.json
3. Clicked "Save as..." and stored the JSON as ~/Downloads/pulsar.json
4. Ran this command in a bash shell:
{ echo -n "module.exports = " && cat ~/Downloads/pulsar.json | jq '{"pmc":
[.roster| to_entries | sort_by(.key) | .[] |
select(.value.role|startswith("PMC")) | {"name":.value.name, "apacheId":
.key}], "committers": [.roster| to_entries | sort_by(.key) | .[] |
select(.value.role=="Committer") | {"name":.value.name, "apacheId": .key}]}' }
| perl -pe 's/$/;\n/ if eof' > data/team.js
---
data/team.js | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/data/team.js b/data/team.js
index 0eaccb3c00d..2bb44da80c8 100644
--- a/data/team.js
+++ b/data/team.js
@@ -4,6 +4,10 @@ module.exports = {
"name": "Sahaya Andrews",
"apacheId": "andrews"
},
+ {
+ "name": "Bo Cong",
+ "apacheId": "bogong"
+ },
{
"name": "Brad McMillen",
"apacheId": "bradtm"
@@ -80,6 +84,10 @@ module.exports = {
"name": "Matteo Merli",
"apacheId": "mmerli"
},
+ {
+ "name": "Nicolò Boschi",
+ "apacheId": "nicoloboschi"
+ },
{
"name": "Nozomi Kurihara",
"apacheId": "nkurihar"
@@ -124,6 +132,10 @@ module.exports = {
"name": "David Fisher",
"apacheId": "wave"
},
+ {
+ "name": "Yunze Xu",
+ "apacheId": "xyz"
+ },
{
"name": "Yuki Shiga",
"apacheId": "yushiga"
@@ -151,12 +163,12 @@ module.exports = {
"apacheId": "ayegorov"
},
{
- "name": "Daniel Blankensteiner",
- "apacheId": "blankensteiner"
+ "name": "Baodi Shi",
+ "apacheId": "baodi"
},
{
- "name": "Bo Cong",
- "apacheId": "bogong"
+ "name": "Daniel Blankensteiner",
+ "apacheId": "blankensteiner"
},
{
"name": "Christophe Bornet",
@@ -210,10 +222,6 @@ module.exports = {
"name": "Qiang Zhao",
"apacheId": "mattisonchao"
},
- {
- "name": "Nicolò Boschi",
- "apacheId": "nicoloboschi"
- },
{
"name": "Neng Lu",
"apacheId": "nlu90"
@@ -254,10 +262,6 @@ module.exports = {
"name": "Marvin Cai",
"apacheId": "xxc"
},
- {
- "name": "Yunze Xu",
- "apacheId": "xyz"
- },
{
"name": "Yijie Shen",
"apacheId": "yjshen"