[PR #948] [MERGED] feat(community): add contributor over time graph to README #966

Closed
opened 2025-11-06 12:11:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/948
Author: @Yiyiyimu
Created: 5/25/2021
Status: Merged
Merged: 5/26/2021
Merged by: @veggiemonk

Base: masterHead: patch-1


📝 Commits (1)

  • 17d07ff feat(community): add contributor over time graph to README

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 README.md (+4 -0)

📄 Description

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 other communities. It has also already been deployed in Skywalking, DolphinScheduler, Openwhisk, Pingcap-doc and some other OSS repos.

WHAT IT IS

image

Basically, it just shows the contributors growth over time. All of the procedures are running on GCP, and it would automatically update the graph each day, so the link would always present the real-time data, just like starcc. There is some other stuff to play around with if you would like to give it a try~

HOW IT WORKS

We use Github API to get all commits, try to find the “Github way” to filter commits so the result data would be similar to Github, and then get the first commit time of each contributor.

Don't hesitate to tell us if there is a better place to present this graph other than this, or there are some other worries or other features you would like to have~🍻


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/948 **Author:** [@Yiyiyimu](https://github.com/Yiyiyimu) **Created:** 5/25/2021 **Status:** ✅ Merged **Merged:** 5/26/2021 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`17d07ff`](https://github.com/veggiemonk/awesome-docker/commit/17d07fff65830a8496494907cb89093c0a17e1b8) feat(community): add contributor over time graph to README ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) </details> ### 📄 Description Hi community! We're the maintainers of [Apache APISIX](https://github.com/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 other communities. It has also already been deployed in [Skywalking](https://skywalking.apache.org/team/#contributor-over-time), [DolphinScheduler](https://github.com/apache/dolphinscheduler#contributor-over-time), [Openwhisk](https://openwhisk.apache.org/community.html), [Pingcap-doc](https://github.com/pingcap/docs-dm) and some other OSS repos. ### WHAT IT IS ![image](https://user-images.githubusercontent.com/34589752/119575525-30aee380-bd85-11eb-8835-4a8cb3193400.png) Basically, it just shows the contributors growth over time. All of the procedures are running on GCP, and it would automatically update the graph each day, so the link would always present the real-time data, just like starcc. There is some other stuff to [play around](https://www.apiseven.com/en/contributor-graph) with if you would like to give it a try~ ### HOW IT WORKS We use Github API to get all commits, try to find the “Github way” to filter commits so the result data would be similar to Github, and then get the first commit time of each contributor. Don't hesitate to tell us if there is a better place to present this graph other than this, or there are some other worries or other features you would like to have~🍻 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:11:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#966