.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
Dockerfile
Dockerfile.base
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
docker-compose.full.yml
docker-compose.yml
docker-services.yml
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
docker/build-images.sh
docker/wait-for-services.sh
docker/haproxy/Dockerfile
docker/haproxy/haproxy.cfg
docker/haproxy/haproxy_cert.pem
docker/nginx/Dockerfile
docker/nginx/nginx.conf
docker/nginx/test.crt
docker/nginx/test.key
docker/nginx/conf.d/default.conf
docker/postgres/Dockerfile
docker/postgres/init-app-db.sh
docker/uwsgi/uwsgi_rest.ini
docker/uwsgi/uwsgi_ui.ini
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_app_rdm/__init__.py
invenio_app_rdm/config.py
invenio_app_rdm/version.py
invenio_app_rdm.egg-info/PKG-INFO
invenio_app_rdm.egg-info/SOURCES.txt
invenio_app_rdm.egg-info/dependency_links.txt
invenio_app_rdm.egg-info/entry_points.txt
invenio_app_rdm.egg-info/not-zip-safe
invenio_app_rdm.egg-info/requires.txt
invenio_app_rdm.egg-info/top_level.txt
invenio_app_rdm/theme/__init__.py
invenio_app_rdm/theme/views.py
invenio_app_rdm/theme/webpack.py
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposits/RDMDepositForm/APIErrorHandler.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposits/RDMDepositForm/RDMDepositForm.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposits/RDMDepositForm/index.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposits/search/components.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposits/search/index.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/index.js
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/deposit.less
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/footer.less
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/frontpage.less
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/search.less
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme.less
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/variables.less
invenio_app_rdm/theme/static/images/icons8-adjustment-80.png
invenio_app_rdm/theme/static/images/icons8-bench-press-80.png
invenio_app_rdm/theme/static/images/icons8-compare-git-80.png
invenio_app_rdm/theme/static/images/icons8-growth-and-flag-128.png
invenio_app_rdm/theme/static/images/icons8-science-fiction-80.png
invenio_app_rdm/theme/static/images/icons8-web-design-80.png
invenio_app_rdm/theme/static/images/invenio-rdm.svg
invenio_app_rdm/theme/static/images/logo-bnl.png
invenio_app_rdm/theme/static/images/logo-caltechlibrary.png
invenio_app_rdm/theme/static/images/logo-cd2h.png
invenio_app_rdm/theme/static/images/logo-cern.png
invenio_app_rdm/theme/static/images/logo-data-futures.png
invenio_app_rdm/theme/static/images/logo-eko-konnect.png
invenio_app_rdm/theme/static/images/logo-geo.svg
invenio_app_rdm/theme/static/images/logo-hzdr.png
invenio_app_rdm/theme/static/images/logo-infn.svg
invenio_app_rdm/theme/static/images/logo-jrc.svg
invenio_app_rdm/theme/static/images/logo-northwestern-university.png
invenio_app_rdm/theme/static/images/logo-openaire.png
invenio_app_rdm/theme/static/images/logo-tind.png
invenio_app_rdm/theme/static/images/logo-tu-graz.svg
invenio_app_rdm/theme/static/images/logo-tubitak.svg
invenio_app_rdm/theme/static/images/logo-uni-hamburg.png
invenio_app_rdm/theme/static/images/logo-uni-munster.png
invenio_app_rdm/theme/static/images/logo-wacren.png
invenio_app_rdm/theme/static/templates/invenio_app_rdm/results.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/frontpage.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/search.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/deposits/uploads.html
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/deposits/forms/deposits.html
invenio_app_rdm/translations/.gitkeep
invenio_app_rdm/translations/messages.pot
invenio_app_rdm/translations/en/LC_MESSAGES/messages.mo
invenio_app_rdm/translations/en/LC_MESSAGES/messages.po
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po
scripts/bootstrap
scripts/console
scripts/server
scripts/setup
scripts/update
tests/conftest.py
tests/test_version.py
tests/api/conftest.py
tests/api/test_record_api.py
tests/ui/conftest.py
tests/ui/test_configuration.py