.editorconfig
.gitignore
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Dockerfile.celery
Dockerfile.e2e-tests
LICENSE
NOTICE
README.md
postgres.version
pyproject.toml
rabbitmq.version
uv.lock
.github/hubcast.yml
.github/workflows/release.yml
alembic/README.md
alembic/env.py
alembic/script.py.mako
alembic/versions/032293b44a9c_add_server_error_status.py
alembic/versions/18380dc634da_add_route_community_constructs.py
alembic/versions/3832c52955f5_add_duid_to_user.py
alembic/versions/3acb77dd5d02_remove_unique_constraint_on_duid.py
alembic/versions/3bf5f7623dea_add_domain_table.py
alembic/versions/3bfd13c165c0_add_last_contact_column_to_route.py
alembic/versions/671ac85bae45_drop_unique_constraint_on_dst.py
alembic/versions/7c9e3af1c8a2_add_name_column_to_route.py
alembic/versions/8b2e18c8fb42_refactor_availability_status_to_status.py
alembic/versions/8ceb564736f7_composite_community_name_entity_unique_.py
alembic/versions/982b0a2b0550_add_admin_token_table_and_is_admin_to_.py
alembic/versions/b70672394cf4_initial_commit.py
alembic/versions/c7f339b17766_add_domain_type_to_domain_table.py
alembic/versions/d5e523d513bf_link_entity_and_route_via_many_to_many.py
helm/route_registry/.helmignore
helm/route_registry/Chart.yaml
helm/route_registry/values.yaml
helm/route_registry/charts/postgres/.helmignore
helm/route_registry/charts/postgres/Chart.yaml
helm/route_registry/charts/postgres/templates/_helpers.tpl
helm/route_registry/charts/postgres/templates/service.yaml
helm/route_registry/charts/postgres/templates/serviceaccount.yaml
helm/route_registry/charts/postgres/templates/statefulset.yaml
helm/route_registry/charts/rabbitmq/.helmignore
helm/route_registry/charts/rabbitmq/Chart.yaml
helm/route_registry/charts/rabbitmq/templates/_helpers.tpl
helm/route_registry/charts/rabbitmq/templates/service.yaml
helm/route_registry/charts/rabbitmq/templates/serviceaccount.yaml
helm/route_registry/charts/rabbitmq/templates/statefulset.yaml
helm/route_registry/charts/route-registry-core/.helmignore
helm/route_registry/charts/route-registry-core/Chart.yaml
helm/route_registry/charts/route-registry-core/templates/_helpers.tpl
helm/route_registry/charts/route-registry-core/templates/configmap.yaml
helm/route_registry/charts/route-registry-core/templates/deployment.yaml
helm/route_registry/charts/route-registry-core/templates/ingress.yaml
helm/route_registry/charts/route-registry-core/templates/service.yaml
helm/route_registry/charts/route-registry-core/templates/serviceaccount.yaml
helm/route_registry/charts/route-registry-worker/.helmignore
helm/route_registry/charts/route-registry-worker/Chart.yaml
helm/route_registry/charts/route-registry-worker/templates/_helpers.tpl
helm/route_registry/charts/route-registry-worker/templates/deployment.yaml
helm/route_registry/charts/route-registry-worker/templates/ingress.yaml
helm/route_registry/charts/route-registry-worker/templates/service.yaml
helm/route_registry/charts/route-registry-worker/templates/serviceaccount.yaml
helm/route_registry/templates/_helpers.tpl
route_registry/__init__.py
route_registry/adapter.py
route_registry/celery.py
route_registry/command.py
route_registry/config.py
route_registry/dependencies.py
route_registry/models.py
route_registry/pydantic_models.py
route_registry/server.py
route_registry/services.py
route_registry/track.py
route_registry/utils.py
route_registry/clients/__init__.py
route_registry/clients/authorization.py
route_registry/clients/base_client.py
route_registry/clients/holepunch.py
route_registry/config/settings.toml
route_registry/internal/__init__.py
route_registry/internal/domain.py
route_registry/internal/group.py
route_registry/internal/route.py
route_registry/internal/token.py
route_registry/internal/user.py
route_registry/routers/__init__.py
route_registry/routers/community.py
route_registry/routers/jwt.py
route_registry/routers/route.py
route_registry/routers/well_known.py
route_registry/service/__init__.py
route_registry/service/uow.py
route_registry/store/__init__.py
route_registry/store/orm.py
route_registry/store/repository.py
scripts/migrate-db
tests/__init__.py
tests/conftest.py
tests/test_json_schema.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_route_registry.py
tests/helpers/__init__.py
tests/helpers/fake_app.py
tests/helpers/fake_deps.py
tests/helpers/fake_holepunch.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_adapter.py
tests/integration/test_services.py
tests/integration/test_uow.py
wormhole_route_registry.egg-info/PKG-INFO
wormhole_route_registry.egg-info/SOURCES.txt
wormhole_route_registry.egg-info/dependency_links.txt
wormhole_route_registry.egg-info/entry_points.txt
wormhole_route_registry.egg-info/requires.txt
wormhole_route_registry.egg-info/top_level.txt