-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2dbc64
commit a35edd8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dspback
updated
24 files
+3 −4 | dspback/api.py | |
+5 −0 | dspback/config/__init__.py | |
+24 −24 | dspback/pydantic_schemas.py | |
+38 −4 | dspback/routers/discovery.py | |
+10 −0 | dspback/routers/earthchem.py | |
+23 −1 | dspback/routers/hydroshare.py | |
+16 −1 | dspback/routers/zenodo.py | |
+210 −130 | dspback/schemas/earthchem/schema.json | |
+536 −11 | dspback/schemas/earthchem/uischema.json | |
+1 −91 | dspback/schemas/external/schema.json | |
+167 −6 | dspback/schemas/external/uischema.json | |
+40 −140 | dspback/schemas/hydroshare/schema.json | |
+335 −9 | dspback/schemas/hydroshare/uischema.json | |
+783 −199 | dspback/schemas/zenodo/schema.json | |
+25 −9 | dspback/schemas/zenodo/uischema.json | |
+30 −0 | dspback/utils/fetch_zenodo_licenses.py | |
+16 −6 | dspback/utils/jsonld/formatter.py | |
+41 −0 | management/refresh_submission_url_zenodo.py | |
+4 −4 | management/submissions_report.py | |
+12 −0 | tests/__init__.py | |
+143 −0 | tests/data/earthchem_jsonld.json | |
+78 −0 | tests/data/zenodo_no_name.json | |
+8 −125 | tests/test_jsonld.py | |
+41 −3 | tests/test_records.py |
Submodule dspfront
updated
89 files