mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
docs: remove report directory from repository
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -66,3 +66,6 @@ lib
|
||||
|
||||
# ignore docs
|
||||
docs
|
||||
|
||||
# report directory
|
||||
report
|
||||
|
||||
@@ -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 = "invalid-value-in-schema"</pre></td><td><pre>{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"message"
|
||||
],
|
||||
"description": "Type of a message"
|
||||
}</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 "invalid-non-existing-key-in-schema" exists in instance when not allowed</div><pre>instance = {
|
||||
"type": "message",
|
||||
"invalid-non-existing-key-in-schema": 1,
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
|
||||
"image": "icon ion-android-hand stapps-color-red-dark",
|
||||
"name": "Lösung für das Problem des Zurücksetzens der StApps-App gefunden",
|
||||
"message": "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)*",
|
||||
"audiences": [
|
||||
"students"
|
||||
],
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
}</pre></td><td><pre>"https://core.stapps.tu-berlin.de/v0.0.1/lib/schema/Message.json"</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>
|
||||
Reference in New Issue
Block a user