.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.github/CODEOWNERS | |
|
|
.github/workflows/ci-pipeline.yml | |
|
|
.github/workflows/github-pages.yml | |
|
|
.github/workflows/python-code-style.yml | |
|
|
.github/workflows/python-lint.yml | |
|
|
.github/workflows/python-quality.yml | |
|
|
.github/workflows/python-tests.yml | |
|
|
.github/workflows/python-typing.yml | |
|
|
.gitignore | |
|
|
.idea/bootstrap-python-fastapi.iml | |
|
|
.idea/dataSources.xml | |
|
|
.idea/inspectionProfiles/Project_Default.xml | |
|
|
.idea/misc.xml | |
|
|
.idea/modules.xml | |
|
|
.idea/runConfigurations/HTTP_App.xml | |
|
|
.idea/runConfigurations/Tests.xml | |
|
|
.idea/vcs.xml | |
|
|
Dockerfile | |
|
|
Makefile | |
|
|
README.md | |
|
|
alembic.ini | |
|
|
docker-compose.yaml | |
|
|
docs/adr/0001-record-architecture-decisions.md | |
|
|
docs/adr/adr-template.md | |
|
|
docs/adr/summary.md | |
|
|
docs/api-documentation.md | |
|
|
docs/architecture.md | |
|
|
docs/dockerfile.md | |
|
|
docs/index.md | |
|
|
docs/inversion-of-control.md | |
|
|
docs/packages/alembic.md | |
|
|
docs/packages/bootstrap.md | |
|
|
docs/packages/celery_worker.md | |
|
|
docs/packages/domains.md | |
|
|
docs/packages/gateways.md | |
|
|
docs/packages/http_app.md | |
|
|
mkdocs.yml | |
|
|
otel-collector-config.yaml | |
|
|
poetry.lock | |
|
|
pyproject.toml | |
|
|
renovate.json | |
|
|
src/alembic.ini | |
|
|
src/bootstrap/__init__.py | 2 | A 0 mins | A 100% |
src/bootstrap/bootstrap.py | 28 | A 0 mins | A 100% |
src/bootstrap/celery.py | 7 | A 0 mins | A 100% |
src/bootstrap/config.py | 36 | A 0 mins |
|
src/bootstrap/di_container.py | 57 | A 0 mins | A 100% |
src/bootstrap/logs/__init__.py | 69 | A 0 mins |
|