Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeClientSharedCode
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
Shared
NodeClientSharedCode
Compare revisions
9a2ffc844296b1cd84f0a6b50c84918a709c107f to 8872f91f280e60287c4dba46de58f3f412e0a462
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/shared/nodeclientsharedcode
Select target project
No results found
8872f91f280e60287c4dba46de58f3f412e0a462
Select Git revision
Branches
ask-user-to-delete-exercises-on-duplicates
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
v6.0
Tags
v4.1
v4.2
10 results
Swap
Target
dojo_project/projects/shared/nodeclientsharedcode
Select target project
dojo_project/projects/shared/nodeclientsharedcode
1 result
9a2ffc844296b1cd84f0a6b50c84918a709c107f
Select Git revision
Branches
ask-user-to-delete-exercises-on-duplicates
jw_sonar
jw_sonar_backup
main
move-to-esm-only
open_tool_for_self_hosting
v5.0
v6.0
Tags
v4.1
v4.2
10 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
ExerciceResultsValidation => Update VALIDATE_RESULTS_FILE success message
· 8872f91f
michael.minelli
authored
1 year ago
8872f91f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/Dojo/ExerciceResultsValidation.ts
+1
-1
1 addition, 1 deletion
helpers/Dojo/ExerciceResultsValidation.ts
with
1 addition
and
1 deletion
helpers/Dojo/ExerciceResultsValidation.ts
View file @
8872f91f
...
...
@@ -48,7 +48,7 @@ class ExerciceResultsValidation {
return
;
}
this
.
exerciceResults
=
validationResults
.
results
;
this
.
events
.
emit
(
'
endStep
'
,
'
VALIDATE_RESULTS_FILE
'
,
'
Results file
foun
d
'
,
false
);
this
.
events
.
emit
(
'
endStep
'
,
'
VALIDATE_RESULTS_FILE
'
,
'
Results file
is vali
d
'
,
false
);
}
...
...
This diff is collapsed.
Click to expand it.