docs: remove report directory from repository

This commit is contained in:
Karl-Philipp Wulfert
2018-11-29 16:31:03 +01:00
parent 8c30b2a5c6
commit a5767063e6
2 changed files with 3 additions and 21 deletions

3
.gitignore vendored
View File

@@ -66,3 +66,6 @@ lib
# ignore docs
docs
# report directory
report

View File

@@ -1,21 +0,0 @@
<!doctype html><html lang="en"><head><title>Validation result</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"crossorigin="anonymous"></head><body><div class="container-fluid"><h1>Validation result</h1><p class="text-success">Validation OK, no unexpected errors.</p><p class="text-success">True negative validation OK, all expected errors were thrown.</p><p>Thu Nov 29 2018 16:19:57 GMT+0100 (Central European Standard Time)</p><h2>Expected errors in <code>Message.2.json</code></h2><table class="table table-striped table-hover table-responsive"><thead><tr><th>#</th><th>Error</th><th>Schema</th></tr></thead><tbody><tr><td><h3>1</h3></td><td style="width: 50%"><div class="alert alert-success">is not one of enum values: message</div><pre>type = &quot;invalid-value-in-schema&quot;</pre></td><td><pre>{
&quot;type&quot;: &quot;string&quot;,
&quot;enum&quot;: [
&quot;message&quot;
],
&quot;description&quot;: &quot;Type of a message&quot;
}</pre></td></tr></tbody></table><h2>Expected errors in <code>Message.3.json</code></h2><table class="table table-striped table-hover table-responsive"><thead><tr><th>#</th><th>Error</th><th>Schema</th></tr></thead><tbody><tr><td><h3>1</h3></td><td style="width: 50%"><div class="alert alert-success">additionalProperty &quot;invalid-non-existing-key-in-schema&quot; exists in instance when not allowed</div><pre>instance = {
&quot;type&quot;: &quot;message&quot;,
&quot;invalid-non-existing-key-in-schema&quot;: 1,
&quot;uid&quot;: &quot;540862f3-ea30-5b8f-8678-56b4dc217140&quot;,
&quot;image&quot;: &quot;icon ion-android-hand stapps-color-red-dark&quot;,
&quot;name&quot;: &quot;Lösung für das Problem des Zurücksetzens der StApps-App gefunden&quot;,
&quot;message&quot;: &quot;Wie bereits berichtet, klagten User über das Löschen ihres Stundenplans beim Update von Version 0.8.0 auf 0.8.1. Wir haben eine Lösung für das Problem gefunden und testen diese ausführlich bis zum Ende dieser Woche. Wenn alles glatt verläuft, dann kommt am Wochenende die fehlerbereinige Version 0.8.2 heraus.\n\n*(25.Okt 2016)*&quot;,
&quot;audiences&quot;: [
&quot;students&quot;
],
&quot;origin&quot;: {
&quot;indexed&quot;: &quot;2018-09-11T12:30:00Z&quot;,
&quot;name&quot;: &quot;Dummy&quot;
}
}</pre></td><td><pre>&quot;https://core.stapps.tu-berlin.de/v0.0.1/lib/schema/Message.json&quot;</pre></td></tr></tbody></table></div><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" crossorigin="anonymous" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" crossorigin="anonymous" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"></script></body></html>