From 51875ed27a42dfba22e1f0b2a4cb991c3373754d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer <bauer@cs.uni-freiburg.de> Date: Sun, 10 Nov 2024 12:15:13 +0000 Subject: [PATCH] Results for commit: 52f2fb2bb88d04d5e57c0e12fd1d3eca78b31513 --- main/invenio@2.1.0/badge.svg | 4 ++-- main/invenio@2.1.0/validation_report.xml | 2 +- main/invenio@2.1.0/validation_summary.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/invenio@2.1.0/badge.svg b/main/invenio@2.1.0/badge.svg index e9aabe1..721c505 100644 --- a/main/invenio@2.1.0/badge.svg +++ b/main/invenio@2.1.0/badge.svg @@ -17,7 +17,7 @@ <text x="47" y="14">invenio@2.1.0</text> </g> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> - <text x="149" y="15" fill="#010101" fill-opacity=".3">6 Critical Errors</text> - <text x="148" y="14">6 Critical Errors</text> + <text x="149" y="15" fill="#010101" fill-opacity=".3">2 Critical Errors</text> + <text x="148" y="14">2 Critical Errors</text> </g> </svg> diff --git a/main/invenio@2.1.0/validation_report.xml b/main/invenio@2.1.0/validation_report.xml index be8ebdf..a9102d8 100644 --- a/main/invenio@2.1.0/validation_report.xml +++ b/main/invenio@2.1.0/validation_report.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="fsi"><testcase name="[ Critical; INVESTIGATION; Investigation Title ]" time="0.007"><failure message="The term 'Investigation Title' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Description ]" time="0.007"><failure message="The term 'Investigation Description' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name exists ]" time="0.007"><failure message="The term 'Investigation Person First Name' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name exists ]" time="0.007"><failure message="The term 'Investigation Person Last Name' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation exists ]" time="0.007"><failure message="The term 'Investigation Person Affiliation' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person Email exists ]" time="0.000"><failure message="The term 'Investigation Person Email' value does not exist" /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name is not empty ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name is not empty ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation is not empty ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Email ]" time="0.000" /></testsuite></testsuites> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="fsi"><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation is not empty ]" time="0.009"><failure message="'Investigation Person Affiliation' is empty." /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Person Email ]" time="0.001"><failure message="'Investigation Person Email' is invalid." /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Title ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Description ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name exists ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name is not empty ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name exists ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name is not empty ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation exists ]" time="0.004" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Email exists ]" time="0.000" /></testsuite></testsuites> \ No newline at end of file diff --git a/main/invenio@2.1.0/validation_summary.json b/main/invenio@2.1.0/validation_summary.json index cfc289d..b6c121f 100644 --- a/main/invenio@2.1.0/validation_summary.json +++ b/main/invenio@2.1.0/validation_summary.json @@ -1 +1 @@ -{"Critical":{"HasFailures":true,"Total":10,"Passed":4,"Failed":6,"Errored":0},"NonCritical":{"HasFailures":false,"Total":0,"Passed":0,"Failed":0,"Errored":0},"ValidationPackage":{"Name":"invenio","Version":"2.1.0","Summary":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.","Description":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.\nThe following metadata is required:\n- Investigation has title and description\n- All persons in Investigation Contacts must have a name, last name, affiliation and valid email\n"}} \ No newline at end of file +{"Critical":{"HasFailures":true,"Total":10,"Passed":8,"Failed":2,"Errored":0},"NonCritical":{"HasFailures":false,"Total":0,"Passed":0,"Failed":0,"Errored":0},"ValidationPackage":{"Name":"invenio","Version":"2.1.0","Summary":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.","Description":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.\nThe following metadata is required:\n- Investigation has title and description\n- All persons in Investigation Contacts must have a name, last name, affiliation and valid email\n"}} \ No newline at end of file -- GitLab