Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
a5b4e0e2
Verified
Commit
a5b4e0e2
authored
Mar 6, 2024
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated stuff
parent
10d4bd15
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docs/scripts/extra.js
+13
-0
13 additions, 0 deletions
.docs/scripts/extra.js
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
dbrepo-search-service/coverage.txt
+0
-66
0 additions, 66 deletions
dbrepo-search-service/coverage.txt
mkdocs.yml
+2
-0
2 additions, 0 deletions
mkdocs.yml
with
16 additions
and
66 deletions
.docs/scripts/extra.js
0 → 100644
+
13
−
0
View file @
a5b4e0e2
function
getVersion
()
{
const
segments
=
location
.
pathname
.
split
(
'
/
'
);
if
(
segments
.
length
>=
4
)
{
return
segments
[
3
];
}
else
{
return
'
__APPVERSION__
'
;
}
}
function
switchVersion
(
value
)
{
if
(
!
value
)
{
return
}
this
.
location
.
href
=
location
.
protocol
+
'
//
'
+
location
.
host
+
'
/infrastructures/dbrepo/
'
+
value
+
'
/
'
;
}
document
.
getElementById
(
"
version
"
).
value
=
getVersion
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
a5b4e0e2
...
@@ -9,6 +9,7 @@ ready
...
@@ -9,6 +9,7 @@ ready
schema.xsd
schema.xsd
final/
final/
build/
build/
swagger/
# docs
# docs
.docs/.swagger/dist/
.docs/.swagger/dist/
...
...
This diff is collapsed.
Click to expand it.
dbrepo-search-service/coverage.txt
deleted
100644 → 0
+
0
−
66
View file @
10d4bd15
Name Stmts Miss Cover
--------------------------------------------------------------------------------------------
/usr/lib/python3/dist-packages/six.py 504 247 51%
/usr/local/lib/python3.9/dist-packages/anyio/__init__.py 67 0 100%
/usr/local/lib/python3.9/dist-packages/anyio/_core/__init__.py 0 0 100%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_eventloop.py 62 38 39%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_exceptions.py 16 3 81%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_fileio.py 306 161 47%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_resources.py 7 3 57%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_signals.py 7 1 86%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_sockets.py 207 160 23%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_streams.py 16 8 50%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_subprocesses.py 38 27 29%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_synchronization.py 241 145 40%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_tasks.py 53 21 60%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_testing.py 29 15 48%
/usr/local/lib/python3.9/dist-packages/anyio/_core/_typedattr.py 34 10 71%
/usr/local/lib/python3.9/dist-packages/anyio/abc/__init__.py 44 0 100%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_eventloop.py 169 43 75%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_resources.py 12 2 83%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_sockets.py 76 25 67%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_streams.py 55 10 82%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_subprocesses.py 29 0 100%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_tasks.py 27 3 89%
/usr/local/lib/python3.9/dist-packages/anyio/abc/_testing.py 18 2 89%
/usr/local/lib/python3.9/dist-packages/anyio/from_thread.py 180 127 29%
/usr/local/lib/python3.9/dist-packages/anyio/lowlevel.py 79 41 48%
/usr/local/lib/python3.9/dist-packages/anyio/pytest_plugin.py 95 65 32%
/usr/local/lib/python3.9/dist-packages/anyio/streams/__init__.py 0 0 100%
/usr/local/lib/python3.9/dist-packages/anyio/streams/memory.py 133 80 40%
/usr/local/lib/python3.9/dist-packages/anyio/streams/stapled.py 64 29 55%
/usr/local/lib/python3.9/dist-packages/anyio/streams/tls.py 139 85 39%
/usr/local/lib/python3.9/dist-packages/anyio/to_thread.py 10 2 80%
/usr/local/lib/python3.9/dist-packages/gunicorn/__init__.py 4 0 100%
/usr/local/lib/python3.9/dist-packages/gunicorn/config.py 1094 275 75%
/usr/local/lib/python3.9/dist-packages/gunicorn/errors.py 8 3 62%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/__init__.py 3 0 100%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/body.py 209 184 12%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/errors.py 70 30 57%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/message.py 239 209 13%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/parser.py 29 19 34%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/unreader.py 56 43 23%
/usr/local/lib/python3.9/dist-packages/gunicorn/http/wsgi.py 247 211 15%
/usr/local/lib/python3.9/dist-packages/gunicorn/reloader.py 78 55 29%
/usr/local/lib/python3.9/dist-packages/gunicorn/util.py 367 294 20%
/usr/local/lib/python3.9/dist-packages/gunicorn/workers/__init__.py 1 0 100%
/usr/local/lib/python3.9/dist-packages/gunicorn/workers/base.py 170 140 18%
/usr/local/lib/python3.9/dist-packages/gunicorn/workers/workertmp.py 33 21 36%
/usr/local/lib/python3.9/dist-packages/simplejson/__init__.py 80 57 29%
/usr/local/lib/python3.9/dist-packages/simplejson/compat.py 29 16 45%
/usr/local/lib/python3.9/dist-packages/simplejson/decoder.py 227 180 21%
/usr/local/lib/python3.9/dist-packages/simplejson/encoder.py 412 358 13%
/usr/local/lib/python3.9/dist-packages/simplejson/errors.py 29 23 21%
/usr/local/lib/python3.9/dist-packages/simplejson/raw_json.py 3 1 67%
/usr/local/lib/python3.9/dist-packages/simplejson/scanner.py 64 53 17%
/usr/local/lib/python3.9/dist-packages/sniffio/__init__.py 3 0 100%
/usr/local/lib/python3.9/dist-packages/sniffio/_impl.py 33 22 33%
/usr/local/lib/python3.9/dist-packages/sniffio/_version.py 1 0 100%
/usr/local/lib/python3.9/dist-packages/socks.py 445 355 20%
/usr/local/lib/python3.9/dist-packages/wrapt/__init__.py 7 0 100%
/usr/local/lib/python3.9/dist-packages/wrapt/arguments.py 16 13 19%
/usr/local/lib/python3.9/dist-packages/wrapt/decorators.py 192 105 45%
/usr/local/lib/python3.9/dist-packages/wrapt/importer.py 126 99 21%
/usr/local/lib/python3.9/dist-packages/wrapt/wrappers.py 508 341 33%
--------------------------------------------------------------------------------------------
TOTAL 7500 4460 41%
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
2
−
0
View file @
a5b4e0e2
...
@@ -43,6 +43,8 @@ nav:
...
@@ -43,6 +43,8 @@ nav:
-
contact.md
-
contact.md
extra_css
:
extra_css
:
-
stylesheets/extra.css
-
stylesheets/extra.css
extra_javascript
:
-
scripts/extra.js
theme
:
theme
:
favicon
:
images/signet_white.png
favicon
:
images/signet_white.png
custom_dir
:
.docs/overrides
custom_dir
:
.docs/overrides
...
...
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