Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tom.andrivet
DojoCLI
Commits
8a6de8af
Commit
8a6de8af
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for v3.3.0
parent
a33ded68
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+16
-1
16 additions, 1 deletion
CHANGELOG.md
NodeApp/package-lock.json
+342
-213
342 additions, 213 deletions
NodeApp/package-lock.json
NodeApp/package.json
+1
-1
1 addition, 1 deletion
NodeApp/package.json
with
359 additions
and
215 deletions
CHANGELOG.md
+
16
−
1
View file @
8a6de8af
...
...
@@ -17,7 +17,22 @@
-
No modifications / Keep major and minors versions in sync with all parts of the project
-->
## 3.2.0 (???)
## 3.3.0 (???)
### ✨ Feature
-
Add a run command on assignment (to run the assignment as an exercise)
-
Show an information message when a new version of the CLI is available (and not required)
-
Add a new optional field on
`results.json`
file to provide some flexible informations display for the teaching staff
### 🎨 Interface
-
Add a new level of verbose for exercise / assignment run command
### 🐛 Bugfix
-
Fix an error when providing template for assignment creation
## 3.2.0 (2023-12-19)
### ✨ Feature
-
**AssignmentCheck**
: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
...
...
This diff is collapsed.
Click to expand it.
NodeApp/package-lock.json
+
342
−
213
View file @
8a6de8af
This diff is collapsed.
Click to expand it.
NodeApp/package.json
+
1
−
1
View file @
8a6de8af
{
"name"
:
"dojo_cli"
,
"description"
:
"CLI of the Dojo project"
,
"version"
:
"3.
2
.0"
,
"version"
:
"3.
3
.0"
,
"license"
:
"AGPLv3"
,
"author"
:
"Michaël Minelli <dojo@minelli.me>"
,
"main"
:
"dist/app.js"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment