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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Commits
c26a46b0
Commit
c26a46b0
authored
2 years ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
DojoResponse => Move to shared
parent
29dd3ce1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
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
NodeApp/src/types/DojoResponse.ts
+0
-10
0 additions, 10 deletions
NodeApp/src/types/DojoResponse.ts
with
2 additions
and
12 deletions
NodeApp/src/managers/DojoBackendManager.ts
+
1
−
1
View file @
c26a46b0
...
@@ -5,8 +5,8 @@ import ApiRoutes from '../types/ApiRoutes';
...
@@ -5,8 +5,8 @@ import ApiRoutes from '../types/ApiRoutes';
import
{
StatusCodes
}
from
'
http-status-codes
'
;
import
{
StatusCodes
}
from
'
http-status-codes
'
;
import
Enonce
from
'
../types/Enonce
'
;
import
Enonce
from
'
../types/Enonce
'
;
import
GitlabUser
from
'
../shared/types/Gitlab/GitlabUser
'
;
import
GitlabUser
from
'
../shared/types/Gitlab/GitlabUser
'
;
import
DojoResponse
from
'
../types/DojoResponse
'
;
import
Exercice
from
'
../types/Exercice
'
;
import
Exercice
from
'
../types/Exercice
'
;
import
DojoResponse
from
'
../shared/types/DojoResponse
'
;
class
DojoBackendManager
{
class
DojoBackendManager
{
...
...
This diff is collapsed.
Click to expand it.
shared
@
352adb78
Compare
da42b3d4
...
352adb78
Subproject commit
da42b3d49b9b624c2b4c26ba15b6459109696a41
Subproject commit
352adb78aadf1ed9ad05860803ef6ff592aea9d6
This diff is collapsed.
Click to expand it.
NodeApp/src/types/DojoResponse.ts
deleted
100644 → 0
+
0
−
10
View file @
29dd3ce1
interface
DojoResponse
<
T
>
{
timestamp
:
string
;
code
:
number
;
description
:
string
;
sessionToken
:
string
;
data
:
T
;
}
export
default
DojoResponse
;
\ No newline at end of file
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