You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/15 18:07:25 UTC

[GitHub] [pulsar-site] lhotari opened a new pull request, #339: Update Pulsar PMC members and committers to website

lhotari opened a new pull request, #339:
URL: https://github.com/apache/pulsar-site/pull/339

   Synchronize team.js with https://whimsy.apache.org/roster/committee/pulsar.json . Downloading requires authentication with Apache ID and that's why it doesn't make sense to automate it further atm. 
   
   This is how I generated team.js:
   
   1. stored https://whimsy.apache.org/roster/committee/pulsar.json to ~/Downloads
   
   2. ran this command to convert pulsar.json to team.js:
   
   ```bash
   { 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' > team.js
   ```
   
   In addition, I made changes to show both PMC member and committers on https://pulsar.apache.org/community/#section-community and https://pulsar.apache.org/team/ pages.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] lhotari commented on pull request #339: Update Pulsar PMC members and committers to website

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #339:
URL: https://github.com/apache/pulsar-site/pull/339#issuecomment-1353506914

   Preview of community page changes: 
   ![image](https://user-images.githubusercontent.com/66864/207935334-820e67de-15c6-437d-8683-ec59274e094e.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] lhotari merged pull request #339: Update Pulsar PMC members and committers to website

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #339:
URL: https://github.com/apache/pulsar-site/pull/339


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] lhotari commented on a diff in pull request #339: Update Pulsar PMC members and committers to website

Posted by GitBox <gi...@apache.org>.
lhotari commented on code in PR #339:
URL: https://github.com/apache/pulsar-site/pull/339#discussion_r1050026858


##########
site2/website-next/src/pages/community.js:
##########
@@ -521,7 +521,7 @@ export default function Community(props) {
         <section id="community" className="py-12 scrollable">
           <div className="inner">
             <h2 className="text--center">Meet the Community</h2>
-            <p>Pulsar community consists of PMC members and committers. </p>
+            <p>Pulsar community consists of PMC members, committers and contributors. </p>

Review Comment:
   That's true. The "Meet the community" page isn't aligned. I'd suggest to create a separate issue to deal with the content on the community page.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-site] michaeljmarshall commented on a diff in pull request #339: Update Pulsar PMC members and committers to website

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on code in PR #339:
URL: https://github.com/apache/pulsar-site/pull/339#discussion_r1050008619


##########
site2/website-next/src/pages/community.js:
##########
@@ -521,7 +521,7 @@ export default function Community(props) {
         <section id="community" className="py-12 scrollable">
           <div className="inner">
             <h2 className="text--center">Meet the Community</h2>
-            <p>Pulsar community consists of PMC members and committers. </p>
+            <p>Pulsar community consists of PMC members, committers and contributors. </p>

Review Comment:
   Given the roles section of the Apache website, https://www.apache.org/foundation/how-it-works.html#roles, does it make sense to say "Pulsar Development Community" here? My main point is that users are part of the community.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org