This is an automated email from the ASF dual-hosted git repository. cfnatali pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 160db57ab9607ff5cf3e1cc71c951581bc575ffc Author: Dave Lester <[email protected]> AuthorDate: Fri Apr 29 22:24:30 2022 -0700 Removes dynamic chart embed from 2016 blog post and replaces with static images. --- .../assets/img/blog/2016-developer-community-1.png | Bin 0 -> 51932 bytes .../assets/img/blog/2016-developer-community-2.png | Bin 0 -> 61137 bytes .../assets/img/blog/2016-developer-community-3.png | Bin 0 -> 72736 bytes .../assets/img/blog/2016-developer-community-4.png | Bin 0 -> 49784 bytes site/source/blog/2016-07-21-dev-community-status.md | 10 +++++----- site/source/layouts/dev-community.erb | 4 ---- 6 files changed, 5 insertions(+), 9 deletions(-) diff --git a/site/source/assets/img/blog/2016-developer-community-1.png b/site/source/assets/img/blog/2016-developer-community-1.png new file mode 100644 index 000000000..03a94d41d Binary files /dev/null and b/site/source/assets/img/blog/2016-developer-community-1.png differ diff --git a/site/source/assets/img/blog/2016-developer-community-2.png b/site/source/assets/img/blog/2016-developer-community-2.png new file mode 100644 index 000000000..75d4fcdb6 Binary files /dev/null and b/site/source/assets/img/blog/2016-developer-community-2.png differ diff --git a/site/source/assets/img/blog/2016-developer-community-3.png b/site/source/assets/img/blog/2016-developer-community-3.png new file mode 100644 index 000000000..d0418b2a6 Binary files /dev/null and b/site/source/assets/img/blog/2016-developer-community-3.png differ diff --git a/site/source/assets/img/blog/2016-developer-community-4.png b/site/source/assets/img/blog/2016-developer-community-4.png new file mode 100644 index 000000000..c21c95a38 Binary files /dev/null and b/site/source/assets/img/blog/2016-developer-community-4.png differ diff --git a/site/source/blog/2016-07-21-dev-community-status.md b/site/source/blog/2016-07-21-dev-community-status.md index 8a8b0e350..3acae40d0 100644 --- a/site/source/blog/2016-07-21-dev-community-status.md +++ b/site/source/blog/2016-07-21-dev-community-status.md @@ -1,5 +1,5 @@ --- -layout: dev-community +layout: post title: "Mesos Developer Community Status Report" permalink: /blog/dev-community-status/ published: true @@ -34,7 +34,7 @@ We mined the data for this post from Mesos [git log](https://git1-us-west.apache [contributors.yaml](https://git1-us-west.apache.org/repos/asf?p=mesos.git;a=blob;f=docs/contributors.yaml;h=e17fed49ea358837eb33827dc3aceea9cd69c1b3;hb=9c8bfa9b1bfe52fa6b44aaf883333311bdde5519) file for mapping contributors to organizations. ### Community Growth and Diversity -<div id="number_of_contributors_and_committers_per_release"></div> +<%= image_tag '2016-developer-community-1.png' %> The number of unique contributors has been increasing steadily over time. As of this writing, the number of contributors for the most recent release is greater @@ -51,7 +51,7 @@ This is a great milestone for all of our individual contributors out there! We greatly appreciate your contribution to the project and we're looking forward to seeing even more commits from individual contributors in the future. -<div id="commit_breakdown_by_organizations_and_releases"></div> +<%= image_tag '2016-developer-community-2.png' %> In terms of numbers of commits from an organization, Mesosphere has the highest number after contributing 62.8% of the commits. It is followed by 'Other' (which is a default organization @@ -63,7 +63,7 @@ than previous releases, and that is why there is a significant spike in the numb commits for 1.0-rc2. Here is how the same graph looks like once we change the breakdown from releases to months. -<div id="commit_breakdown_by_organizations_and_months"></div> +<%= image_tag '2016-developer-community-3.png' %> It presents a fuller picture where the upward trend is still there, but one can also notice that the smooth growth trend has been there for a while. @@ -74,7 +74,7 @@ the number of commits authored by non-committers vastly outnumbers the ones orig from committers. This shows that the active committers spend a lot of time shepherding and landing patches from contributors. -<div id="commit_breakdown_by_contributors_and_committers"></div> +<%= image_tag '2016-developer-community-4.png' %> Going forward we are going to introduce a page on our website where we will continuously publish up-to-date statistics around the developer community. We are also going to double diff --git a/site/source/layouts/dev-community.erb b/site/source/layouts/dev-community.erb index 950d6433d..7551ec707 100644 --- a/site/source/layouts/dev-community.erb +++ b/site/source/layouts/dev-community.erb @@ -1,7 +1,3 @@ -<% content_for :javascript do %> - <%= javascript_include_tag '//www.gstatic.com/charts/loader.js' %> - <%= javascript_include_tag 'dev-community.js' %> -<% end %> <% wrap_layout :post do %> <%= yield %> <% end %>
