From 0dcbc23deecae872e02ee80da4b6a5fe039f3d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Mon, 16 Oct 2023 14:06:59 +0200 Subject: [PATCH] Documentation => Update --- CHANGELOG.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1262b2a..3d35242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,20 +14,15 @@ **⚠️ Deprecation:** --> -## 2.2.0 (?) +## 2.2.0 (2023-10-16) ### ✨ Feature - `results.json` file is now optional (if the teaching staff don't want to provide test details) - - If the file is not present or the `success` field is not present: - - The exercise will be considered as valid if the container exit code is 0 - - The `results.json` file will be construct / completed with the container exit code - - If the file is present, the exercise will be considered as valid + - The exercise will be considered as valid if the container exit code is 0 + - The `results.json` file will be construct / completed with the container exit code - The `volume` argument of `dojo_assignment.json` is now optional (if the teaching staff don't want to provide `results.json` file or other files) - Client version detection (if the client version is too old, the API will return an error) -### 🤏 Minor change -- Immutable files are added to the gitignore file of newly created exercises. - ### 🔨 Internal / Developers - Enhancement in pipelines by splitting them into several files -- GitLab