Re: Fwd: [Community] try to add an community growth graph to the website

2021-05-20 Thread Shuyang Wu
Hi Mark, Thanks for the guidance! The problem is, I could not get the accurate commit date of each commit in the changelog, especially for those that not bind with bugzilla. If I take it right, the changelog would be the same or a subset of svn log, so I'm not sure if there is anything new I

Re: Fwd: [Community] try to add an community growth graph to the website

2021-05-20 Thread Mark Thomas
On 19/05/2021 22:13, Shuyang Wu wrote: # michaelo, 2018-08-21 04:16:42 -0400 EDT woonsan, 2019-01-08 00:01:45 -0500 EST I'm not familiar with svn at all :( so I'm not sure if I did it correctly. Also, I failed to understand how to search with "provided by ()". I'll appreciate it if you could

Fwd: [Community] try to add an community growth graph to the website

2021-05-19 Thread Shuyang Wu
Hi Mark, I try to get contributors from svn side with `svn log --quiet -v http://svn.apache.org/repos/asf/tomcat | grep "^r"` and get 100 contributors in total. After removing duplicates with git, right now we have 95 contributors till 2012 and ~150 till now (compared to 20/90 and 10/60 before).

Re: [Community] try to add an community growth graph to the website

2021-05-19 Thread Wo Soyoung
Hi Mark, I try to get contributors from svn side with `svn log --quiet -v http://svn.apache.org/repos/asf/tomcat | grep "^r"` and get 100 contributors in total. After removing duplicates with git, right now we have 95 contributors till 2012 and ~150 till now (compared to 20/90 and 10/60 before).

Re: [Community] try to add an community growth graph to the website

2021-05-17 Thread Mark Thomas
On 17/05/2021 03:55, Shuyang Wu wrote: Hi Mark, I've updated the "anonymous" contributors, and currently there are around 20 contributors in early 2012, and 90 for now (compared to 10/~60 separately before). Would those data be more reasonable? I am afraid these figures are still very

Re: [Community] try to add an community growth graph to the website

2021-05-16 Thread Shuyang Wu
Hi Mark, I've updated the "anonymous" contributors, and currently there are around 20 contributors in early 2012, and 90 for now (compared to 10/~60 separately before). Would those data be more reasonable? Best, Shuyang Shuyang Wu 于2021年5月11日周二 下午11:37写道: > Hi Christopher, > > Thanks for the

Re: [Community] try to add an community growth graph to the website

2021-05-11 Thread Shuyang Wu
Hi Christopher, Thanks for the idea! The mailing list is also a significant part of our community and I think we also need graphs about that. Since Kibble is somewhat not so handy for me right now, I'll try to fetch pony mail API and create graphs about it later. Best, Shuyang Wo Soyoung

Re: [Community] try to add an community growth graph to the website

2021-05-11 Thread Wo Soyoung
Hi Mark, For the svn->git conversion problem, a good method I found is that use Github API to filter out the "anonymous contributors" who are commit authors but the commit email is not bound to a certain GitHub account. Do you mind to tell if these data are helpful to the problem, then I could

Re: [Community] try to add an community growth graph to the website

2021-05-10 Thread Mark Thomas
On 10/05/2021 21:47, Christopher Schultz wrote: Shuyang, On 5/10/21 13:21, Shuyang Wu wrote: Thanks for the information! I'll try to see if we could make some improvements on the compatibility with svn I understand you are more focused on commits than anything else, here, but the community

Re: [Community] try to add an community growth graph to the website

2021-05-10 Thread Christopher Schultz
Shuyang, On 5/10/21 13:21, Shuyang Wu wrote: Thanks for the information! I'll try to see if we could make some improvements on the compatibility with svn I understand you are more focused on commits than anything else, here, but the community is really more defined by the mailing list(s)

Re: [Community] try to add an community growth graph to the website

2021-05-10 Thread Shuyang Wu
Hi Mark, Thanks for the information! I'll try to see if we could make some improvements on the compatibility with svn Best, Shuyang Mark Thomas 于2021年5月10日周一 下午1:10写道: > On 09/05/2021 21:35, Shuyang Wu wrote: > > > > > Don't hesitate to tell us if there is a better place to present this >

Re: [Community] try to add an community growth graph to the website

2021-05-10 Thread Mark Thomas
On 09/05/2021 21:35, Shuyang Wu wrote: Don't hesitate to tell us if there is a better place to present this graph other than README, or there are some other worries or other features you would like to have~ I'm all for encouraging community growth but I think this graph gives a rather

[Community] try to add an community growth graph to the website

2021-05-09 Thread Shuyang Wu
Hi community! We're the maintainers of Apache APISIX. To better present how our community grows, we develop a tool to show contributors growing history on https://github.com/api7/contributor-graph. Since we found it helpful, we think maybe if it could help some other community. **WHAT IT IS**