truthound-dashboard 1.4.0__tar.gz → 1.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.gitignore +5 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/PKG-INFO +6 -2
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/README.md +5 -1
- truthound_dashboard-1.4.1/frontend/.gitignore +1 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/package.json +1 -1
- truthound_dashboard-1.4.1/frontend/scripts/generate-fallbacks.mjs +111 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ConfirmDialog.tsx +2 -2
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/Layout.tsx +2 -2
- truthound_dashboard-1.4.1/frontend/src/hooks/useSafeIntlayer.ts +90 -0
- truthound_dashboard-1.4.1/frontend/src/lib/intlayer-fallbacks.ts +2908 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Activity.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Alerts.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Anomaly.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Catalog.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/CatalogDetail.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Dashboard.tsx +5 -5
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Drift.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/DriftMonitoring.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Glossary.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/GlossaryDetail.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Lineage.tsx +2 -2
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Maintenance.tsx +2 -2
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/ModelMonitoring.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Notifications.tsx +7 -7
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/NotificationsAdvanced.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Plugins.tsx +2 -2
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Privacy.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/ProfileComparison.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Reports.tsx +5 -5
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/RuleSuggestions.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Schedules.tsx +6 -6
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/SchemaEvolution.tsx +5 -5
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/SourceDetail.tsx +3 -3
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Sources.tsx +5 -5
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/TriggerMonitoring.tsx +4 -4
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/VersionHistory.tsx +3 -3
- truthound_dashboard-1.4.1/frontend/vercel.json +8 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/pyproject.toml +1 -1
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/index.html +1 -1
- truthound_dashboard-1.4.0/frontend/.intlayer/config/configuration.json +0 -121
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/alerts.json +0 -241
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/anomaly.json +0 -539
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/catalog.json +0 -155
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/collaboration.json +0 -97
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/common.json +0 -115
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/crossAlerts.json +0 -217
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/dashboard.json +0 -65
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/drift.json +0 -211
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/driftMonitor.json +0 -627
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/errors.json +0 -29
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/glossary.json +0 -133
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/lineage.json +0 -657
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/maintenance.json +0 -91
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/modelMonitoring.json +0 -337
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/nav.json +0 -73
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/notifications.json +0 -347
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/notificationsAdvanced.json +0 -1013
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/plugins.json +0 -621
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/privacy.json +0 -231
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/profileComparison.json +0 -121
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/profiler.json +0 -233
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/reports.json +0 -231
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/ruleSuggestions.json +0 -285
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/schedules.json +0 -99
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/schemaEvolution.json +0 -111
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/settings.json +0 -31
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/sources.json +0 -233
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/triggers.json +0 -177
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/validation.json +0 -65
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/validators.json +0 -215
- truthound_dashboard-1.4.0/frontend/.intlayer/dictionary/versioning.json +0 -107
- truthound_dashboard-1.4.0/frontend/.intlayer/main/dictionaries.cjs +0 -69
- truthound_dashboard-1.4.0/frontend/.intlayer/main/dictionaries.mjs +0 -69
- truthound_dashboard-1.4.0/frontend/.intlayer/main/dynamic_dictionaries.cjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/dynamic_dictionaries.mjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/fetch_dictionaries.cjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/fetch_dictionaries.mjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/remote_dictionaries.cjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/remote_dictionaries.mjs +0 -8
- truthound_dashboard-1.4.0/frontend/.intlayer/main/unmerged_dictionaries.cjs +0 -69
- truthound_dashboard-1.4.0/frontend/.intlayer/main/unmerged_dictionaries.mjs +0 -69
- truthound_dashboard-1.4.0/frontend/.intlayer/types/alerts.ts +0 -242
- truthound_dashboard-1.4.0/frontend/.intlayer/types/anomaly.ts +0 -540
- truthound_dashboard-1.4.0/frontend/.intlayer/types/catalog.ts +0 -156
- truthound_dashboard-1.4.0/frontend/.intlayer/types/collaboration.ts +0 -98
- truthound_dashboard-1.4.0/frontend/.intlayer/types/common.ts +0 -116
- truthound_dashboard-1.4.0/frontend/.intlayer/types/crossAlerts.ts +0 -218
- truthound_dashboard-1.4.0/frontend/.intlayer/types/dashboard.ts +0 -66
- truthound_dashboard-1.4.0/frontend/.intlayer/types/drift.ts +0 -212
- truthound_dashboard-1.4.0/frontend/.intlayer/types/driftMonitor.ts +0 -628
- truthound_dashboard-1.4.0/frontend/.intlayer/types/errors.ts +0 -30
- truthound_dashboard-1.4.0/frontend/.intlayer/types/glossary.ts +0 -134
- truthound_dashboard-1.4.0/frontend/.intlayer/types/intlayer.d.ts +0 -80
- truthound_dashboard-1.4.0/frontend/.intlayer/types/lineage.ts +0 -658
- truthound_dashboard-1.4.0/frontend/.intlayer/types/maintenance.ts +0 -92
- truthound_dashboard-1.4.0/frontend/.intlayer/types/modelMonitoring.ts +0 -338
- truthound_dashboard-1.4.0/frontend/.intlayer/types/nav.ts +0 -74
- truthound_dashboard-1.4.0/frontend/.intlayer/types/notifications.ts +0 -348
- truthound_dashboard-1.4.0/frontend/.intlayer/types/notificationsAdvanced.ts +0 -1014
- truthound_dashboard-1.4.0/frontend/.intlayer/types/plugins.ts +0 -622
- truthound_dashboard-1.4.0/frontend/.intlayer/types/privacy.ts +0 -232
- truthound_dashboard-1.4.0/frontend/.intlayer/types/profileComparison.ts +0 -122
- truthound_dashboard-1.4.0/frontend/.intlayer/types/profiler.ts +0 -234
- truthound_dashboard-1.4.0/frontend/.intlayer/types/reports.ts +0 -232
- truthound_dashboard-1.4.0/frontend/.intlayer/types/ruleSuggestions.ts +0 -286
- truthound_dashboard-1.4.0/frontend/.intlayer/types/schedules.ts +0 -100
- truthound_dashboard-1.4.0/frontend/.intlayer/types/schemaEvolution.ts +0 -112
- truthound_dashboard-1.4.0/frontend/.intlayer/types/settings.ts +0 -32
- truthound_dashboard-1.4.0/frontend/.intlayer/types/sources.ts +0 -234
- truthound_dashboard-1.4.0/frontend/.intlayer/types/triggers.ts +0 -178
- truthound_dashboard-1.4.0/frontend/.intlayer/types/validation.ts +0 -66
- truthound_dashboard-1.4.0/frontend/.intlayer/types/validators.ts +0 -216
- truthound_dashboard-1.4.0/frontend/.intlayer/types/versioning.ts +0 -108
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/alerts.json +0 -633
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/anomaly.json +0 -1712
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/catalog.json +0 -464
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/collaboration.json +0 -261
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/common.json +0 -906
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/crossAlerts.json +0 -549
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/dashboard.json +0 -185
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/drift.json +0 -612
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/driftMonitor.json +0 -1840
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/errors.json +0 -150
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/glossary.json +0 -387
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/lineage.json +0 -2113
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/maintenance.json +0 -276
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/modelMonitoring.json +0 -909
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/nav.json +0 -552
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/notifications.json +0 -968
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/notificationsAdvanced.json +0 -2999
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/plugins.json +0 -1903
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/privacy.json +0 -610
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/profileComparison.json +0 -381
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/profiler.json +0 -713
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/reports.json +0 -766
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/ruleSuggestions.json +0 -955
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/schedules.json +0 -292
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/schemaEvolution.json +0 -346
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/settings.json +0 -66
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/sources.json +0 -689
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/triggers.json +0 -577
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/validation.json +0 -173
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/validators.json +0 -602
- truthound_dashboard-1.4.0/frontend/.intlayer/unmerged_dictionary/versioning.json +0 -320
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.github/workflows/release.yml +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/.github/workflows/trigger-docs.yml +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/LICENSE +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/advanced-features.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/api.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/configuration.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/features.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/getting-started.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/index.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/docs/internationalization.md +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/package-lock.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/package.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/playwright.config.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/activity.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/anomaly.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/dashboard.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/drift-monitoring.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/drift.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/language.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/lineage.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/maintenance.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/model-monitoring.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications-advanced-deep.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications-advanced.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/notifications.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/plugins.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/privacy-new.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/privacy.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/reports.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/schedules.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/e2e/tests/theme.spec.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.development +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.mock +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.env.pip +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/.eslintrc.cjs +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/index.html +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/intlayer.config.mjs +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/package-lock.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/postcss.config.js +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public/favicon.ico +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public/mockServiceWorker.js +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/public-pip/favicon.ico +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/App.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/api/client.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/assets/logo.png +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/AnimatedNumber.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/AnimatedNumber.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/GlassCard.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/GlassCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/LoadingFallback.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ThemeToggle.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/AlertCorrelation.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/AlertSummaryCards.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/UnifiedAlertList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/alerts/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmAgreement.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmComparison.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmConfigForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AlgorithmSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyDetectionPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyExplanation.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyHistoryList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyResultsTable.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/AnomalyScoreChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchDetectionDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchProgress.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/BatchResults.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ColumnAnomalySummary.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ComparisonChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ComparisonResultsTable.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/ExplanationSummary.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/FeatureContributionChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingControls.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/StreamingDashboard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/anomaly/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/catalog/AssetFormDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/catalog/ColumnMappingDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/collaboration/ActivityFeed.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/collaboration/Comments.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/CodeEditor.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/LanguageSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/common/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/AutoTriggerConfig.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/CorrelatedAlerts.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/CrossAlertCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/cross-alerts/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ChunkedProgress.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDistributionChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDistributionComparison.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDriftCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnDrilldown.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/ColumnStatistics.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftAlertList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftConfigPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMethodSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftMonitorStats.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftPreview.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftPreviewResults.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftScoreGauge.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/DriftTrendChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/LargeDatasetWarning.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/RemediationPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/RootCauseAnalysis.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/SamplingConfig.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/drift/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/glossary/TermFormDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyImpactPath.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyLegend.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/AnomalyOverlayNode.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnImpactAnalysis.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnLineageEdge.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnLineagePanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ColumnMappingTable.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/CytoscapeLineageGraph.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/ImpactAnalysisPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LazyLineageNode.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageCluster.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageControls.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageEdge.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageExportPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageGraph.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageMinimap.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageNode.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageNodeDetails.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageRendererSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/LineageToolbar.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/MermaidLineageGraph.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/OpenLineageConfig.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/OpenLineageExport.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/VirtualizedLineageGraph.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/WebhookForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/WebhookStatus.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/column-lineage-types.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/lineage/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/maintenance/MaintenanceSettings.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/maintenance/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertHandlerList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/AlertRuleList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/MetricsChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelDashboard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelHealthIndicator.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/ModelMetricsChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/MonitoringOverviewStats.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/RegisterModelDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/model-monitoring/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/BulkActionBar.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ChannelConfigForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ConfigImportExport.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/DeduplicationTab.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationLevelBuilder.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationTab.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/EscalationTimeline.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ExpressionRuleEditor.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/IncidentDetailDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/Jinja2RuleEditor.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RoutingRulesTab.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RuleBuilder.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/RuleTestPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/SchedulerControlPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/StrategyGuide.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/TemplateLibrary.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/ThrottlingTab.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/TimeWindowPicker.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/WebSocketStatus.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/ChannelConfigForm.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/DeduplicationTab.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/EscalationTab.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/__tests__/RuleBuilder.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/notifications/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginDependencyGraph.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginDetailDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginHooksPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginInstallProgress.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginLifecyclePanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginSecurityPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/PluginSettingsTab.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterConfigForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterEditorDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ReporterPreviewPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorEditorDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorParamForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/ValidatorTestPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/plugins/types.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/MaskingPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/MaskingStrategySelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PIIFindingsTable.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PIIScanPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/PrivacyStats.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/ScanHistoryList.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/privacy/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/PatternDetectionPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/PatternResultsDisplay.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileComparisonTable.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileTrendChart.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/ProfileVersionSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/SamplingConfigPanel.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/profile/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/CustomReporterManagement.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/CustomReporterSection.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/ReportDownloadButton.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/reports/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/CrossColumnRuleCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/RuleSuggestionCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/RuleSuggestionDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/rules/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaChangeCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaDiffViewer.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaEvolutionTimeline.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/SchemaVersionCompare.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/schema/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/AddSourceDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/DynamicSourceForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/EditSourceDialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/SourceTypeSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/sources/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/theme-provider.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/CompositeTriggerForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/CronTriggerForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/DataChangeTriggerForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/IntervalTriggerForm.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerBuilder.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerPreview.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/TriggerTypeSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/triggers/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/accordion.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/alert-dialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/alert.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/badge.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/button.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/card.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/checkbox.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/collapsible.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/dialog.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/dropdown-menu.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/input.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/label.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/popover.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/progress.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/radio-group.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/scroll-area.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/select.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/separator.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/sheet.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/slider.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/switch.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/table.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/tabs.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/textarea.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/toast.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/toaster.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ui/tooltip.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/CustomValidatorCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorConfigCard.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorParamInput.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/ValidatorSelector.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/validators/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/VersionCompare.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/VersionTimeline.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/versioning/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/alerts.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/anomaly.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/catalog.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/collaboration.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/common.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/cross-alerts.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/dashboard.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/drift-monitor.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/drift.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/errors.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/glossary.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/lineage.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/maintenance.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/model-monitoring.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/nav.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/notifications-advanced.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/notifications.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/plugins.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/privacy.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/profile-comparison.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/profiler.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/reports.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/rule-suggestions.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/schedules.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/schema-evolution.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/settings.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/sources.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/triggers.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/validation.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/validators.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/content/versioning.content.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/use-api.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/use-toast.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useLineagePerformance.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useStreamingAnomaly.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/hooks/useWebSocket.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/index.css +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/__tests__/lineage-performance.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/intlayer-utils.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/lineage-performance.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/lineage-utils.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/lib/utils.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/main.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/__tests__/phase5-e2e.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/browser.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/data/store.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/anomaly.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/base.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/catalog.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/catalog.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/collaboration.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/collaboration.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/drift.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/glossary.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/glossary.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/history.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/lineage.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/mask.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/model-monitoring.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/notifications-advanced.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/notifications.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/plugins.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/profile-comparison.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/profile.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/reports.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/rule-suggestions.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/scan.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schedules.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schema-evolution.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/schemas.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/sources.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/validations.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/validators.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/factories/versioning.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/alerts.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/anomaly.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/catalog.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/collaboration.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/cross-alerts.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/drift.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/glossary.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/health.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/history.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/lineage.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/maintenance.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/mask.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/model-monitoring.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/notifications-advanced.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/notifications.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/plugins.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/profile.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/report-history.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/reports.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/rule-suggestions.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/rules.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/scan.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schedules.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schema-evolution.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/schemas.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/sources.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/triggers.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/validations.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/validators.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/handlers/versioning.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/mocks/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Dashboard.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/History.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Profile.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Rules.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/Validations.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Catalog.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/CatalogDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Dashboard.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Glossary.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/GlossaryDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/History.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Profile.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Rules.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/SourceDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/pages/__tests__/Sources.e2e.test.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/IntlayerProvider.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/config.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/providers/intlayer/index.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/catalogStore.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/catalogStore.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/glossaryStore.test.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/glossaryStore.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/stores/theme.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/intlayer-config.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/intlayer.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/mocks/react-intlayer.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/msw-server.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/setup.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/test/test-utils.tsx +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/types/validators.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/vite-env.d.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tailwind.config.js +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tsconfig.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/tsconfig.node.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/vite.config.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/vitest.config.ts +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/package-lock.json +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/scripts/load_test.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/__main__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/anomaly.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/catalog.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/collaboration.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/cross_alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/deps.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/drift.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/drift_monitor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/error_handlers.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/glossary.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/health.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/history.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/lineage.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/maintenance.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/mask.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/middleware.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/model_monitoring.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/notifications.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/notifications_advanced.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/plugins.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/profile.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/reports.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/router.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/rule_suggestions.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/rules.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/scan.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schedules.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schema_evolution.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/schemas.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/sources.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/triggers.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/validations.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/versioning.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/api/websocket.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/cli.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/config.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/anomaly.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/anomaly_explainer.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cache.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cached_services.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/charts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/connections.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/cross_alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/drift_monitor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/drift_sampling.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/encryption.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/exceptions.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/detector.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/i18n/messages.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/lineage.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/logging.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/maintenance.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/model_monitoring.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/channels.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/policies.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/service.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/stores.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/deduplication/strategies.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/backends.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/engine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/models.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/scheduler.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/state_machine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/escalation/stores.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/events.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/metrics/collectors.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/combinators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/config.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/config_parser.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/engine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/expression_engine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/jinja2_engine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/rules.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/routing/validator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/service.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/stats_aggregator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/builder.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/stores.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/notifications/throttling/throttlers.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/openlineage.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/activity.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/catalog.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/collaboration.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/phase5/glossary.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/extractor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/docs/renderers.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/decorators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/manager.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/hooks/protocols.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/hot_reload.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/machine.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/lifecycle/states.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/loader.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/registry.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/reporter_executor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/code_validator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/engines.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox/protocols.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/sandbox.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/analyzer.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/policies.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/protocols.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security/signing.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/security.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/validator_executor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/constraints.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/dependencies.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/plugins/versioning/semver.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/profile_comparison.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/report_history.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/csv_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/html_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/i18n/catalogs.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/json_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/junit_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/markdown_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/pdf_reporter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/reporters/registry.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/rule_generator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/sampling.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/scheduler.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/schema_evolution.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/services.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/statistics.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/streaming_anomaly.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/evaluators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/triggers/factory.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/unified_alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/validation_limits.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/versioning.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/manager.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/core/websocket/messages.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/database.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/models.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/db/repository.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/main.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/anomaly.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/catalog.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/collaboration.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/cross_alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/drift.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/drift_monitor.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/glossary.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/history.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/lineage.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/maintenance.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/mask.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/model_monitoring.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/notifications_advanced.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/openlineage.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/plugins.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/profile.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/profile_comparison.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/reports.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/rule.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/rule_suggestion.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/scan.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schedule.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schema.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/schema_evolution.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/source.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/triggers.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/unified_alerts.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validation.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/aggregate_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/anomaly_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/completeness_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/cross_table_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/datetime_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/distribution_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/drift_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/geospatial_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/multi_column_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/privacy_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/query_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/registry.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/schema_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/string_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/table_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators/uniqueness_validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/validators.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/schemas/versioning.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/assets/logo--IpBiMPK.png +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/static/favicon.ico +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/config_updater.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/exceptions.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/anthropic.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/base.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/mistral.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/ollama.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/openai.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/providers/registry.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/src/truthound_dashboard/translate/translator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/conftest.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_catalog.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_collaboration.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_glossary.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_health.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_rules.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_api/test_sources.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_performance.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_plugins.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_rule_validator.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_core/test_services.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_db/__init__.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_db/test_models.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/tests/test_phase4.py +0 -0
- {truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/uv.lock +0 -0
|
@@ -142,8 +142,9 @@ npm-debug.log*
|
|
|
142
142
|
yarn-debug.log*
|
|
143
143
|
yarn-error.log*
|
|
144
144
|
|
|
145
|
-
# Intlayer
|
|
146
|
-
|
|
145
|
+
# Intlayer - config has absolute paths, cache is temp files
|
|
146
|
+
# Dictionary and types need fresh generation on each build
|
|
147
|
+
frontend/.intlayer/
|
|
147
148
|
|
|
148
149
|
# Frontend build output (handled by build process)
|
|
149
150
|
# src/truthound_dashboard/static/
|
|
@@ -169,4 +170,5 @@ CLAUDE.md
|
|
|
169
170
|
src/truthound_dashboard/static/assets/*.js
|
|
170
171
|
src/truthound_dashboard/static/assets/*.css
|
|
171
172
|
|
|
172
|
-
.github/copilot-instructions.md
|
|
173
|
+
.github/copilot-instructions.md
|
|
174
|
+
.vercel
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: truthound-dashboard
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Open-source data quality dashboard - GX Cloud alternative
|
|
5
5
|
Author-email: Truthound Team <team@truthound.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -59,7 +59,11 @@ Description-Content-Type: text/markdown
|
|
|
59
59
|
|
|
60
60
|
A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
|
|
61
61
|
|
|
62
|
-
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
62
|
+
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashborad.vercel.app/)
|
|
63
|
+
|
|
64
|
+
> **Try the Live Demo**: Experience the full dashboard interface with mock data at [truthound-dashborad.vercel.app](https://truthound-dashborad.vercel.app/). No installation required!
|
|
65
|
+
>
|
|
66
|
+
> **Note**: The demo page displays in English only. Language selection is not available in the demo due to Intlayer's runtime requirements. When you install and run truthound-dashboard locally, full multi-language support (English, Korean, and AI-translated languages) works as expected.
|
|
63
67
|
|
|
64
68
|
## Overview
|
|
65
69
|
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
@@ -11,7 +11,11 @@
|
|
|
11
11
|
|
|
12
12
|
A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
|
|
13
13
|
|
|
14
|
-
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
14
|
+
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashborad.vercel.app/)
|
|
15
|
+
|
|
16
|
+
> **Try the Live Demo**: Experience the full dashboard interface with mock data at [truthound-dashborad.vercel.app](https://truthound-dashborad.vercel.app/). No installation required!
|
|
17
|
+
>
|
|
18
|
+
> **Note**: The demo page displays in English only. Language selection is not available in the demo due to Intlayer's runtime requirements. When you install and run truthound-dashboard locally, full multi-language support (English, Korean, and AI-translated languages) works as expected.
|
|
15
19
|
|
|
16
20
|
## Overview
|
|
17
21
|
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.vercel
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generate English fallback data from Intlayer content files
|
|
3
|
+
*
|
|
4
|
+
* This script extracts English (en) values from all .content.ts files
|
|
5
|
+
* and generates a fallbacks.ts file that can be used when Intlayer
|
|
6
|
+
* fails to load at runtime.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import fs from 'fs'
|
|
10
|
+
import path from 'path'
|
|
11
|
+
import { fileURLToPath } from 'url'
|
|
12
|
+
|
|
13
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
|
14
|
+
const contentDir = path.join(__dirname, '../src/content')
|
|
15
|
+
const outputFile = path.join(__dirname, '../src/lib/intlayer-fallbacks.ts')
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Extract English values from content file source code
|
|
19
|
+
*/
|
|
20
|
+
function extractEnglishValues(content) {
|
|
21
|
+
const result = {}
|
|
22
|
+
|
|
23
|
+
// Match t({ en: '...', ... }) patterns
|
|
24
|
+
// Handle both single-line and multi-line patterns
|
|
25
|
+
const tCallRegex = /(\w+):\s*t\(\s*\{([^}]+)\}\s*\)/gs
|
|
26
|
+
|
|
27
|
+
let match
|
|
28
|
+
while ((match = tCallRegex.exec(content)) !== null) {
|
|
29
|
+
const key = match[1]
|
|
30
|
+
const props = match[2]
|
|
31
|
+
|
|
32
|
+
// Extract the 'en' value
|
|
33
|
+
// Handle both: en: 'value' and en: "value"
|
|
34
|
+
const enMatch = props.match(/en:\s*['"]([^'"]*)['"]/s)
|
|
35
|
+
if (enMatch) {
|
|
36
|
+
result[key] = enMatch[1]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return result
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Get the key name from content file
|
|
45
|
+
*/
|
|
46
|
+
function extractKey(content) {
|
|
47
|
+
const keyMatch = content.match(/key:\s*['"](\w+)['"]/s)
|
|
48
|
+
return keyMatch ? keyMatch[1] : null
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Main execution
|
|
52
|
+
console.log('Generating English fallbacks from content files...\n')
|
|
53
|
+
|
|
54
|
+
const contentFiles = fs.readdirSync(contentDir)
|
|
55
|
+
.filter(f => f.endsWith('.content.ts'))
|
|
56
|
+
|
|
57
|
+
const fallbacks = {}
|
|
58
|
+
|
|
59
|
+
for (const file of contentFiles) {
|
|
60
|
+
const filePath = path.join(contentDir, file)
|
|
61
|
+
const content = fs.readFileSync(filePath, 'utf-8')
|
|
62
|
+
|
|
63
|
+
const key = extractKey(content)
|
|
64
|
+
if (!key) {
|
|
65
|
+
console.warn(` Warning: Could not extract key from ${file}`)
|
|
66
|
+
continue
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
const englishValues = extractEnglishValues(content)
|
|
70
|
+
const valueCount = Object.keys(englishValues).length
|
|
71
|
+
|
|
72
|
+
if (valueCount > 0) {
|
|
73
|
+
fallbacks[key] = englishValues
|
|
74
|
+
console.log(` ✓ ${key}: ${valueCount} values`)
|
|
75
|
+
} else {
|
|
76
|
+
console.warn(` Warning: No English values found in ${file}`)
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Generate TypeScript output
|
|
81
|
+
const output = `/**
|
|
82
|
+
* Auto-generated English fallbacks for Intlayer content
|
|
83
|
+
*
|
|
84
|
+
* Generated by: scripts/generate-fallbacks.mjs
|
|
85
|
+
*
|
|
86
|
+
* These fallbacks are used when Intlayer fails to load dictionaries
|
|
87
|
+
* at runtime (e.g., in Vercel deployments).
|
|
88
|
+
*
|
|
89
|
+
* DO NOT EDIT MANUALLY - regenerate with: node scripts/generate-fallbacks.mjs
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
// Type for IntlayerNode compatibility (string wrapper that works with React)
|
|
93
|
+
type FallbackValue = string
|
|
94
|
+
|
|
95
|
+
// Type for nested content structure
|
|
96
|
+
type FallbackContent = Record<string, FallbackValue | Record<string, FallbackValue>>
|
|
97
|
+
|
|
98
|
+
export const fallbacks: Record<string, FallbackContent> = ${JSON.stringify(fallbacks, null, 2)} as const
|
|
99
|
+
|
|
100
|
+
export type FallbackKeys = keyof typeof fallbacks
|
|
101
|
+
|
|
102
|
+
export function getFallback<K extends FallbackKeys>(key: K): typeof fallbacks[K] {
|
|
103
|
+
return fallbacks[key] || {}
|
|
104
|
+
}
|
|
105
|
+
`
|
|
106
|
+
|
|
107
|
+
fs.writeFileSync(outputFile, output, 'utf-8')
|
|
108
|
+
|
|
109
|
+
console.log(`\n✓ Generated ${outputFile}`)
|
|
110
|
+
console.log(` Total keys: ${Object.keys(fallbacks).length}`)
|
|
111
|
+
console.log(` Total values: ${Object.values(fallbacks).reduce((acc, v) => acc + Object.keys(v).length, 0)}`)
|
{truthound_dashboard-1.4.0 → truthound_dashboard-1.4.1}/frontend/src/components/ConfirmDialog.tsx
RENAMED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
import { useState, useCallback } from 'react'
|
|
28
|
-
import {
|
|
28
|
+
import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
|
|
29
29
|
import {
|
|
30
30
|
AlertDialog,
|
|
31
31
|
AlertDialogAction,
|
|
@@ -54,7 +54,7 @@ interface ConfirmState extends ConfirmOptions {
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
export function useConfirm() {
|
|
57
|
-
const common =
|
|
57
|
+
const common = useSafeIntlayer('common')
|
|
58
58
|
const [state, setState] = useState<ConfirmState>({
|
|
59
59
|
isOpen: false,
|
|
60
60
|
title: '',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Outlet, Link, useLocation } from 'react-router-dom'
|
|
2
|
-
import {
|
|
2
|
+
import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
|
|
3
3
|
import {
|
|
4
4
|
LayoutDashboard,
|
|
5
5
|
Database,
|
|
@@ -76,7 +76,7 @@ const navigation: NavItem[] = [
|
|
|
76
76
|
|
|
77
77
|
export default function Layout() {
|
|
78
78
|
const location = useLocation()
|
|
79
|
-
const nav =
|
|
79
|
+
const nav = useSafeIntlayer('nav')
|
|
80
80
|
const { theme, setTheme } = useTheme()
|
|
81
81
|
const [sidebarOpen, setSidebarOpen] = useState(false)
|
|
82
82
|
const [alertCount, setAlertCount] = useState(0)
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Safe Intlayer hook with English fallback support
|
|
3
|
+
*
|
|
4
|
+
* This hook wraps react-intlayer's useIntlayer and provides fallback values
|
|
5
|
+
* when Intlayer fails to load dictionaries at runtime (e.g., in Vercel deployments).
|
|
6
|
+
*
|
|
7
|
+
* Usage:
|
|
8
|
+
* import { useSafeIntlayer } from '@/hooks/useSafeIntlayer'
|
|
9
|
+
* const common = useSafeIntlayer('common')
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import { useMemo } from 'react'
|
|
13
|
+
import { useIntlayer as useIntlayerOriginal } from 'react-intlayer'
|
|
14
|
+
import { fallbacks } from '@/lib/intlayer-fallbacks'
|
|
15
|
+
|
|
16
|
+
// Store whether we've already logged the fallback warning
|
|
17
|
+
let fallbackWarningShown = false
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Check if Intlayer content is valid (not empty/broken)
|
|
21
|
+
* Returns true if the content has at least one valid property
|
|
22
|
+
*/
|
|
23
|
+
function isIntlayerContentValid(content: unknown): boolean {
|
|
24
|
+
if (!content || typeof content !== 'object') {
|
|
25
|
+
return false
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const obj = content as Record<string, unknown>
|
|
29
|
+
// Check if at least one property exists and has a value
|
|
30
|
+
for (const key of Object.keys(obj)) {
|
|
31
|
+
const value = obj[key]
|
|
32
|
+
if (value !== undefined && value !== null) {
|
|
33
|
+
return true
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return false
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// Type alias for Intlayer dictionary keys from the registry
|
|
40
|
+
type IntlayerKey = Parameters<typeof useIntlayerOriginal>[0]
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Safe Intlayer hook that falls back to English defaults when
|
|
44
|
+
* Intlayer fails to load dictionaries.
|
|
45
|
+
*
|
|
46
|
+
* @param key - The dictionary key
|
|
47
|
+
* @returns Dictionary content with Intlayer types preserved
|
|
48
|
+
*/
|
|
49
|
+
export function useSafeIntlayer<K extends IntlayerKey>(
|
|
50
|
+
key: K
|
|
51
|
+
): ReturnType<typeof useIntlayerOriginal<K>> {
|
|
52
|
+
// Always try to get content from Intlayer first
|
|
53
|
+
let intlayerContent: ReturnType<typeof useIntlayerOriginal<K>> | undefined
|
|
54
|
+
let intlayerFailed = false
|
|
55
|
+
|
|
56
|
+
try {
|
|
57
|
+
intlayerContent = useIntlayerOriginal(key)
|
|
58
|
+
} catch (error) {
|
|
59
|
+
intlayerFailed = true
|
|
60
|
+
if (!fallbackWarningShown) {
|
|
61
|
+
console.warn('[useSafeIntlayer] Intlayer failed, using fallbacks:', error)
|
|
62
|
+
fallbackWarningShown = true
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Get fallback content if available
|
|
67
|
+
const fallbackContent = fallbacks[key as keyof typeof fallbacks]
|
|
68
|
+
|
|
69
|
+
// Determine which content to use
|
|
70
|
+
return useMemo(() => {
|
|
71
|
+
// If Intlayer loaded successfully and has valid content, use it
|
|
72
|
+
if (!intlayerFailed && isIntlayerContentValid(intlayerContent)) {
|
|
73
|
+
return intlayerContent as ReturnType<typeof useIntlayerOriginal<K>>
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// Otherwise use fallback - cast to match Intlayer's expected return type
|
|
77
|
+
// This works because fallback strings render identically to IntlayerNode in JSX
|
|
78
|
+
if (fallbackContent) {
|
|
79
|
+
return fallbackContent as unknown as ReturnType<typeof useIntlayerOriginal<K>>
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// If no fallback available, return whatever Intlayer gave us (may be empty)
|
|
83
|
+
return intlayerContent as ReturnType<typeof useIntlayerOriginal<K>>
|
|
84
|
+
}, [intlayerFailed, intlayerContent, fallbackContent])
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Re-export useLocale for convenience
|
|
89
|
+
*/
|
|
90
|
+
export { useLocale } from 'react-intlayer'
|