Go to file
[BOT] Renovate 68f01f998c
ci/woodpecker/push/woodpecker Pipeline was successful Details
Configure Renovate (#1)
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>
2022-10-14 17:28:11 +02:00
gradle/wrapper Initial commit 2022-06-15 16:33:27 +02:00
src/main/kotlin/nl/kallestruik/gitlabrepostats Initial commit 2022-06-15 16:33:27 +02:00
.gitignore Initial commit 2022-06-15 16:33:27 +02:00
.woodpecker.yml Switch to woodpecker CI 2022-10-14 17:11:45 +02:00
README.md Initial commit 2022-06-15 16:33:27 +02:00
build.gradle.kts Initial commit 2022-06-15 16:33:27 +02:00
gradle.properties Initial commit 2022-06-15 16:33:27 +02:00
gradlew Initial commit 2022-06-15 16:33:27 +02:00
gradlew.bat Initial commit 2022-06-15 16:33:27 +02:00
renovate.json Configure Renovate (#1) 2022-10-14 17:28:11 +02:00
settings.gradle.kts Initial commit 2022-06-15 16:33:27 +02:00

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.