LICENSE
README.md
pyproject.toml
src/fastx_dashboards/__init__.py
src/fastx_dashboards/taxonomy.py
src/fastx_dashboards.egg-info/PKG-INFO
src/fastx_dashboards.egg-info/SOURCES.txt
src/fastx_dashboards.egg-info/dependency_links.txt
src/fastx_dashboards.egg-info/requires.txt
src/fastx_dashboards.egg-info/top_level.txt
src/fastx_dashboards/core/__init__.py
src/fastx_dashboards/core/_optional_import.py
src/fastx_dashboards/core/audit.py
src/fastx_dashboards/core/auth.py
src/fastx_dashboards/core/cache.py
src/fastx_dashboards/core/config_reload.py
src/fastx_dashboards/core/constants.py
src/fastx_dashboards/core/database.py
src/fastx_dashboards/core/embed_revocation.py
src/fastx_dashboards/core/embed_signing.py
src/fastx_dashboards/core/embed_theme.py
src/fastx_dashboards/core/encryption.py
src/fastx_dashboards/core/graphql_generator.py
src/fastx_dashboards/core/health.py
src/fastx_dashboards/core/layout.py
src/fastx_dashboards/core/metrics.py
src/fastx_dashboards/core/nplus1_detector.py
src/fastx_dashboards/core/rate_limit.py
src/fastx_dashboards/core/registry.py
src/fastx_dashboards/core/router.py
src/fastx_dashboards/core/saga.py
src/fastx_dashboards/core/seo.py
src/fastx_dashboards/core/smart_cache.py
src/fastx_dashboards/core/spa.py
src/fastx_dashboards/core/time_travel.py
src/fastx_dashboards/core/tracing.py
src/fastx_dashboards/core/webhooks.py
src/fastx_dashboards/integrations/__init__.py
src/fastx_dashboards/integrations/providers/__init__.py
src/fastx_dashboards/integrations/providers/base.py
src/fastx_dashboards/integrations/providers/grafana.py
src/fastx_dashboards/integrations/providers/looker.py
src/fastx_dashboards/integrations/providers/metabase.py
src/fastx_dashboards/integrations/providers/powerbi.py
src/fastx_dashboards/operations/__init__.py
src/fastx_dashboards/operations/api_dashboard/__init__.py
src/fastx_dashboards/operations/api_dashboard/registry.py
src/fastx_dashboards/operations/api_dashboard/router.py
src/fastx_dashboards/operations/health/__init__.py
src/fastx_dashboards/operations/health/dashboard.py
src/fastx_dashboards/operations/queues_dashboard/__init__.py
src/fastx_dashboards/operations/queues_dashboard/router.py
src/fastx_dashboards/operations/secrets_dashboard/__init__.py
src/fastx_dashboards/operations/secrets_dashboard/router.py
src/fastx_dashboards/operations/tenants_dashboard/__init__.py
src/fastx_dashboards/operations/tenants_dashboard/router.py
src/fastx_dashboards/operations/workflows/__init__.py
src/fastx_dashboards/operations/workflows/engine.py
src/fastx_dashboards/operations/workflows/order_lifecycle.py
src/fastx_dashboards/operations/workflows_dashboard/__init__.py
src/fastx_dashboards/operations/workflows_dashboard/router.py
src/fastx_dashboards/sec/__init__.py
src/fastx_dashboards/sec/secrets/__init__.py
src/fastx_dashboards/sec/secrets/providers.py
src/fastx_dashboards/static/index.html
src/fastx_dashboards/static/assets/index-D-MtU8aT.css
src/fastx_dashboards/static/assets/index-Dr-ArBCZ.js
tests/test_config_reload.py
tests/test_embed_revocation_theme.py
tests/test_embed_signing.py
tests/test_encryption.py
tests/test_graphql_generator.py
tests/test_loose_coupling.py
tests/test_mocks.py
tests/test_nplus1_detector.py
tests/test_providers.py
tests/test_public_api.py
tests/test_registry.py
tests/test_router.py
tests/test_saga.py
tests/test_seo.py
tests/test_smart_cache.py
tests/test_time_travel.py
tests/test_tracing.py