Skip to content
Snippets Groups Projects
Commit 2f94ee04 authored by michael.minelli's avatar michael.minelli
Browse files

CHANGELOG => Update 2.2.0

parent b9ea418f
No related branches found
No related tags found
No related merge requests found
...@@ -14,21 +14,17 @@ ...@@ -14,21 +14,17 @@
**⚠️ Deprecation:** **⚠️ Deprecation:**
--> -->
## 2.2.0 (?) ## 2.2.0 (2023-10-16)
### ✨ Feature ### ✨ Feature
- `results.json` file is now optional (if the teaching staff don't want to provide test details) - `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 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 `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) - 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)
- Pipeline for assignment validation. The pipeline will check if the assignment is valid (if the `dojo_assignment.json` file is valid and if all the required files are present) - Pipeline for assignment validation. The pipeline will check if the assignment is valid (if the `dojo_assignment.json` file is valid and if all the required files are present)
- **CLI**: Assignment run command added (to run the assignment locally) - **CLI**: Assignment run command added (to run the assignment locally)
- **API**: Client version detection (if the client version is too old, the API will return an error) - **API**: 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.
### 🎨 Interface ### 🎨 Interface
- **CLI**: The gitlab token can be passed as secret user input in addition to the command line. - **CLI**: The gitlab token can be passed as secret user input in addition to the command line.
...@@ -75,4 +71,4 @@ ...@@ -75,4 +71,4 @@
## 1.0.1 (2023-08-12) ## 1.0.1 (2023-08-12)
### ✨ Feature ### ✨ Feature
- 🎉 Initial release of the project - 🎉 Initial release of the project
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment