This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new b423b3f Polished b423b3f is described below commit b423b3fffd5375df2b518f2e2760690941bc6441 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Dec 31 12:38:10 2019 +0100 Polished --- content/blog/2019-Numbers/index.md | 57 +++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/content/blog/2019-Numbers/index.md b/content/blog/2019-Numbers/index.md index 59d4fe1..68df667 100644 --- a/content/blog/2019-Numbers/index.md +++ b/content/blog/2019-Numbers/index.md @@ -26,26 +26,43 @@ Making Apache Camel a trilogy. But it does not stop there; in early 2020 three w ## Camel 2019 in Numbers -Number of Camel releases in 2019: 21 -Number of Camel K and Camel Quarkus releases in 2019: 15 - -Number of posts on Camel user forum in 2019: 1305 -Number of gitter chat users at end of 2019: 691 -Number of commits in 2019: 6734 (git shortlog -ns --since 2019-01-01 --until 2020-01-01 | cut -c1-7 | awk '{ SUM += $1} END { print SUM }') - -Total number of JIRA tickets created at end of 2019: 14340 -Number of JIRA tickets created in 2019: 1306 -Number of JIRA tickets resolved in 2019: 1379 - -Stackoverflow number of questions at end of 2019: 9311 -Stackoverflow number of watchers at end of 2019: 2.1k - -Number of stars on github at end of 2019: 3031 -Total number of commits at end of 2019: 41164 -Total number of contributors on github at end of 2019: 555 -Number of closed pull requests at end of 2019: 3434 -Number of closed pull requests in 2019: 482 (is:pr is:closed merged:>=2019-01-01) -Number of committers doing commits in 2019: 218 (git shortlog --since 2019-01-01 --until 2020-01-01 -ns | wc -l). +Number of Camel releases in 2019: **21** + +Number of Camel K and Camel Quarkus releases in 2019: **15** + +Number of posts on Camel user forum in 2019: **1305** + +Number of gitter chat users at end of 2019: **691** + +Number of commits in 2019: **6734** +``` +git shortlog -ns --since 2019-01-01 --until 2020-01-01 | cut -c1-7 | awk '{ SUM += $1} END { print SUM }' +``` + +Total number of JIRA tickets created at end of 2019: **14340** + +Number of JIRA tickets created in 2019: **1306** + +Number of JIRA tickets resolved in 2019: **1379** + +Stackoverflow number of questions at end of 2019: **9311** + +Stackoverflow number of watchers at end of 2019: **2.1k** + +Number of stars on github at end of 2019: **3031** + +Total number of commits at end of 2019: **41164** + +Total number of contributors on github at end of 2019: **555** + +Number of closed pull requests at end of 2019: **3434** + +Number of closed pull requests in 2019: **482** + +Number of committers doing commits in 2019: **218** +``` +git shortlog --since 2019-01-01 --until 2020-01-01 -ns | wc -l +``` The Apache Software Foundation recently posted a summary of the most active projects in 2019 and Apache Camel was ranked in the top 5 by commits and github traffic.