oarepo-runtime 1.5.20__tar.gz → 1.5.22__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {oarepo-runtime-1.5.20/oarepo_runtime.egg-info → oarepo-runtime-1.5.22}/PKG-INFO +1 -1
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/info/views.py +29 -9
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/has_draftcheck.py +4 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22/oarepo_runtime.egg-info}/PKG-INFO +1 -1
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/setup.cfg +1 -1
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/LICENSE +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/MANIFEST.in +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/README.md +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/assets.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/base.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/cf.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/check.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/configuration.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/fixtures.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/index.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/cli/validate.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/asynchronous.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/catalogue.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/datastreams.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/errors.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/ext.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/fixtures.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/json.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/attachments.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/excel.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/json.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/yaml.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/semi_asynchronous.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/synchronous.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/transformers.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/types.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/utils.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/attachments_file.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/attachments_service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/utils.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/validation_errors.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/yaml.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/ext.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/ext_config.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/i18n/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/info/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/profile.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/proxies.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/dumpers/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/dumpers/edtf_interval.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/dumpers/multilingual_dumper.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/entity_resolvers/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/entity_resolvers/proxies.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/owners/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/owners/registry.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/base.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/internal.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/lookup.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/pid_relation.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/featured_file.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/icu.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/mapping.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/owner.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/record_status.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/selectors.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/synthetic.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/resources/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/resources/file_resource.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/resources/localized_ui_json_serializer.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/components.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/config/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/config/permissions_presets.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/config/service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/custom_fields/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/custom_fields/mappings.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/expansions/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/expansions/expandable_fields.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/expansions/service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/base.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/date.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/enum.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/facet_groups_names.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/max_facet.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/nested_facet.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/params.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/files/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/files/service.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/generators.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/components.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/errors.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/mapping.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/results.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/cf.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/i18n.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/i18n_ui.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/i18n_validation.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/marshmallow.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/polymorphic.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/ui.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/validation.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/search.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/cs/LC_MESSAGES/messages.mo +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/cs/LC_MESSAGES/messages.po +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/default_translations.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/en/LC_MESSAGES/messages.mo +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/en/LC_MESSAGES/messages.po +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/jinjax_messages.jinja +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/messages.pot +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/uow.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/utils/__init__.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/utils/functools.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/utils/path.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/SOURCES.txt +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/dependency_links.txt +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/entry_points.txt +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/requires.txt +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/top_level.txt +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/pyproject.toml +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/setup.py +0 -0
- {oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/tests/pkg_data/__init__.py +0 -0
@@ -8,6 +8,8 @@ import importlib_metadata
|
|
8
8
|
import importlib_resources
|
9
9
|
import marshmallow as ma
|
10
10
|
from flask import current_app, request, url_for
|
11
|
+
from flask.ctx import RequestContext
|
12
|
+
from flask.globals import _cv_request
|
11
13
|
from flask_resources import (
|
12
14
|
Resource,
|
13
15
|
ResourceConfig,
|
@@ -91,12 +93,13 @@ class InfoResource(Resource):
|
|
91
93
|
model_data = json.loads(
|
92
94
|
importlib_resources.files(package_name).joinpath(file_name).read_text()
|
93
95
|
)
|
94
|
-
model_data = model_data
|
95
|
-
if model_data
|
96
|
+
model_data = model_data.get("model", {})
|
97
|
+
if model_data.get("type") != "model":
|
96
98
|
continue
|
97
99
|
|
98
100
|
service = self._get_service(model_data)
|
99
|
-
|
101
|
+
service_class = self._get_service_class(model_data)
|
102
|
+
if not service or type(service) != service_class:
|
100
103
|
continue
|
101
104
|
|
102
105
|
model_features = self._get_model_features(model_data)
|
@@ -271,6 +274,11 @@ class InfoResource(Resource):
|
|
271
274
|
return service
|
272
275
|
|
273
276
|
|
277
|
+
def _get_service_class(self, model_data):
|
278
|
+
service_id = model_data["service"]["class"]
|
279
|
+
return obj_or_import_string(service_id)
|
280
|
+
|
281
|
+
|
274
282
|
def create_wellknown_blueprint(app):
|
275
283
|
"""Create blueprint."""
|
276
284
|
config_class = obj_or_import_string(
|
@@ -292,11 +300,23 @@ def get_package_version(package_name):
|
|
292
300
|
|
293
301
|
def api_url_for(endpoint, _external=True, **values):
|
294
302
|
"""API url_for."""
|
303
|
+
try:
|
304
|
+
api_app = current_app.wsgi_app.mounts['/api']
|
305
|
+
except:
|
306
|
+
api_app = current_app
|
307
|
+
|
295
308
|
site_api_url = current_app.config["SITE_API_URL"]
|
296
309
|
site_url = current_app.config["SITE_UI_URL"]
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
310
|
+
current_request_context = _cv_request.get()
|
311
|
+
try:
|
312
|
+
new_context = RequestContext(app=api_app,
|
313
|
+
environ=request.environ)
|
314
|
+
_cv_request.set(new_context)
|
315
|
+
base_url = api_app.url_for(endpoint, **values, _external=_external)
|
316
|
+
if base_url.startswith(site_api_url):
|
317
|
+
return base_url
|
318
|
+
if base_url.startswith(site_url):
|
319
|
+
return base_url.replace(site_url, site_api_url)
|
320
|
+
raise ValueError(f"URL {base_url} does not start with {site_url} or {site_api_url}")
|
321
|
+
finally:
|
322
|
+
_cv_request.set(current_request_context)
|
@@ -1,3 +1,5 @@
|
|
1
|
+
from inspect import isfunction
|
2
|
+
|
1
3
|
from invenio_records.dictutils import dict_set
|
2
4
|
from invenio_records.systemfields import SystemField
|
3
5
|
from sqlalchemy.orm.exc import NoResultFound
|
@@ -34,6 +36,8 @@ class HasDraftCheckField(CustomFieldsMixin, SystemField):
|
|
34
36
|
return False
|
35
37
|
|
36
38
|
try:
|
39
|
+
if isfunction(self.draft_cls):
|
40
|
+
self.draft_cls = self.draft_cls()
|
37
41
|
self.draft_cls.get_record(record.id)
|
38
42
|
return True
|
39
43
|
except NoResultFound:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/__init__.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/attachments.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/readers/service.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/semi_asynchronous.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/datastreams/writers/service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/dumpers/edtf_interval.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/entity_resolvers/__init__.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/entity_resolvers/proxies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/__init__.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/internal.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/relations/pid_relation.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/__init__.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/featured_file.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/mapping.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/owner.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/record_status.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/selectors.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/records/systemfields/synthetic.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/custom_fields/__init__.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/custom_fields/mappings.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/expansions/__init__.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/expansions/service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/facet_groups_names.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/facets/nested_facet.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/__init__.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/components.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/relations/mapping.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/i18n_validation.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/marshmallow.py
RENAMED
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/polymorphic.py
RENAMED
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/services/schema/validation.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/default_translations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime/translations/jinjax_messages.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oarepo-runtime-1.5.20 → oarepo-runtime-1.5.22}/oarepo_runtime.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|