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
Dojo_Project_Nguyen
UI
DojoCLI
Commits
a55df5e8
Commit
a55df5e8
authored
11 months ago
by
michael.minelli
Browse files
Options
Downloads
Plain Diff
Merge branch 'v4.0.1'
parents
d99e0364
4c7af320
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+7
-2
7 additions, 2 deletions
CHANGELOG.md
NodeApp/package-lock.json
+2
-2
2 additions, 2 deletions
NodeApp/package-lock.json
NodeApp/package.json
+55
-55
55 additions, 55 deletions
NodeApp/package.json
NodeApp/src/sharedByClients
+1
-1
1 addition, 1 deletion
NodeApp/src/sharedByClients
with
65 additions
and
60 deletions
CHANGELOG.md
+
7
−
2
View file @
a55df5e8
...
...
@@ -18,12 +18,17 @@
-->
## 4.0.0 (???)
## 4.0.1 (2024-05-14)
### 🐛 Bugfix
-
Fix bug on correction update
## 4.0.0 (2024-04-19)
### ✨ Feature
-
Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
-
Add
`dojo upgrade`
command that automatic upgrade the CLI to the latest version (or the latest dev version)
-
Add features related to corrige (commentary, commit specific link / update, delete link)
### 🤏 Minor change
-
Do not add spaces in directory name of repository's clone
...
...
This diff is collapsed.
Click to expand it.
NodeApp/package-lock.json
+
2
−
2
View file @
a55df5e8
{
"name"
:
"dojo_cli"
,
"version"
:
"4.0.
0
"
,
"version"
:
"4.0.
1
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"dojo_cli"
,
"version"
:
"4.0.
0
"
,
"version"
:
"4.0.
1
"
,
"license"
:
"AGPLv3"
,
"dependencies"
:
{
"@dotenvx/dotenvx"
:
"^0.34.0"
,
...
...
This diff is collapsed.
Click to expand it.
NodeApp/package.json
+
55
−
55
View file @
a55df5e8
{
"name"
:
"dojo_cli"
,
"description"
:
"CLI of the Dojo project"
,
"version"
:
"4.0.
0
"
,
"license"
:
"AGPLv3"
,
"author"
:
"Michaël Minelli <dojo@minelli.me>"
,
"main"
:
"dist/app.js"
,
"bin"
:
{
"name"
:
"dojo_cli"
,
"description"
:
"CLI of the Dojo project"
,
"version"
:
"4.0.
1
"
,
"license"
:
"AGPLv3"
,
"author"
:
"Michaël Minelli <dojo@minelli.me>"
,
"main"
:
"dist/app.js"
,
"bin"
:
{
"dojo"
:
"./dist/app.js"
},
"pkg"
:
{
"pkg"
:
{
"scripts"
:
[],
"assets"
:
[
"assets"
:
[
"node_modules/axios/dist/node/axios.cjs"
,
".env"
,
"assets/**/*"
...
...
@@ -24,57 +24,57 @@
"node18-win-x86"
]
},
"scripts"
:
{
"scripts"
:
{
"dotenv:build"
:
"npx dotenvx encrypt"
,
"lint"
:
"npx eslint ."
,
"genversion"
:
"npx genversion -s -e src/config/Version.ts"
,
"build"
:
"npm run genversion; npx tsc"
,
"start:dev"
:
"npm run genversion; npm run lint; tsc --noEmit && npx tsx
dist
/app.
j
s"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"lint"
:
"npx eslint ."
,
"genversion"
:
"npx genversion -s -e src/config/Version.ts"
,
"build"
:
"npm run genversion; npx tsc"
,
"start:dev"
:
"npm run genversion; npm run lint; tsc --noEmit && npx tsx
src
/app.
t
s"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"dependencies"
:
{
"@dotenvx/dotenvx"
:
"^0.34.0"
,
"@eslint/js"
:
"^9.0.0"
,
"@gitbeaker/core"
:
"^40.0.3"
,
"dependencies"
:
{
"@dotenvx/dotenvx"
:
"^0.34.0"
,
"@eslint/js"
:
"^9.0.0"
,
"@gitbeaker/core"
:
"^40.0.3"
,
"@gitbeaker/requester-utils"
:
"^40.0.3"
,
"@gitbeaker/rest"
:
"^40.0.3"
,
"appdata-path"
:
"^1.0.0"
,
"axios"
:
"^1.6.8"
,
"boxen"
:
"^5.1.2"
,
"chalk"
:
"^4.1.2"
,
"commander"
:
"^12.0.0"
,
"form-data"
:
"^4.0.0"
,
"fs-extra"
:
"^11.2.0"
,
"http-status-codes"
:
"^2.3.0"
,
"inquirer"
:
"^8.2.6"
,
"json5"
:
"^2.2.3"
,
"jsonwebtoken"
:
"^8.5.1"
,
"open"
:
"^8.4.2"
,
"ora"
:
"^5.4.1"
,
"semver"
:
"^7.6.0"
,
"tar-stream"
:
"^3.1.7"
,
"winston"
:
"^3.13.0"
,
"winston-transport"
:
"^4.7.0"
,
"yaml"
:
"^2.4.1"
,
"zod"
:
"^3.22.5"
,
"zod-validation-error"
:
"^3.1.0"
"@gitbeaker/rest"
:
"^40.0.3"
,
"appdata-path"
:
"^1.0.0"
,
"axios"
:
"^1.6.8"
,
"boxen"
:
"^5.1.2"
,
"chalk"
:
"^4.1.2"
,
"commander"
:
"^12.0.0"
,
"form-data"
:
"^4.0.0"
,
"fs-extra"
:
"^11.2.0"
,
"http-status-codes"
:
"^2.3.0"
,
"inquirer"
:
"^8.2.6"
,
"json5"
:
"^2.2.3"
,
"jsonwebtoken"
:
"^8.5.1"
,
"open"
:
"^8.4.2"
,
"ora"
:
"^5.4.1"
,
"semver"
:
"^7.6.0"
,
"tar-stream"
:
"^3.1.7"
,
"winston"
:
"^3.13.0"
,
"winston-transport"
:
"^4.7.0"
,
"yaml"
:
"^2.4.1"
,
"zod"
:
"^3.22.5"
,
"zod-validation-error"
:
"^3.1.0"
},
"devDependencies"
:
{
"@types/fs-extra"
:
"^11.0.4"
,
"@types/inquirer"
:
"^8.2.10"
,
"@types/jsonwebtoken"
:
"^8.5.9"
,
"@types/node"
:
"^18.19.31"
,
"@types/semver"
:
"^7.5.8"
,
"@types/tar-stream"
:
"^3.1.3"
,
"@types/fs-extra"
:
"^11.0.4"
,
"@types/inquirer"
:
"^8.2.10"
,
"@types/jsonwebtoken"
:
"^8.5.9"
,
"@types/node"
:
"^18.19.31"
,
"@types/semver"
:
"^7.5.8"
,
"@types/tar-stream"
:
"^3.1.3"
,
"@typescript-eslint/eslint-plugin"
:
"^7.7.0"
,
"@typescript-eslint/parser"
:
"^7.7.0"
,
"dotenv-vault"
:
"^1.26.1"
,
"eslint"
:
"^8.57.0"
,
"genversion"
:
"^3.2.0"
,
"pkg"
:
"^5.8.1"
,
"tiny-typed-emitter"
:
"^2.1.0"
,
"tsx"
:
"^4.7.2"
,
"typescript"
:
"^5.4.5"
,
"typescript-eslint"
:
"^7.7.0"
"@typescript-eslint/parser"
:
"^7.7.0"
,
"dotenv-vault"
:
"^1.26.1"
,
"eslint"
:
"^8.57.0"
,
"genversion"
:
"^3.2.0"
,
"pkg"
:
"^5.8.1"
,
"tiny-typed-emitter"
:
"^2.1.0"
,
"tsx"
:
"^4.7.2"
,
"typescript"
:
"^5.4.5"
,
"typescript-eslint"
:
"^7.7.0"
}
}
This diff is collapsed.
Click to expand it.
sharedByClients
@
4011aa14
Compare
42561140
...
4011aa14
Subproject commit 4
256114048734c2708436cc8505abecdf62fe6df
Subproject commit 4
011aa146ae4b808da599b8eb0cca2d36e82a52c
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