From 9d6c7c7d89fa51254df33157ed616d6ab6ccb1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnau=20Pelechano=20Garc=C3=ADa?= Date: Wed, 11 Feb 2026 20:11:26 +0100 Subject: [PATCH] doc: improve title format in statement of contributions (#146) improve title format in statement of contributions for Arnau closes #146 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ecbb7c..f84e1e3 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,6 @@ This together with appropriate unit tests for each feature, and the `How to run` ### [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. -### [Arnau Pelechano García] - GitHub: [@arpega75] +### [Arnau Pelechano García] - GitHub: [@arpega75] Arnau was responsible for implementing the **compilation** feature and integrating it into the CI pipeline. He developed the CompilationService class, which executes `./gradlew build`, captures the exit code and logs, and returns the result indicating whether the build succeeded or failed. He integrated this functionality into the CiService, ensuring that build results are stored in the Status service for commit persistence, in collaboration with Jonatan. He also implemented the CompilationTest with unit tests, wrote the Javadoc for the CompilationService and the `Compilation and Test execution: Implementation and Testing` section of the README together with Jonatan. \ No newline at end of file