Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-14 Thread Enrico Olivelli
This is the query I am doing: curl https://api.github.com/repos/apache/pulsar/compare/v2.7.1...v2.7.2 | jq '[.commits[].commit.author.name] | unique' [ "Ali Ahmed", "Andrey Yegorov", "Binbin Guo", "David Kjerrumgaard", "Deon van der Vyver", "Devin Bost", "Enrico Olivelli", "Guangn

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-13 Thread Jia Zhai
+1 On Tue, May 11, 2021 at 4:28 PM Zhiyuan Ju wrote: > +1 That would be great for contributors as well > > Best Regards! > @ Zhiyuan Ju > > > Jinfeng Huang 于2021年5月11日周二 上午10:42写道: > > > Thank you for sharing the instructions here. That's fantastic ~ > > > > Best

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-11 Thread Zhiyuan Ju
+1 That would be great for contributors as well Best Regards! @ Zhiyuan Ju Jinfeng Huang 于2021年5月11日周二 上午10:42写道: > Thank you for sharing the instructions here. That's fantastic ~ > > Best Regards, > Jennifer > > > On Tue, May 11, 2021 at 8:46 AM Anonymitaet _ >

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-10 Thread Jinfeng Huang
Thank you for sharing the instructions here. That's fantastic ~ Best Regards, Jennifer On Tue, May 11, 2021 at 8:46 AM Anonymitaet _ wrote: > As instructed by Rui Fu, we can get the contributor list via the GitHub > API, the general steps are as below. > > 1. Compare two Pulsar releases to get

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-10 Thread Anonymitaet _
As instructed by Rui Fu, we can get the contributor list via the GitHub API, the general steps are as below. 1. Compare two Pulsar releases to get the number of contributors for a release. For example, https://github.com/apache/pulsar/compare/v2.7.1...v2.7.2-candidate-1. 2. Fetch the release c

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-10 Thread PengHui Li
+1 Regards, Penghui On May 11, 2021, 4:29 AM +0800, Sijie Guo , wrote: > +1 > > > About the contributors' list, I'm not sure if we can use GitHub API to > fetch. > > Should be doable from Github API. It might be worth doing some research on > how to do that. > > - Sijie > On Sun, May 9, 2021 at 8:

Re: Idea: Add "List of Contributors" to Pulsar Release Blog

2021-05-10 Thread Sijie Guo
+1 > About the contributors' list, I'm not sure if we can use GitHub API to fetch. Should be doable from Github API. It might be worth doing some research on how to do that. - Sijie On Sun, May 9, 2021 at 8:21 PM Dianjin Wang wrote: > Hi guys, > > I would like to open one discussion thread for