[BOT] Renovate
3aa300ae7d
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
gradle/wrapper | ||
src/main/kotlin/nl/kallestruik/gitlabrepostats | ||
.gitignore | ||
.woodpecker.yml | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
renovate.json | ||
settings.gradle.kts |
README.md
Gitlab Repo Stats
Tool for analysing gitlab repo statistics.
Building
Prebuilt binaries available in the releases tab or you can build your own with:
git clone https://git.kallestruik.nl/kalle/GitlabRepoStats.git
cd GitlabRepoStats
./gradlew build
# Jar is now available at build/libs/GitlabRepoStats-1.0.jar
Running
java -jar path/to/GitlabRepoStats.jar -u "https://url.of.gitlab.instance/" -t "PERSONAL_ACCESS_TOKEN" -p "project id" # options to enable statistics
Available statistics
--pipeline-stats: Gather information about the pipelines that have been ran on this project.
--issue-stats: Gather information related to issues of this project. A CSV file for graphing time spent over time is output to PWD/issue-stats_time-tracking.csv
.