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
External 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Commits
b2ed1f2e
Commit
b2ed1f2e
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
DojoResponse => Move file
parent
88d10ca5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#25594
passed
1 year ago
Stage: Build_stage
Stage: Sign_stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NodeApp/.idea/vcs.xml
+1
-0
1 addition, 0 deletions
NodeApp/.idea/vcs.xml
NodeApp/src/managers/DojoBackendManager.ts
+1
-1
1 addition, 1 deletion
NodeApp/src/managers/DojoBackendManager.ts
NodeApp/src/shared
+1
-1
1 addition, 1 deletion
NodeApp/src/shared
with
3 additions
and
2 deletions
NodeApp/.idea/vcs.xml
+
1
−
0
View file @
b2ed1f2e
...
...
@@ -3,5 +3,6 @@
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$/src/shared"
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$/src/sharedByClients"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
NodeApp/src/managers/DojoBackendManager.ts
+
1
−
1
View file @
b2ed1f2e
...
...
@@ -5,7 +5,7 @@ import { StatusCodes } from 'http-status-codes';
import
Enonce
from
'
../sharedByClients/models/Enonce
'
;
import
GitlabUser
from
'
../shared/types/Gitlab/GitlabUser
'
;
import
Exercice
from
'
../sharedByClients/models/Exercice
'
;
import
DojoResponse
from
'
../shared/types/DojoResponse
'
;
import
DojoResponse
from
'
../shared/types/
Dojo/
DojoResponse
'
;
import
ClientsSharedConfig
from
'
../sharedByClients/config/ClientsSharedConfig
'
;
...
...
This diff is collapsed.
Click to expand it.
shared
@
0f1b3016
Compare
585e7e28
...
0f1b3016
Subproject commit
585e7e28789fa2cf195cb834858255f6b6983e11
Subproject commit
0f1b30162eb41d3c0b921ad1d1b980065300ea8e
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