From 034ea05df2f2391e138ea2556457dc2024cebb0d Mon Sep 17 00:00:00 2001 From: JannisHaeffner Date: Wed, 11 Feb 2026 18:02:41 +0100 Subject: [PATCH] doc: write statement of contribution closes #23 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a6f396..41f4dcd 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,6 @@ Jonatan started by creating a small proof-of-concept Springboot application with This together with appropriate unit tests for each feature, and the `How to run` part of the README as well as working together with Arnau to write the `Compilation and Test execution: Implementation and testing`. +### [Jannis Häffner] — GitHub: [@dJannisHaeffner] +Jannis was responsible for the implementation of the RepoSetup class which is needed to create and clone the repo, fetch the newest changes and checkout a specific commit. He implemented, in addition to the corresponding tests for the RepoSetup class, also an integration test for the CIWebhook Controller and the CI Service class. This integration test verifies that in different sitations the expected HTTP status codes are returned. +