-
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.
point to v1.3.0 of dspback and dspfront
- Loading branch information
1 parent
4e79051
commit 3ca7328
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dspback
updated
15 files
+8 −1 | dspback/api.py | |
+1 −0 | dspback/config/__init__.py | |
+5 −4 | dspback/dependencies.py | |
+10 −3 | dspback/pydantic_schemas.py | |
+1 −1 | dspback/routers/earthchem.py | |
+2 −11 | dspback/schemas/earthchem/schema.json | |
+42 −14 | dspback/schemas/external/schema.json | |
+11 −2 | dspback/utils/jsonld/formatter.py | |
+38 −0 | management/refresh_submission_url_earthchem.py | |
+72 −0 | management/submissions_report.py | |
+2 −2 | requirements.txt | |
+2 −2 | tests/test_authentication.py | |
+133 −0 | tests/test_jsonld.py | |
+1 −1 | tests/test_metadata_class.py | |
+1 −1 | tests/test_records.py |
Submodule dspfront
updated
18 files
+58 −0 | .github/workflows/cypress.yml | |
+3 −0 | .gitignore | |
+10 −0 | README.md | |
+10 −0 | cypress.config.ts | |
+5 −0 | cypress/fixtures/example.json | |
+37 −0 | cypress/support/commands.ts | |
+12 −0 | cypress/support/component-index.html | |
+39 −0 | cypress/support/component.ts | |
+5,118 −3,989 | package-lock.json | |
+9 −2 | package.json | |
+8 −0 | src/components/about/cz.about.cy.ts | |
+8 −0 | src/components/contact/cz.contact.cy.ts | |
+1 −1 | src/components/new-submission/cz.new-submission.vue | |
+53 −31 | src/components/register-dataset/cz.register-dataset-dialog.vue | |
+16 −15 | src/components/register-dataset/cz.register-dataset.vue | |
+400 −350 | src/models/repository.model.ts | |
+1 −1 | tsconfig.json | |
+1 −3,030 | tsconfig.tsbuildinfo |