.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODEOWNERS
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
pyproject.toml
settings.cfg.example
setup.cfg
setup.py
test-requirements.txt
tox.ini
zubbi-scraper
.github/baumpfleger.yml
.github/zubbi-architecture.png
.github/zubbi-index.png
.github/workflows/tox.yaml
docker/Dockerfile
docker/docker-compose.yaml
docker/settings.cfg
docker/tenant-config.yaml
k8s/README.md
k8s/elasticsearch.yaml
k8s/zubbi-ingress.yaml
k8s/zubbi.yaml
tests/conftest.py
tests/test_doc.py
tests/test_elasticsearch.py
tests/test_model.py
tests/test_utils.py
tests/test_views.py
tests/scraper/test_events.py
tests/scraper/test_integration.py
tests/scraper/test_repo_parser.py
tests/scraper/connections/conftest.py
tests/scraper/connections/test_gerrit.py
tests/scraper/connections/test_git.py
tests/scraper/connections/test_github.py
tests/scraper/connections/test_init.py
tests/testdata/app_key_file
tests/testdata/test.bar.yaml
tests/testdata/test.foo.yaml
tests/testdata/payloads/github-webhook-installation-created.json
tests/testdata/payloads/github-webhook-installation-deleted.json
tests/testdata/payloads/github-webhook-push.json
tests/testdata/readmes/python-code.rst
tests/testdata/readmes/reusable.rst
tests/testdata/readmes/supported-os.rst
tests/testdata/readmes/yaml-code.rst
tests/testdata/repo_files/roles/bar/README.rst
tests/testdata/repo_files/roles/foo/README.rst
tests/testdata/repo_files/zuul.d/jobs-parse-error.yaml
tests/testdata/repo_files/zuul.d/jobs.yaml
tests/testdata/repo_files/zuul.d/no-jobs.yaml
zubbi/__init__.py
zubbi/cli.py
zubbi/default_settings.py
zubbi/doc.py
zubbi/extensions.py
zubbi/helpers.py
zubbi/models.py
zubbi/utils.py
zubbi/views.py
zubbi.egg-info/PKG-INFO
zubbi.egg-info/SOURCES.txt
zubbi.egg-info/dependency_links.txt
zubbi.egg-info/entry_points.txt
zubbi.egg-info/not-zip-safe
zubbi.egg-info/requires.txt
zubbi.egg-info/top_level.txt
zubbi/scraper/__init__.py
zubbi/scraper/exceptions.py
zubbi/scraper/main.py
zubbi/scraper/repo_parser.py
zubbi/scraper/scraper.py
zubbi/scraper/tenant_parser.py
zubbi/scraper/connections/__init__.py
zubbi/scraper/connections/gerrit.py
zubbi/scraper/connections/git.py
zubbi/scraper/connections/github.py
zubbi/scraper/repos/__init__.py
zubbi/scraper/repos/gerrit.py
zubbi/scraper/repos/git.py
zubbi/scraper/repos/github.py
zubbi/static/functions.js
zubbi/static/pygments.css
zubbi/static/style.css
zubbi/static/css/bootstrap.min.css
zubbi/static/css/bootstrap.min.css.map
zubbi/static/css/fontawesome-all.min.css
zubbi/static/css/jquery-ui.min.css
zubbi/static/js/bootstrap.bundle.min.js
zubbi/static/js/bootstrap.bundle.min.js.map
zubbi/static/js/bootstrap.min.js
zubbi/static/js/bootstrap.min.js.map
zubbi/static/js/jquery-3.3.1.min.js
zubbi/static/js/jquery-ui.min.js
zubbi/static/js/typed.min.js
zubbi/static/js/typed.min.js.map
zubbi/static/webfonts/fa-brands-400.eot
zubbi/static/webfonts/fa-brands-400.svg
zubbi/static/webfonts/fa-brands-400.ttf
zubbi/static/webfonts/fa-brands-400.woff
zubbi/static/webfonts/fa-brands-400.woff2
zubbi/static/webfonts/fa-regular-400.eot
zubbi/static/webfonts/fa-regular-400.svg
zubbi/static/webfonts/fa-regular-400.ttf
zubbi/static/webfonts/fa-regular-400.woff
zubbi/static/webfonts/fa-regular-400.woff2
zubbi/static/webfonts/fa-solid-900.eot
zubbi/static/webfonts/fa-solid-900.svg
zubbi/static/webfonts/fa-solid-900.ttf
zubbi/static/webfonts/fa-solid-900.woff
zubbi/static/webfonts/fa-solid-900.woff2
zubbi/templates/_css.html
zubbi/templates/_footer.html
zubbi/templates/_js.html
zubbi/templates/_navbar.html
zubbi/templates/base.html
zubbi/templates/details.html
zubbi/templates/error.html
zubbi/templates/how-to.html
zubbi/templates/index.html
zubbi/templates/lmzify.html
zubbi/templates/macro-searchbox.html
zubbi/templates/macros.html
zubbi/templates/search.html
zubbi/templates/skeleton.html
zubbi/templates/includes/block-changelog.html
zubbi/templates/includes/block-description.html
zubbi/templates/includes/changelog-example.html
zubbi/templates/includes/code-example.html
zubbi/templates/includes/job-example.html
zubbi/templates/includes/role-example.html