.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
constraints-pypi.txt
pyproject.toml
requirements-feature.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/i18n-pull.yml
.github/workflows/i18n-push.yml
.github/workflows/pypi-publish.yml
.github/workflows/tests-feature.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_records_resources/__init__.py
invenio_records_resources/config.py
invenio_records_resources/errors.py
invenio_records_resources/ext.py
invenio_records_resources/pagination.py
invenio_records_resources/proxies.py
invenio_records_resources/registry.py
invenio_records_resources/tasks.py
invenio_records_resources.egg-info/PKG-INFO
invenio_records_resources.egg-info/SOURCES.txt
invenio_records_resources.egg-info/dependency_links.txt
invenio_records_resources.egg-info/entry_points.txt
invenio_records_resources.egg-info/not-zip-safe
invenio_records_resources.egg-info/requires.txt
invenio_records_resources.egg-info/top_level.txt
invenio_records_resources/factories/__init__.py
invenio_records_resources/factories/factory.py
invenio_records_resources/records/__init__.py
invenio_records_resources/records/api.py
invenio_records_resources/records/dumpers.py
invenio_records_resources/records/models.py
invenio_records_resources/records/providers.py
invenio_records_resources/records/resolver.py
invenio_records_resources/records/jsonschemas/__init__.py
invenio_records_resources/records/jsonschemas/definitions-v1.0.0.json
invenio_records_resources/records/jsonschemas/definitions-v2.0.0.json
invenio_records_resources/records/systemfields/__init__.py
invenio_records_resources/records/systemfields/calculated.py
invenio_records_resources/records/systemfields/entity_reference.py
invenio_records_resources/records/systemfields/index.py
invenio_records_resources/records/systemfields/pid.py
invenio_records_resources/records/systemfields/pid_statuscheck.py
invenio_records_resources/records/systemfields/relations.py
invenio_records_resources/records/systemfields/files/__init__.py
invenio_records_resources/records/systemfields/files/field.py
invenio_records_resources/records/systemfields/files/manager.py
invenio_records_resources/references/__init__.py
invenio_records_resources/references/grants.py
invenio_records_resources/references/registry.py
invenio_records_resources/references/entity_resolvers/__init__.py
invenio_records_resources/references/entity_resolvers/base.py
invenio_records_resources/references/entity_resolvers/records.py
invenio_records_resources/references/entity_resolvers/results.py
invenio_records_resources/resources/__init__.py
invenio_records_resources/resources/errors.py
invenio_records_resources/resources/files/__init__.py
invenio_records_resources/resources/files/config.py
invenio_records_resources/resources/files/parser.py
invenio_records_resources/resources/files/resource.py
invenio_records_resources/resources/records/__init__.py
invenio_records_resources/resources/records/args.py
invenio_records_resources/resources/records/config.py
invenio_records_resources/resources/records/headers.py
invenio_records_resources/resources/records/resource.py
invenio_records_resources/resources/records/utils.py
invenio_records_resources/services/__init__.py
invenio_records_resources/services/errors.py
invenio_records_resources/services/uow.py
invenio_records_resources/services/base/__init__.py
invenio_records_resources/services/base/components.py
invenio_records_resources/services/base/config.py
invenio_records_resources/services/base/links.py
invenio_records_resources/services/base/results.py
invenio_records_resources/services/base/service.py
invenio_records_resources/services/base/utils.py
invenio_records_resources/services/custom_fields/__init__.py
invenio_records_resources/services/custom_fields/base.py
invenio_records_resources/services/custom_fields/boolean.py
invenio_records_resources/services/custom_fields/date.py
invenio_records_resources/services/custom_fields/errors.py
invenio_records_resources/services/custom_fields/mappings.py
invenio_records_resources/services/custom_fields/number.py
invenio_records_resources/services/custom_fields/schema.py
invenio_records_resources/services/custom_fields/text.py
invenio_records_resources/services/custom_fields/validate.py
invenio_records_resources/services/files/__init__.py
invenio_records_resources/services/files/config.py
invenio_records_resources/services/files/generators.py
invenio_records_resources/services/files/links.py
invenio_records_resources/services/files/results.py
invenio_records_resources/services/files/schema.py
invenio_records_resources/services/files/service.py
invenio_records_resources/services/files/tasks.py
invenio_records_resources/services/files/transfer.py
invenio_records_resources/services/files/components/__init__.py
invenio_records_resources/services/files/components/base.py
invenio_records_resources/services/files/components/content.py
invenio_records_resources/services/files/components/metadata.py
invenio_records_resources/services/files/components/processor.py
invenio_records_resources/services/files/processors/__init__.py
invenio_records_resources/services/files/processors/base.py
invenio_records_resources/services/files/processors/image.py
invenio_records_resources/services/records/__init__.py
invenio_records_resources/services/records/config.py
invenio_records_resources/services/records/links.py
invenio_records_resources/services/records/results.py
invenio_records_resources/services/records/schema.py
invenio_records_resources/services/records/service.py
invenio_records_resources/services/records/components/__init__.py
invenio_records_resources/services/records/components/base.py
invenio_records_resources/services/records/components/data.py
invenio_records_resources/services/records/components/files.py
invenio_records_resources/services/records/components/metadata.py
invenio_records_resources/services/records/components/relations.py
invenio_records_resources/services/records/facets/__init__.py
invenio_records_resources/services/records/facets/facets.py
invenio_records_resources/services/records/facets/labels.py
invenio_records_resources/services/records/facets/response.py
invenio_records_resources/services/records/params/__init__.py
invenio_records_resources/services/records/params/base.py
invenio_records_resources/services/records/params/facets.py
invenio_records_resources/services/records/params/filter.py
invenio_records_resources/services/records/params/pagination.py
invenio_records_resources/services/records/params/querystr.py
invenio_records_resources/services/records/params/sort.py
invenio_records_resources/services/records/queryparser/__init__.py
invenio_records_resources/services/records/queryparser/query.py
invenio_records_resources/services/records/queryparser/suggest.py
invenio_records_resources/services/records/queryparser/transformer.py
invenio_records_resources/services/references/__init__.py
invenio_records_resources/services/references/schema.py
invenio_records_resources/translations/messages.pot
invenio_records_resources/translations/af/LC_MESSAGES/messages.mo
invenio_records_resources/translations/af/LC_MESSAGES/messages.po
invenio_records_resources/translations/ar/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ar/LC_MESSAGES/messages.po
invenio_records_resources/translations/bg/LC_MESSAGES/messages.mo
invenio_records_resources/translations/bg/LC_MESSAGES/messages.po
invenio_records_resources/translations/ca/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ca/LC_MESSAGES/messages.po
invenio_records_resources/translations/cs/LC_MESSAGES/messages.mo
invenio_records_resources/translations/cs/LC_MESSAGES/messages.po
invenio_records_resources/translations/da/LC_MESSAGES/messages.mo
invenio_records_resources/translations/da/LC_MESSAGES/messages.po
invenio_records_resources/translations/de/LC_MESSAGES/messages.mo
invenio_records_resources/translations/de/LC_MESSAGES/messages.po
invenio_records_resources/translations/de_AT/LC_MESSAGES/messages.mo
invenio_records_resources/translations/de_AT/LC_MESSAGES/messages.po
invenio_records_resources/translations/de_DE/LC_MESSAGES/messages.mo
invenio_records_resources/translations/de_DE/LC_MESSAGES/messages.po
invenio_records_resources/translations/el/LC_MESSAGES/messages.mo
invenio_records_resources/translations/el/LC_MESSAGES/messages.po
invenio_records_resources/translations/en_AT/LC_MESSAGES/messages.mo
invenio_records_resources/translations/en_AT/LC_MESSAGES/messages.po
invenio_records_resources/translations/en_HU/LC_MESSAGES/messages.mo
invenio_records_resources/translations/en_HU/LC_MESSAGES/messages.po
invenio_records_resources/translations/es/LC_MESSAGES/messages.mo
invenio_records_resources/translations/es/LC_MESSAGES/messages.po
invenio_records_resources/translations/es_CU/LC_MESSAGES/messages.mo
invenio_records_resources/translations/es_CU/LC_MESSAGES/messages.po
invenio_records_resources/translations/es_MX/LC_MESSAGES/messages.mo
invenio_records_resources/translations/es_MX/LC_MESSAGES/messages.po
invenio_records_resources/translations/et/LC_MESSAGES/messages.mo
invenio_records_resources/translations/et/LC_MESSAGES/messages.po
invenio_records_resources/translations/et_EE/LC_MESSAGES/messages.mo
invenio_records_resources/translations/et_EE/LC_MESSAGES/messages.po
invenio_records_resources/translations/fa/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fa/LC_MESSAGES/messages.po
invenio_records_resources/translations/fa_IR/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fa_IR/LC_MESSAGES/messages.po
invenio_records_resources/translations/fr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fr/LC_MESSAGES/messages.po
invenio_records_resources/translations/fr_CI/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fr_CI/LC_MESSAGES/messages.po
invenio_records_resources/translations/fr_FR/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fr_FR/LC_MESSAGES/messages.po
invenio_records_resources/translations/gl/LC_MESSAGES/messages.mo
invenio_records_resources/translations/gl/LC_MESSAGES/messages.po
invenio_records_resources/translations/hi_IN/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hi_IN/LC_MESSAGES/messages.po
invenio_records_resources/translations/hr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hr/LC_MESSAGES/messages.po
invenio_records_resources/translations/hu/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hu/LC_MESSAGES/messages.po
invenio_records_resources/translations/hu_HU/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hu_HU/LC_MESSAGES/messages.po
invenio_records_resources/translations/it/LC_MESSAGES/messages.mo
invenio_records_resources/translations/it/LC_MESSAGES/messages.po
invenio_records_resources/translations/ja/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ja/LC_MESSAGES/messages.po
invenio_records_resources/translations/ka/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ka/LC_MESSAGES/messages.po
invenio_records_resources/translations/lt/LC_MESSAGES/messages.mo
invenio_records_resources/translations/lt/LC_MESSAGES/messages.po
invenio_records_resources/translations/ne/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ne/LC_MESSAGES/messages.po
invenio_records_resources/translations/no/LC_MESSAGES/messages.mo
invenio_records_resources/translations/no/LC_MESSAGES/messages.po
invenio_records_resources/translations/pl/LC_MESSAGES/messages.mo
invenio_records_resources/translations/pl/LC_MESSAGES/messages.po
invenio_records_resources/translations/pt/LC_MESSAGES/messages.mo
invenio_records_resources/translations/pt/LC_MESSAGES/messages.po
invenio_records_resources/translations/ro/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ro/LC_MESSAGES/messages.po
invenio_records_resources/translations/ru/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ru/LC_MESSAGES/messages.po
invenio_records_resources/translations/rw/LC_MESSAGES/messages.mo
invenio_records_resources/translations/rw/LC_MESSAGES/messages.po
invenio_records_resources/translations/sk/LC_MESSAGES/messages.mo
invenio_records_resources/translations/sk/LC_MESSAGES/messages.po
invenio_records_resources/translations/sv/LC_MESSAGES/messages.mo
invenio_records_resources/translations/sv/LC_MESSAGES/messages.po
invenio_records_resources/translations/sv_SE/LC_MESSAGES/messages.mo
invenio_records_resources/translations/sv_SE/LC_MESSAGES/messages.po
invenio_records_resources/translations/tr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/tr/LC_MESSAGES/messages.po
invenio_records_resources/translations/uk/LC_MESSAGES/messages.mo
invenio_records_resources/translations/uk/LC_MESSAGES/messages.po
invenio_records_resources/translations/uk_UA/LC_MESSAGES/messages.mo
invenio_records_resources/translations/uk_UA/LC_MESSAGES/messages.po
invenio_records_resources/translations/zh_CN/LC_MESSAGES/messages.mo
invenio_records_resources/translations/zh_CN/LC_MESSAGES/messages.po
invenio_records_resources/translations/zh_TW/LC_MESSAGES/messages.mo
invenio_records_resources/translations/zh_TW/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_invenio_resources.py
tests/test_tasks.py
tests/factories/__init__.py
tests/factories/conftest.py
tests/factories/test_factory.py
tests/factories/test_service.py
tests/mock_module/__init__.py
tests/mock_module/api.py
tests/mock_module/config.py
tests/mock_module/models.py
tests/mock_module/permissions.py
tests/mock_module/resource.py
tests/mock_module/schemas.py
tests/mock_module/jsonschemas/__init__.py
tests/mock_module/jsonschemas/records/record-nofiles-v1.0.0.json
tests/mock_module/jsonschemas/records/record-v1.0.0.json
tests/mock_module/mappings/__init__.py
tests/mock_module/mappings/os-v1/__init__.py
tests/mock_module/mappings/os-v1/records/record-v1.0.0.json
tests/mock_module/mappings/os-v2/__init__.py
tests/mock_module/mappings/os-v2/records/record-v1.0.0.json
tests/mock_module/mappings/v7/__init__.py
tests/mock_module/mappings/v7/records/record-v1.0.0.json
tests/mock_module_factory/__init__.py
tests/mock_module_factory/jsonschemas/__init__.py
tests/mock_module_factory/jsonschemas/grants/grant-v1.0.0.json
tests/mock_module_factory/mappings/__init__.py
tests/mock_module_factory/mappings/os-v1/__init__.py
tests/mock_module_factory/mappings/os-v1/grants/grant-v1.0.0.json
tests/mock_module_factory/mappings/os-v2/__init__.py
tests/mock_module_factory/mappings/os-v2/grants/grant-v1.0.0.json
tests/mock_module_factory/mappings/v7/__init__.py
tests/mock_module_factory/mappings/v7/grants/grant-v1.0.0.json
tests/records/conftest.py
tests/records/test_api.py
tests/records/test_dumpers.py
tests/records/test_systemfield_files.py
tests/records/test_systemfield_index.py
tests/records/test_systemfield_modelpid.py
tests/records/test_systemfield_pid.py
tests/records/test_systemfield_pidstatus.py
tests/resources/conftest.py
tests/resources/test_files_resource.py
tests/resources/test_resource_faceting.py
tests/resources/test_resource_links.py
tests/resources/test_resource_pagination.py
tests/resources/test_resource_preference.py
tests/resources/test_resource_sorting.py
tests/resources/test_resources.py
tests/resources/test_resources_etag.py
tests/services/conftest.py
tests/services/test_results.py
tests/services/test_results_expand.py
tests/services/test_service.py
tests/services/test_service_create.py
tests/services/test_service_create_update.py
tests/services/test_service_facets.py
tests/services/test_service_pagination.py
tests/services/test_service_queryparser.py
tests/services/test_service_relation_propagation.py
tests/services/test_service_revision_id.py
tests/services/test_service_sort.py
tests/services/test_utils.py
tests/services/custom_fields/test_base_cf.py
tests/services/custom_fields/test_boolean_cf.py
tests/services/custom_fields/test_date_cf.py
tests/services/custom_fields/test_number_cf.py
tests/services/custom_fields/test_schema_cf.py
tests/services/custom_fields/test_text_cf.py
tests/services/custom_fields/test_validate.py
tests/services/files/conftest.py
tests/services/files/files_utils.py
tests/services/files/test_file_results.py
tests/services/files/test_file_service.py
tests/services/files/test_files_options.py
tests/services/files/test_files_processing.py
tests/services/files/testimage.png