.checkignore
.dockerignore
.jshintignore
.jshintrc
.travis-devel-requirements.txt
.travis-production-requirements.txt
.travis-release-requirements.txt
.travis.yml
AUTHORS.rst
CHANGES.rst
COPYING
Dockerfile
INSTALL.rst
MANIFEST.in
Procfile
README.rst
babel.cfg
docker-compose.yml
elasticsearch.yml
pytest.ini
requirements.devel.txt
requirements.developer.txt
requirements.pinned.txt
requirements.txt
run-tests.sh
setup.cfg
setup.py
CDS.egg-info/PKG-INFO
CDS.egg-info/SOURCES.txt
CDS.egg-info/dependency_links.txt
CDS.egg-info/entry_points.txt
CDS.egg-info/not-zip-safe
CDS.egg-info/requires.txt
CDS.egg-info/top_level.txt
cds/__init__.py
cds/celery.py
cds/cli.py
cds/config.py
cds/factory.py
cds/version.py
cds/wsgi.py
cds/modules/__init__.py
cds/modules/access/__init__.py
cds/modules/access/access_control.py
cds/modules/cds_iiif/__init__.py
cds/modules/cds_iiif/ext.py
cds/modules/cds_iiif/utils.py
cds/modules/fixtures/__init__.py
cds/modules/fixtures/cli.py
cds/modules/fixtures/ext.py
cds/modules/fixtures/data/files.tar.gz
cds/modules/fixtures/data/records.xml
cds/modules/fixtures/data/theses.tar.gz
cds/modules/home/__init__.py
cds/modules/home/views.py
cds/modules/home/static/templates/cds_home/home_results.html
cds/modules/home/templates/cds_home/header.html
cds/modules/home/templates/cds_home/home.html
cds/modules/migrator/__init__.py
cds/modules/migrator/records.py
cds/modules/records/__init__.py
cds/modules/records/bundles.py
cds/modules/records/minters.py
cds/modules/records/providers.py
cds/modules/records/views.py
cds/modules/records/mappings/__init__.py
cds/modules/records/mappings/records/album-v1.0.0.json
cds/modules/records/mappings/records/default-v1.0.0.json
cds/modules/records/mappings/records/image-v1.0.0.json
cds/modules/records/mappings/records/video-v1.0.0.json
cds/modules/records/static/js/cds_records/main.js
cds/modules/records/static/templates/cds_records/detail.default.html
cds/modules/records/static/templates/cds_records/popup_template.html
cds/modules/records/templates/cds_records/record_detail.html
cds/modules/search_ui/__init__.py
cds/modules/search_ui/views.py
cds/modules/search_ui/static/templates/cds_search_ui/facets.html
cds/modules/search_ui/static/templates/cds_search_ui/pagination.html
cds/modules/search_ui/static/templates/cds_search_ui/range.html
cds/modules/search_ui/static/templates/cds_search_ui/results.html
cds/modules/search_ui/static/templates/cds_search_ui/searchbar.html
cds/modules/search_ui/templates/cds_search_ui/header.html
cds/modules/search_ui/templates/cds_search_ui/search.html
cds/modules/theme/__init__.py
cds/modules/theme/bundles.py
cds/modules/theme/views.py
cds/modules/theme/static/img/cds.svg
cds/modules/theme/static/img/cern-logo-large.png
cds/modules/theme/static/img/event.jpg
cds/modules/theme/static/img/unicorn.png
cds/modules/theme/static/js/cds-build.js
cds/modules/theme/static/js/cds-settings.js
cds/modules/theme/static/js/main.js
cds/modules/theme/static/js/cds/module.js
cds/modules/theme/static/scss/cds.scss
cds/modules/theme/static/scss/variables.scss
cds/modules/theme/static/templates/cds/marc21/default.html
cds/modules/theme/templates/cds_theme/footer.html
cds/modules/theme/templates/cds_theme/header.html
cds/modules/theme/templates/cds_theme/login_user.html
cds/modules/theme/templates/cds_theme/page.html
cds/modules/theme/templates/cds_theme/profile.html
cds/modules/theme/templates/cds_theme/scripts.html
cds/modules/theme/templates/cds_theme/styles.html
docker/docker-entrypoint.sh
docker/es/Dockerfile
docker/nginx/Dockerfile
docker/nginx/nginx.conf
docker/nginx/test.crt
docker/nginx/test.key
docker/nginx/conf.d/default.conf
scripts/setup-assets.sh
scripts/setup-npm.sh
tests/data/cds_records_and_files_dump.json
tests/e2e/conftest.py
tests/e2e/test_frontpage.py
tests/e2e/test_search.py
tests/e2e/test_search_params.py
tests/unit/conftest.py
tests/unit/test_access.py
tests/unit/test_cds.py
tests/unit/test_celery.py
tests/unit/test_migration.py
tests/unit/test_provider.py
tests/unit/test_wsgi.py