[BOT] Renovate
68f01f998c
ci/woodpecker/push/woodpecker Pipeline was successful
Details
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `gradle.properties` (gradle) * `settings.gradle.kts` (gradle) * `build.gradle.kts` (gradle) * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) ### What to Expect With your current configuration, Renovate will create 6 Pull Requests: <details> <summary>Update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlinx-kotlinx-cli-0.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlinx:kotlinx-cli](https://github.com/Kotlin/kotlinx-cli) to `0.3.5` </details> <details> <summary>Update plugin org.jetbrains.kotlin.jvm to v1.7.20</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.jvm-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) to `1.7.20` </details> <details> <summary>Update plugin org.jetbrains.kotlin.plugin.serialization to v1.7.20</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlin.plugin.serialization-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) to `1.7.20` </details> <details> <summary>Update dependency gradle to v7.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-7.x` - Merge into: `master` - Upgrade [gradle](https://github.com/gradle/gradle) to `7.5.1` </details> <details> <summary>Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x` - Merge into: `master` - Upgrade [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) to `1.4.0` </details> <details> <summary>Update ktorVersion to v2.1.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/ktorversion` - Merge into: `master` - Upgrade [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) to `2.1.2` - Upgrade [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) to `2.1.2` </details> --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: [BOT] Renovate <renovate@kallestruik.nl> Reviewed-on: #1 Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl> Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl> |
||
---|---|---|
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
.