mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-09 07:25:57 -05:00
[PR #948] [MERGED] feat(community): add contributor over time graph to README #966
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-1📝 Commits (1)
17d07fffeat(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
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.