truthound-dashboard 1.3.0__tar.gz → 1.3.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.3.0 → truthound_dashboard-1.3.1}/PKG-INFO +5 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/README.md +4 -0
- truthound_dashboard-1.3.1/frontend/.intlayer/dictionary/validators.json +215 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dictionaries.cjs +3 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dictionaries.mjs +3 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/unmerged_dictionaries.cjs +3 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/unmerged_dictionaries.mjs +3 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/intlayer.d.ts +2 -0
- truthound_dashboard-1.3.1/frontend/.intlayer/types/validators.ts +216 -0
- truthound_dashboard-1.3.1/frontend/.intlayer/unmerged_dictionary/validators.json +602 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/lib/intlayer-utils.ts +1 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/mask.ts +0 -23
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/scan.ts +1 -2
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/validations.ts +12 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Schedules.tsx +184 -68
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/SourceDetail.tsx +109 -3
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/pyproject.toml +1 -1
- truthound_dashboard-1.3.1/src/truthound_dashboard/static/assets/index-BZG20KuF.js +586 -0
- truthound_dashboard-1.3.1/src/truthound_dashboard/static/assets/index-D_HyZ3pb.css +1 -0
- truthound_dashboard-1.3.0/src/truthound_dashboard/static/assets/unmerged_dictionaries-CsJWCRx9.js → truthound_dashboard-1.3.1/src/truthound_dashboard/static/assets/unmerged_dictionaries-CtpqQBm0.js +1 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/static/index.html +2 -2
- truthound_dashboard-1.3.0/src/truthound_dashboard/static/assets/index-BCA8H1hO.js +0 -574
- truthound_dashboard-1.3.0/src/truthound_dashboard/static/assets/index-BNsSQ2fN.css +0 -1
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/.github/workflows/release.yml +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/.github/workflows/trigger-docs.yml +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/.gitignore +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/LICENSE +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/api.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/configuration.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/features.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/getting-started.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/index.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/docs/internationalization.md +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/package-lock.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/package.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/playwright.config.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/activity.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/dashboard.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/drift.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/language.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/notifications.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/schedules.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/e2e/tests/theme.spec.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.env.development +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.env.mock +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.env.pip +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.eslintrc.cjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/config/configuration.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/catalog.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/collaboration.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/common.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/dashboard.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/drift.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/errors.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/glossary.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/nav.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/notifications.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/schedules.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/settings.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/sources.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/dictionary/validation.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dynamic_dictionaries.cjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dynamic_dictionaries.mjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/fetch_dictionaries.cjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/fetch_dictionaries.mjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/remote_dictionaries.cjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/remote_dictionaries.mjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/catalog.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/collaboration.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/common.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/dashboard.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/drift.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/errors.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/glossary.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/nav.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/notifications.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/schedules.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/settings.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/sources.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/validation.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/catalog.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/collaboration.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/common.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/dashboard.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/drift.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/errors.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/glossary.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/nav.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/notifications.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/schedules.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/settings.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/sources.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/unmerged_dictionary/validation.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/index.html +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/intlayer.config.mjs +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/package-lock.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/package.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/postcss.config.js +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/public/favicon.ico +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/public/mockServiceWorker.js +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/public-pip/favicon.ico +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/App.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/api/client.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/assets/logo.png +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/AnimatedNumber.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/AnimatedNumber.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ConfirmDialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/GlassCard.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/GlassCard.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/Layout.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/LoadingFallback.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ThemeToggle.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/catalog/AssetFormDialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/catalog/ColumnMappingDialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/collaboration/ActivityFeed.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/collaboration/Comments.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/glossary/TermFormDialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/theme-provider.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/alert-dialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/badge.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/button.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/card.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/dialog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/dropdown-menu.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/input.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/label.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/select.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/switch.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/table.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/tabs.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/toast.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/ui/toaster.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/validators/ValidatorConfigCard.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/validators/ValidatorParamInput.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/validators/ValidatorSelector.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/components/validators/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/catalog.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/collaboration.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/common.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/dashboard.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/drift.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/errors.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/glossary.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/nav.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/notifications.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/schedules.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/settings.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/sources.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/validation.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/content/validators.content.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/hooks/use-api.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/hooks/use-toast.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/index.css +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/lib/utils.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/main.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/__tests__/phase5-e2e.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/browser.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/data/store.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/base.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/catalog.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/catalog.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/collaboration.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/collaboration.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/drift.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/glossary.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/glossary.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/history.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/notifications.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/profile.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/schedules.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/schemas.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/sources.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/factories/validators.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/catalog.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/collaboration.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/drift.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/glossary.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/health.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/history.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/mask.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/notifications.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/profile.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/rules.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/scan.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/schedules.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/schemas.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/sources.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/validations.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/handlers/validators.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/mocks/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Activity.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Catalog.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/CatalogDetail.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Dashboard.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Dashboard.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Drift.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Glossary.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/GlossaryDetail.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/History.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Notifications.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Profile.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Rules.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Sources.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/Validations.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Catalog.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/CatalogDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Dashboard.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Glossary.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/GlossaryDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/History.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Profile.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Rules.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/SourceDetail.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/pages/__tests__/Sources.e2e.test.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/providers/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/providers/intlayer/IntlayerProvider.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/providers/intlayer/config.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/providers/intlayer/index.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/stores/catalogStore.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/stores/catalogStore.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/stores/glossaryStore.test.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/stores/glossaryStore.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/stores/theme.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/test/mocks/intlayer-config.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/test/mocks/intlayer.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/test/mocks/react-intlayer.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/test/setup.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/test/test-utils.tsx +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/types/validators.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/src/vite-env.d.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/tailwind.config.js +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/tsconfig.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/tsconfig.node.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/vite.config.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/vitest.config.ts +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/package-lock.json +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/scripts/load_test.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/__main__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/catalog.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/collaboration.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/deps.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/drift.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/error_handlers.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/glossary.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/health.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/history.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/mask.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/middleware.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/notifications.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/profile.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/router.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/rules.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/scan.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/schedules.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/schemas.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/sources.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/validations.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/api/validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/cli.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/config.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/cache.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/connections.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/encryption.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/exceptions.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/logging.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/maintenance.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/channels.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/events.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/notifications/service.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/phase5/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/phase5/activity.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/phase5/catalog.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/phase5/collaboration.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/phase5/glossary.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/sampling.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/scheduler.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/services.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/db/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/db/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/db/database.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/db/models.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/db/repository.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/main.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/catalog.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/collaboration.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/drift.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/glossary.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/history.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/mask.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/profile.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/rule.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/scan.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/schedule.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/schema.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/source.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validation.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/aggregate_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/anomaly_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/completeness_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/cross_table_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/datetime_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/distribution_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/drift_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/geospatial_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/multi_column_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/privacy_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/query_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/registry.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/schema_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/string_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/table_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators/uniqueness_validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/schemas/validators.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/static/assets/logo--IpBiMPK.png +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/static/favicon.ico +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/config_updater.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/exceptions.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/anthropic.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/base.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/mistral.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/ollama.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/openai.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/providers/registry.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/src/truthound_dashboard/translate/translator.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/conftest.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_catalog.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_collaboration.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_glossary.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_health.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_rules.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_api/test_sources.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_core/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_core/test_services.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_db/__init__.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_db/test_models.py +0 -0
- {truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/tests/test_phase4.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: truthound-dashboard
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.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
|
|
@@ -48,6 +48,10 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
|
|
49
49
|
# truthound-dashboard
|
|
50
50
|
|
|
51
|
+
> **⚠️ Under Active Development**
|
|
52
|
+
>
|
|
53
|
+
> The [truthound](https://github.com/seadonggyun4/truthound) core library has recently undergone significant API improvements and feature enhancements. This dashboard project is currently being updated to fully support these changes. Some features may not yet reflect the latest truthound capabilities. We appreciate your patience as we work to bring full compatibility.
|
|
54
|
+
|
|
51
55
|
[](https://pypi.org/project/truthound-dashboard/)
|
|
52
56
|
[](https://www.python.org/downloads/)
|
|
53
57
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
# truthound-dashboard
|
|
5
5
|
|
|
6
|
+
> **⚠️ Under Active Development**
|
|
7
|
+
>
|
|
8
|
+
> The [truthound](https://github.com/seadonggyun4/truthound) core library has recently undergone significant API improvements and feature enhancements. This dashboard project is currently being updated to fully support these changes. Some features may not yet reflect the latest truthound capabilities. We appreciate your patience as we work to bring full compatibility.
|
|
9
|
+
|
|
6
10
|
[](https://pypi.org/project/truthound-dashboard/)
|
|
7
11
|
[](https://www.python.org/downloads/)
|
|
8
12
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
{
|
|
2
|
+
"key": "validators",
|
|
3
|
+
"content": {
|
|
4
|
+
"nodeType": "translation",
|
|
5
|
+
"translation": {
|
|
6
|
+
"en": {
|
|
7
|
+
"title": "Validators",
|
|
8
|
+
"selectValidators": "Select Validators",
|
|
9
|
+
"configureValidators": "Configure Validators",
|
|
10
|
+
"categories": {
|
|
11
|
+
"schema": "Schema",
|
|
12
|
+
"completeness": "Completeness",
|
|
13
|
+
"uniqueness": "Uniqueness",
|
|
14
|
+
"distribution": "Distribution",
|
|
15
|
+
"string": "String",
|
|
16
|
+
"datetime": "Datetime",
|
|
17
|
+
"aggregate": "Aggregate",
|
|
18
|
+
"crossTable": "Cross-Table",
|
|
19
|
+
"query": "Query",
|
|
20
|
+
"multiColumn": "Multi-Column",
|
|
21
|
+
"table": "Table",
|
|
22
|
+
"geospatial": "Geospatial",
|
|
23
|
+
"drift": "Drift",
|
|
24
|
+
"anomaly": "Anomaly",
|
|
25
|
+
"privacy": "Privacy",
|
|
26
|
+
"timeSeries": "Time Series",
|
|
27
|
+
"referential": "Referential",
|
|
28
|
+
"streaming": "Streaming",
|
|
29
|
+
"business": "Business"
|
|
30
|
+
},
|
|
31
|
+
"categoryDescriptions": {
|
|
32
|
+
"schema": "Validate structure, columns, and data types",
|
|
33
|
+
"completeness": "Check for null values and missing data",
|
|
34
|
+
"uniqueness": "Detect duplicates and validate keys",
|
|
35
|
+
"distribution": "Validate value ranges and distributions",
|
|
36
|
+
"string": "Pattern matching and format validation",
|
|
37
|
+
"datetime": "Date/time format and range validation",
|
|
38
|
+
"aggregate": "Statistical aggregate checks (mean, sum, etc.)",
|
|
39
|
+
"crossTable": "Multi-table relationships and foreign keys",
|
|
40
|
+
"multiColumn": "Column relationships and calculations",
|
|
41
|
+
"query": "Expression-based custom validation",
|
|
42
|
+
"table": "Table metadata and structure validation",
|
|
43
|
+
"geospatial": "Geographic coordinate validation",
|
|
44
|
+
"drift": "Distribution change detection between datasets",
|
|
45
|
+
"anomaly": "ML-based outlier and anomaly detection",
|
|
46
|
+
"privacy": "PII detection and compliance (GDPR, CCPA)",
|
|
47
|
+
"timeSeries": "Time series data validation",
|
|
48
|
+
"referential": "Referential integrity validation",
|
|
49
|
+
"streaming": "Streaming data validation",
|
|
50
|
+
"business": "Business rule validation"
|
|
51
|
+
},
|
|
52
|
+
"presets": {
|
|
53
|
+
"custom": "Custom",
|
|
54
|
+
"allValidators": "All Validators",
|
|
55
|
+
"quickCheck": "Quick Check",
|
|
56
|
+
"schemaOnly": "Schema Only",
|
|
57
|
+
"dataQuality": "Data Quality"
|
|
58
|
+
},
|
|
59
|
+
"presetDescriptions": {
|
|
60
|
+
"allValidators": "Run all available validators",
|
|
61
|
+
"quickCheck": "Fast validation for common issues",
|
|
62
|
+
"schemaOnly": "Structure and type validation",
|
|
63
|
+
"dataQuality": "Completeness and uniqueness checks"
|
|
64
|
+
},
|
|
65
|
+
"enableAll": "Enable All",
|
|
66
|
+
"disableAll": "Disable All",
|
|
67
|
+
"configured": "Configured",
|
|
68
|
+
"enabled": "enabled",
|
|
69
|
+
"validators": "validators",
|
|
70
|
+
"noValidatorsMatch": "No validators match your search criteria.",
|
|
71
|
+
"parameters": {
|
|
72
|
+
"column": "Column",
|
|
73
|
+
"columns": "Columns",
|
|
74
|
+
"addColumn": "Add column...",
|
|
75
|
+
"addValue": "Add value...",
|
|
76
|
+
"selectColumn": "Select column...",
|
|
77
|
+
"requiredField": "This field is required"
|
|
78
|
+
},
|
|
79
|
+
"severity": {
|
|
80
|
+
"low": "Low",
|
|
81
|
+
"medium": "Medium",
|
|
82
|
+
"high": "High",
|
|
83
|
+
"critical": "Critical"
|
|
84
|
+
},
|
|
85
|
+
"parameterTypes": {
|
|
86
|
+
"string": "Text",
|
|
87
|
+
"integer": "Integer",
|
|
88
|
+
"float": "Number",
|
|
89
|
+
"boolean": "Yes/No",
|
|
90
|
+
"select": "Select",
|
|
91
|
+
"multiSelect": "Multi-select",
|
|
92
|
+
"regex": "Regex Pattern",
|
|
93
|
+
"expression": "Expression",
|
|
94
|
+
"schema": "Schema (JSON)"
|
|
95
|
+
},
|
|
96
|
+
"tooltips": {
|
|
97
|
+
"mostly": "Acceptable ratio (0.0-1.0). E.g., 0.95 means 5% exceptions allowed.",
|
|
98
|
+
"strict": "If enabled, validation fails strictly on any violation."
|
|
99
|
+
},
|
|
100
|
+
"errors": {
|
|
101
|
+
"loadFailed": "Failed to load validators",
|
|
102
|
+
"invalidRegex": "Invalid regular expression",
|
|
103
|
+
"invalidJson": "Invalid JSON format",
|
|
104
|
+
"minValue": "Value must be at least",
|
|
105
|
+
"maxValue": "Value must be at most"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"ko": {
|
|
109
|
+
"title": "검증기",
|
|
110
|
+
"selectValidators": "검증기 선택",
|
|
111
|
+
"configureValidators": "검증기 설정",
|
|
112
|
+
"categories": {
|
|
113
|
+
"schema": "스키마",
|
|
114
|
+
"completeness": "완전성",
|
|
115
|
+
"uniqueness": "유일성",
|
|
116
|
+
"distribution": "분포",
|
|
117
|
+
"string": "문자열",
|
|
118
|
+
"datetime": "날짜/시간",
|
|
119
|
+
"aggregate": "집계",
|
|
120
|
+
"crossTable": "테이블 간",
|
|
121
|
+
"query": "쿼리",
|
|
122
|
+
"multiColumn": "다중 열",
|
|
123
|
+
"table": "테이블",
|
|
124
|
+
"geospatial": "지리공간",
|
|
125
|
+
"drift": "드리프트",
|
|
126
|
+
"anomaly": "이상 탐지",
|
|
127
|
+
"privacy": "프라이버시",
|
|
128
|
+
"timeSeries": "시계열",
|
|
129
|
+
"referential": "참조",
|
|
130
|
+
"streaming": "스트리밍",
|
|
131
|
+
"business": "비즈니스"
|
|
132
|
+
},
|
|
133
|
+
"categoryDescriptions": {
|
|
134
|
+
"schema": "구조, 열, 데이터 타입 검증",
|
|
135
|
+
"completeness": "Null 값 및 누락 데이터 확인",
|
|
136
|
+
"uniqueness": "중복 탐지 및 키 검증",
|
|
137
|
+
"distribution": "값 범위 및 분포 검증",
|
|
138
|
+
"string": "패턴 매칭 및 형식 검증",
|
|
139
|
+
"datetime": "날짜/시간 형식 및 범위 검증",
|
|
140
|
+
"aggregate": "통계적 집계 검사 (평균, 합계 등)",
|
|
141
|
+
"crossTable": "다중 테이블 관계 및 외래 키",
|
|
142
|
+
"multiColumn": "열 간 관계 및 계산",
|
|
143
|
+
"query": "표현식 기반 사용자 정의 검증",
|
|
144
|
+
"table": "테이블 메타데이터 및 구조 검증",
|
|
145
|
+
"geospatial": "지리적 좌표 검증",
|
|
146
|
+
"drift": "데이터셋 간 분포 변화 감지",
|
|
147
|
+
"anomaly": "ML 기반 이상치 및 이상 탐지",
|
|
148
|
+
"privacy": "PII 탐지 및 규정 준수 (GDPR, CCPA)",
|
|
149
|
+
"timeSeries": "시계열 데이터 검증",
|
|
150
|
+
"referential": "참조 무결성 검증",
|
|
151
|
+
"streaming": "스트리밍 데이터 검증",
|
|
152
|
+
"business": "비즈니스 규칙 검증"
|
|
153
|
+
},
|
|
154
|
+
"presets": {
|
|
155
|
+
"custom": "사용자 정의",
|
|
156
|
+
"allValidators": "모든 검증기",
|
|
157
|
+
"quickCheck": "빠른 검사",
|
|
158
|
+
"schemaOnly": "스키마만",
|
|
159
|
+
"dataQuality": "데이터 품질"
|
|
160
|
+
},
|
|
161
|
+
"presetDescriptions": {
|
|
162
|
+
"allValidators": "모든 사용 가능한 검증기 실행",
|
|
163
|
+
"quickCheck": "일반적인 문제에 대한 빠른 검증",
|
|
164
|
+
"schemaOnly": "구조 및 타입 검증",
|
|
165
|
+
"dataQuality": "완전성 및 유일성 검사"
|
|
166
|
+
},
|
|
167
|
+
"enableAll": "모두 활성화",
|
|
168
|
+
"disableAll": "모두 비활성화",
|
|
169
|
+
"configured": "설정됨",
|
|
170
|
+
"enabled": "활성화",
|
|
171
|
+
"validators": "검증기",
|
|
172
|
+
"noValidatorsMatch": "검색 조건에 맞는 검증기가 없습니다.",
|
|
173
|
+
"parameters": {
|
|
174
|
+
"column": "열",
|
|
175
|
+
"columns": "열 목록",
|
|
176
|
+
"addColumn": "열 추가...",
|
|
177
|
+
"addValue": "값 추가...",
|
|
178
|
+
"selectColumn": "열 선택...",
|
|
179
|
+
"requiredField": "필수 입력 항목입니다"
|
|
180
|
+
},
|
|
181
|
+
"severity": {
|
|
182
|
+
"low": "낮음",
|
|
183
|
+
"medium": "중간",
|
|
184
|
+
"high": "높음",
|
|
185
|
+
"critical": "심각"
|
|
186
|
+
},
|
|
187
|
+
"parameterTypes": {
|
|
188
|
+
"string": "텍스트",
|
|
189
|
+
"integer": "정수",
|
|
190
|
+
"float": "숫자",
|
|
191
|
+
"boolean": "예/아니오",
|
|
192
|
+
"select": "선택",
|
|
193
|
+
"multiSelect": "다중 선택",
|
|
194
|
+
"regex": "정규식 패턴",
|
|
195
|
+
"expression": "표현식",
|
|
196
|
+
"schema": "스키마 (JSON)"
|
|
197
|
+
},
|
|
198
|
+
"tooltips": {
|
|
199
|
+
"mostly": "허용 비율 (0.0-1.0). 예: 0.95는 5% 예외 허용을 의미합니다.",
|
|
200
|
+
"strict": "활성화하면 모든 위반에 대해 엄격하게 검증에 실패합니다."
|
|
201
|
+
},
|
|
202
|
+
"errors": {
|
|
203
|
+
"loadFailed": "검증기 로드 실패",
|
|
204
|
+
"invalidRegex": "잘못된 정규식",
|
|
205
|
+
"invalidJson": "잘못된 JSON 형식",
|
|
206
|
+
"minValue": "값은 최소",
|
|
207
|
+
"maxValue": "값은 최대"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"localIds": [
|
|
213
|
+
"validators::local::src/content/validators.content.ts"
|
|
214
|
+
]
|
|
215
|
+
}
|
{truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dictionaries.cjs
RENAMED
|
@@ -11,6 +11,7 @@ const _Y9WvPv3e2xX4IOxYcHeX = require('../dictionary/schedules.json');
|
|
|
11
11
|
const _YFyJ1LX066W9IbdNctFh = require('../dictionary/settings.json');
|
|
12
12
|
const _DpO3BslSmImztidaimhZ = require('../dictionary/sources.json');
|
|
13
13
|
const _Pu5BFR0tGrjKDQbmF1pC = require('../dictionary/validation.json');
|
|
14
|
+
const _3o136ZUwgoxuNTy7IG6K = require('../dictionary/validators.json');
|
|
14
15
|
|
|
15
16
|
const dictionaries = {
|
|
16
17
|
"catalog": _r8WBgJrQMvfEJCnickJy,
|
|
@@ -25,7 +26,8 @@ const dictionaries = {
|
|
|
25
26
|
"schedules": _Y9WvPv3e2xX4IOxYcHeX,
|
|
26
27
|
"settings": _YFyJ1LX066W9IbdNctFh,
|
|
27
28
|
"sources": _DpO3BslSmImztidaimhZ,
|
|
28
|
-
"validation": _Pu5BFR0tGrjKDQbmF1pC
|
|
29
|
+
"validation": _Pu5BFR0tGrjKDQbmF1pC,
|
|
30
|
+
"validators": _3o136ZUwgoxuNTy7IG6K
|
|
29
31
|
};
|
|
30
32
|
const getDictionaries = () => dictionaries;
|
|
31
33
|
|
{truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/main/dictionaries.mjs
RENAMED
|
@@ -11,6 +11,7 @@ import _Y9WvPv3e2xX4IOxYcHeX from '../dictionary/schedules.json' with { type: 'j
|
|
|
11
11
|
import _YFyJ1LX066W9IbdNctFh from '../dictionary/settings.json' with { type: 'json' };
|
|
12
12
|
import _DpO3BslSmImztidaimhZ from '../dictionary/sources.json' with { type: 'json' };
|
|
13
13
|
import _Pu5BFR0tGrjKDQbmF1pC from '../dictionary/validation.json' with { type: 'json' };
|
|
14
|
+
import _3o136ZUwgoxuNTy7IG6K from '../dictionary/validators.json' with { type: 'json' };
|
|
14
15
|
|
|
15
16
|
const dictionaries = {
|
|
16
17
|
"catalog": _r8WBgJrQMvfEJCnickJy,
|
|
@@ -25,7 +26,8 @@ const dictionaries = {
|
|
|
25
26
|
"schedules": _Y9WvPv3e2xX4IOxYcHeX,
|
|
26
27
|
"settings": _YFyJ1LX066W9IbdNctFh,
|
|
27
28
|
"sources": _DpO3BslSmImztidaimhZ,
|
|
28
|
-
"validation": _Pu5BFR0tGrjKDQbmF1pC
|
|
29
|
+
"validation": _Pu5BFR0tGrjKDQbmF1pC,
|
|
30
|
+
"validators": _3o136ZUwgoxuNTy7IG6K
|
|
29
31
|
};
|
|
30
32
|
const getDictionaries = () => dictionaries;
|
|
31
33
|
|
|
@@ -11,6 +11,7 @@ const _xgn6YfRH8hT7OqP2mxRN = require('../unmerged_dictionary/schedules.json');
|
|
|
11
11
|
const _ZOAdeBI7bXfBrnKogJeu = require('../unmerged_dictionary/settings.json');
|
|
12
12
|
const _mluQYzldy0M4oRk4zK6X = require('../unmerged_dictionary/sources.json');
|
|
13
13
|
const _Tk2hZa9MyMPkZgDZ7y4d = require('../unmerged_dictionary/validation.json');
|
|
14
|
+
const _yopRoCwvobwREyGLGqHI = require('../unmerged_dictionary/validators.json');
|
|
14
15
|
|
|
15
16
|
const dictionaries = {
|
|
16
17
|
"catalog": _KRoWd9wBIIBMv7WbjZIE,
|
|
@@ -25,7 +26,8 @@ const dictionaries = {
|
|
|
25
26
|
"schedules": _xgn6YfRH8hT7OqP2mxRN,
|
|
26
27
|
"settings": _ZOAdeBI7bXfBrnKogJeu,
|
|
27
28
|
"sources": _mluQYzldy0M4oRk4zK6X,
|
|
28
|
-
"validation": _Tk2hZa9MyMPkZgDZ7y4d
|
|
29
|
+
"validation": _Tk2hZa9MyMPkZgDZ7y4d,
|
|
30
|
+
"validators": _yopRoCwvobwREyGLGqHI
|
|
29
31
|
};
|
|
30
32
|
const getUnmergedDictionaries = () => dictionaries;
|
|
31
33
|
|
|
@@ -11,6 +11,7 @@ import _xgn6YfRH8hT7OqP2mxRN from '../unmerged_dictionary/schedules.json' with {
|
|
|
11
11
|
import _ZOAdeBI7bXfBrnKogJeu from '../unmerged_dictionary/settings.json' with { type: 'json' };
|
|
12
12
|
import _mluQYzldy0M4oRk4zK6X from '../unmerged_dictionary/sources.json' with { type: 'json' };
|
|
13
13
|
import _Tk2hZa9MyMPkZgDZ7y4d from '../unmerged_dictionary/validation.json' with { type: 'json' };
|
|
14
|
+
import _yopRoCwvobwREyGLGqHI from '../unmerged_dictionary/validators.json' with { type: 'json' };
|
|
14
15
|
|
|
15
16
|
const dictionaries = {
|
|
16
17
|
"catalog": _KRoWd9wBIIBMv7WbjZIE,
|
|
@@ -25,7 +26,8 @@ const dictionaries = {
|
|
|
25
26
|
"schedules": _xgn6YfRH8hT7OqP2mxRN,
|
|
26
27
|
"settings": _ZOAdeBI7bXfBrnKogJeu,
|
|
27
28
|
"sources": _mluQYzldy0M4oRk4zK6X,
|
|
28
|
-
"validation": _Tk2hZa9MyMPkZgDZ7y4d
|
|
29
|
+
"validation": _Tk2hZa9MyMPkZgDZ7y4d,
|
|
30
|
+
"validators": _yopRoCwvobwREyGLGqHI
|
|
29
31
|
};
|
|
30
32
|
const getUnmergedDictionaries = () => dictionaries;
|
|
31
33
|
|
{truthound_dashboard-1.3.0 → truthound_dashboard-1.3.1}/frontend/.intlayer/types/intlayer.d.ts
RENAMED
|
@@ -12,6 +12,7 @@ import _1k2hq970iLlsAKLuanhI from './schedules.ts';
|
|
|
12
12
|
import _MmyL5m4Ox8ktYC55pHJm from './settings.ts';
|
|
13
13
|
import _LMqIY1GosrfjGDPQt8NX from './sources.ts';
|
|
14
14
|
import _914fqQfvVojp21vDKy46 from './validation.ts';
|
|
15
|
+
import _gMe3bVpQfxuizrNLgwx1 from './validators.ts';
|
|
15
16
|
|
|
16
17
|
declare module 'intlayer' {
|
|
17
18
|
interface __DictionaryRegistry {
|
|
@@ -28,6 +29,7 @@ declare module 'intlayer' {
|
|
|
28
29
|
"settings": typeof _MmyL5m4Ox8ktYC55pHJm;
|
|
29
30
|
"sources": typeof _LMqIY1GosrfjGDPQt8NX;
|
|
30
31
|
"validation": typeof _914fqQfvVojp21vDKy46;
|
|
32
|
+
"validators": typeof _gMe3bVpQfxuizrNLgwx1;
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
interface __DeclaredLocalesRegistry {
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
export default {
|
|
3
|
+
"key": "validators",
|
|
4
|
+
"content": {
|
|
5
|
+
"nodeType": "translation",
|
|
6
|
+
"translation": {
|
|
7
|
+
"en": {
|
|
8
|
+
"title": "Validators",
|
|
9
|
+
"selectValidators": "Select Validators",
|
|
10
|
+
"configureValidators": "Configure Validators",
|
|
11
|
+
"categories": {
|
|
12
|
+
"schema": "Schema",
|
|
13
|
+
"completeness": "Completeness",
|
|
14
|
+
"uniqueness": "Uniqueness",
|
|
15
|
+
"distribution": "Distribution",
|
|
16
|
+
"string": "String",
|
|
17
|
+
"datetime": "Datetime",
|
|
18
|
+
"aggregate": "Aggregate",
|
|
19
|
+
"crossTable": "Cross-Table",
|
|
20
|
+
"query": "Query",
|
|
21
|
+
"multiColumn": "Multi-Column",
|
|
22
|
+
"table": "Table",
|
|
23
|
+
"geospatial": "Geospatial",
|
|
24
|
+
"drift": "Drift",
|
|
25
|
+
"anomaly": "Anomaly",
|
|
26
|
+
"privacy": "Privacy",
|
|
27
|
+
"timeSeries": "Time Series",
|
|
28
|
+
"referential": "Referential",
|
|
29
|
+
"streaming": "Streaming",
|
|
30
|
+
"business": "Business"
|
|
31
|
+
},
|
|
32
|
+
"categoryDescriptions": {
|
|
33
|
+
"schema": "Validate structure, columns, and data types",
|
|
34
|
+
"completeness": "Check for null values and missing data",
|
|
35
|
+
"uniqueness": "Detect duplicates and validate keys",
|
|
36
|
+
"distribution": "Validate value ranges and distributions",
|
|
37
|
+
"string": "Pattern matching and format validation",
|
|
38
|
+
"datetime": "Date/time format and range validation",
|
|
39
|
+
"aggregate": "Statistical aggregate checks (mean, sum, etc.)",
|
|
40
|
+
"crossTable": "Multi-table relationships and foreign keys",
|
|
41
|
+
"multiColumn": "Column relationships and calculations",
|
|
42
|
+
"query": "Expression-based custom validation",
|
|
43
|
+
"table": "Table metadata and structure validation",
|
|
44
|
+
"geospatial": "Geographic coordinate validation",
|
|
45
|
+
"drift": "Distribution change detection between datasets",
|
|
46
|
+
"anomaly": "ML-based outlier and anomaly detection",
|
|
47
|
+
"privacy": "PII detection and compliance (GDPR, CCPA)",
|
|
48
|
+
"timeSeries": "Time series data validation",
|
|
49
|
+
"referential": "Referential integrity validation",
|
|
50
|
+
"streaming": "Streaming data validation",
|
|
51
|
+
"business": "Business rule validation"
|
|
52
|
+
},
|
|
53
|
+
"presets": {
|
|
54
|
+
"custom": "Custom",
|
|
55
|
+
"allValidators": "All Validators",
|
|
56
|
+
"quickCheck": "Quick Check",
|
|
57
|
+
"schemaOnly": "Schema Only",
|
|
58
|
+
"dataQuality": "Data Quality"
|
|
59
|
+
},
|
|
60
|
+
"presetDescriptions": {
|
|
61
|
+
"allValidators": "Run all available validators",
|
|
62
|
+
"quickCheck": "Fast validation for common issues",
|
|
63
|
+
"schemaOnly": "Structure and type validation",
|
|
64
|
+
"dataQuality": "Completeness and uniqueness checks"
|
|
65
|
+
},
|
|
66
|
+
"enableAll": "Enable All",
|
|
67
|
+
"disableAll": "Disable All",
|
|
68
|
+
"configured": "Configured",
|
|
69
|
+
"enabled": "enabled",
|
|
70
|
+
"validators": "validators",
|
|
71
|
+
"noValidatorsMatch": "No validators match your search criteria.",
|
|
72
|
+
"parameters": {
|
|
73
|
+
"column": "Column",
|
|
74
|
+
"columns": "Columns",
|
|
75
|
+
"addColumn": "Add column...",
|
|
76
|
+
"addValue": "Add value...",
|
|
77
|
+
"selectColumn": "Select column...",
|
|
78
|
+
"requiredField": "This field is required"
|
|
79
|
+
},
|
|
80
|
+
"severity": {
|
|
81
|
+
"low": "Low",
|
|
82
|
+
"medium": "Medium",
|
|
83
|
+
"high": "High",
|
|
84
|
+
"critical": "Critical"
|
|
85
|
+
},
|
|
86
|
+
"parameterTypes": {
|
|
87
|
+
"string": "Text",
|
|
88
|
+
"integer": "Integer",
|
|
89
|
+
"float": "Number",
|
|
90
|
+
"boolean": "Yes/No",
|
|
91
|
+
"select": "Select",
|
|
92
|
+
"multiSelect": "Multi-select",
|
|
93
|
+
"regex": "Regex Pattern",
|
|
94
|
+
"expression": "Expression",
|
|
95
|
+
"schema": "Schema (JSON)"
|
|
96
|
+
},
|
|
97
|
+
"tooltips": {
|
|
98
|
+
"mostly": "Acceptable ratio (0.0-1.0). E.g., 0.95 means 5% exceptions allowed.",
|
|
99
|
+
"strict": "If enabled, validation fails strictly on any violation."
|
|
100
|
+
},
|
|
101
|
+
"errors": {
|
|
102
|
+
"loadFailed": "Failed to load validators",
|
|
103
|
+
"invalidRegex": "Invalid regular expression",
|
|
104
|
+
"invalidJson": "Invalid JSON format",
|
|
105
|
+
"minValue": "Value must be at least",
|
|
106
|
+
"maxValue": "Value must be at most"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"ko": {
|
|
110
|
+
"title": "검증기",
|
|
111
|
+
"selectValidators": "검증기 선택",
|
|
112
|
+
"configureValidators": "검증기 설정",
|
|
113
|
+
"categories": {
|
|
114
|
+
"schema": "스키마",
|
|
115
|
+
"completeness": "완전성",
|
|
116
|
+
"uniqueness": "유일성",
|
|
117
|
+
"distribution": "분포",
|
|
118
|
+
"string": "문자열",
|
|
119
|
+
"datetime": "날짜/시간",
|
|
120
|
+
"aggregate": "집계",
|
|
121
|
+
"crossTable": "테이블 간",
|
|
122
|
+
"query": "쿼리",
|
|
123
|
+
"multiColumn": "다중 열",
|
|
124
|
+
"table": "테이블",
|
|
125
|
+
"geospatial": "지리공간",
|
|
126
|
+
"drift": "드리프트",
|
|
127
|
+
"anomaly": "이상 탐지",
|
|
128
|
+
"privacy": "프라이버시",
|
|
129
|
+
"timeSeries": "시계열",
|
|
130
|
+
"referential": "참조",
|
|
131
|
+
"streaming": "스트리밍",
|
|
132
|
+
"business": "비즈니스"
|
|
133
|
+
},
|
|
134
|
+
"categoryDescriptions": {
|
|
135
|
+
"schema": "구조, 열, 데이터 타입 검증",
|
|
136
|
+
"completeness": "Null 값 및 누락 데이터 확인",
|
|
137
|
+
"uniqueness": "중복 탐지 및 키 검증",
|
|
138
|
+
"distribution": "값 범위 및 분포 검증",
|
|
139
|
+
"string": "패턴 매칭 및 형식 검증",
|
|
140
|
+
"datetime": "날짜/시간 형식 및 범위 검증",
|
|
141
|
+
"aggregate": "통계적 집계 검사 (평균, 합계 등)",
|
|
142
|
+
"crossTable": "다중 테이블 관계 및 외래 키",
|
|
143
|
+
"multiColumn": "열 간 관계 및 계산",
|
|
144
|
+
"query": "표현식 기반 사용자 정의 검증",
|
|
145
|
+
"table": "테이블 메타데이터 및 구조 검증",
|
|
146
|
+
"geospatial": "지리적 좌표 검증",
|
|
147
|
+
"drift": "데이터셋 간 분포 변화 감지",
|
|
148
|
+
"anomaly": "ML 기반 이상치 및 이상 탐지",
|
|
149
|
+
"privacy": "PII 탐지 및 규정 준수 (GDPR, CCPA)",
|
|
150
|
+
"timeSeries": "시계열 데이터 검증",
|
|
151
|
+
"referential": "참조 무결성 검증",
|
|
152
|
+
"streaming": "스트리밍 데이터 검증",
|
|
153
|
+
"business": "비즈니스 규칙 검증"
|
|
154
|
+
},
|
|
155
|
+
"presets": {
|
|
156
|
+
"custom": "사용자 정의",
|
|
157
|
+
"allValidators": "모든 검증기",
|
|
158
|
+
"quickCheck": "빠른 검사",
|
|
159
|
+
"schemaOnly": "스키마만",
|
|
160
|
+
"dataQuality": "데이터 품질"
|
|
161
|
+
},
|
|
162
|
+
"presetDescriptions": {
|
|
163
|
+
"allValidators": "모든 사용 가능한 검증기 실행",
|
|
164
|
+
"quickCheck": "일반적인 문제에 대한 빠른 검증",
|
|
165
|
+
"schemaOnly": "구조 및 타입 검증",
|
|
166
|
+
"dataQuality": "완전성 및 유일성 검사"
|
|
167
|
+
},
|
|
168
|
+
"enableAll": "모두 활성화",
|
|
169
|
+
"disableAll": "모두 비활성화",
|
|
170
|
+
"configured": "설정됨",
|
|
171
|
+
"enabled": "활성화",
|
|
172
|
+
"validators": "검증기",
|
|
173
|
+
"noValidatorsMatch": "검색 조건에 맞는 검증기가 없습니다.",
|
|
174
|
+
"parameters": {
|
|
175
|
+
"column": "열",
|
|
176
|
+
"columns": "열 목록",
|
|
177
|
+
"addColumn": "열 추가...",
|
|
178
|
+
"addValue": "값 추가...",
|
|
179
|
+
"selectColumn": "열 선택...",
|
|
180
|
+
"requiredField": "필수 입력 항목입니다"
|
|
181
|
+
},
|
|
182
|
+
"severity": {
|
|
183
|
+
"low": "낮음",
|
|
184
|
+
"medium": "중간",
|
|
185
|
+
"high": "높음",
|
|
186
|
+
"critical": "심각"
|
|
187
|
+
},
|
|
188
|
+
"parameterTypes": {
|
|
189
|
+
"string": "텍스트",
|
|
190
|
+
"integer": "정수",
|
|
191
|
+
"float": "숫자",
|
|
192
|
+
"boolean": "예/아니오",
|
|
193
|
+
"select": "선택",
|
|
194
|
+
"multiSelect": "다중 선택",
|
|
195
|
+
"regex": "정규식 패턴",
|
|
196
|
+
"expression": "표현식",
|
|
197
|
+
"schema": "스키마 (JSON)"
|
|
198
|
+
},
|
|
199
|
+
"tooltips": {
|
|
200
|
+
"mostly": "허용 비율 (0.0-1.0). 예: 0.95는 5% 예외 허용을 의미합니다.",
|
|
201
|
+
"strict": "활성화하면 모든 위반에 대해 엄격하게 검증에 실패합니다."
|
|
202
|
+
},
|
|
203
|
+
"errors": {
|
|
204
|
+
"loadFailed": "검증기 로드 실패",
|
|
205
|
+
"invalidRegex": "잘못된 정규식",
|
|
206
|
+
"invalidJson": "잘못된 JSON 형식",
|
|
207
|
+
"minValue": "값은 최소",
|
|
208
|
+
"maxValue": "값은 최대"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"localIds": [
|
|
214
|
+
"validators::local::src/content/validators.content.ts"
|
|
215
|
+
]
|
|
216
|
+
} as const;
|