Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
EIP
Labrador
Submit
Commits
c9bb2466
Commit
c9bb2466
authored
Mar 18, 2022
by
Taico Aerts
Browse files
Options
Downloads
Patches
Plain Diff
Accept no feedback as a pass
parent
4899d6c0
No related branches found
No related tags found
1 merge request
!146
Draft: Accept no feedback as a pass
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/nl/tudelft/submit/service/ScriptService.java
+0
-5
0 additions, 5 deletions
src/main/java/nl/tudelft/submit/service/ScriptService.java
with
0 additions
and
5 deletions
src/main/java/nl/tudelft/submit/service/ScriptService.java
+
0
−
5
View file @
c9bb2466
...
...
@@ -232,11 +232,6 @@ public class ScriptService {
List
<
AutaResults
>
results
=
getAutaResults
(
autaFeedback
.
getResults
());
List
<
AutaReport
>
reports
=
results
.
stream
().
flatMap
(
r
->
r
.
getReports
().
stream
())
.
collect
(
Collectors
.
toList
());
if
(
reports
.
isEmpty
())
{
System
.
err
.
println
(
"AuTA did not provide any reports for submission with ID: "
+
submissionId
+
", will not save feedback"
);
return
false
;
}
StringBuilder
feedback
=
new
StringBuilder
();
boolean
verdictPassed
=
true
;
...
...
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