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
57de6ca9
Commit
57de6ca9
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Update shared
parent
77278dd2
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/config/Config.ts
+0
-8
0 additions, 8 deletions
NodeApp/src/config/Config.ts
NodeApp/src/shared
+1
-1
1 addition, 1 deletion
NodeApp/src/shared
NodeApp/src/sharedByClients
+1
-1
1 addition, 1 deletion
NodeApp/src/sharedByClients
with
2 additions
and
10 deletions
NodeApp/src/config/Config.ts
+
0
−
8
View file @
57de6ca9
...
@@ -14,10 +14,6 @@ class Config {
...
@@ -14,10 +14,6 @@ class Config {
defaultLocalExercise
:
string
defaultLocalExercise
:
string
};
};
public
assignment
:
{
filename
:
string
};
public
readonly
exercise
:
{
public
readonly
exercise
:
{
neededFiles
:
Array
<
string
>
neededFiles
:
Array
<
string
>
};
};
...
@@ -36,10 +32,6 @@ class Config {
...
@@ -36,10 +32,6 @@ class Config {
defaultLocalExercise
:
process
.
env
.
LOCAL_EXERCISE_DEFAULT_FOLDER
||
'
./
'
defaultLocalExercise
:
process
.
env
.
LOCAL_EXERCISE_DEFAULT_FOLDER
||
'
./
'
};
};
this
.
assignment
=
{
filename
:
process
.
env
.
ASSIGNMENT_FILENAME
||
''
};
this
.
exercise
=
{
this
.
exercise
=
{
neededFiles
:
JSON
.
parse
(
process
.
env
.
EXERCISE_NEEDED_FILES
||
'
[]
'
)
neededFiles
:
JSON
.
parse
(
process
.
env
.
EXERCISE_NEEDED_FILES
||
'
[]
'
)
};
};
...
...
This diff is collapsed.
Click to expand it.
shared
@
bf9d1563
Compare
84243677
...
bf9d1563
Subproject commit
8424367748a6fc47f8da10b85e7663f3f7d07620
Subproject commit
bf9d1563115f0c0db0863beed88bdb2ef87c5285
This diff is collapsed.
Click to expand it.
sharedByClients
@
7c9d9b44
Compare
97ba763f
...
7c9d9b44
Subproject commit
97ba763f9517880ecfa6245c172a0e330ebdd11a
Subproject commit
7c9d9b4403992ce31b400f9a1084774fc8e7bb3d
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