gitlab-commit-counter
Count commits for gitlab project
154
It's a small Docker image to count commits for a Gitlab repository. There is an API endpoint to do that :
https://gitlab.com/api/v4/projects/<ID>/repository/commits
docker pull hatamiarash7/gitlab-commit-counter
Settings > GeneralUser Settings > Access Tokensdocker run --rm -e "PROJECT_ID=13960749" -e "ACCESS_TOKEN=erplmkbnoihsdFgfalsdk" -e "BRANCH=master" hatamiarash7/gitlab-commit-counter
Don't be shy and reach out to us if you want to contribute 😉
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureEach project may have many problems. Contributing to the better development of this project by reporting them. 👍
Content type
Image
Digest
sha256:b0d3c706c…
Size
24.4 MB
Last updated
almost 2 years ago
Requires Docker Desktop 4.37.1 or later.