truthound-dashboard 1.0.0__tar.gz → 1.0.2__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.0.2/LICENSE +190 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/PKG-INFO +13 -6
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/README.md +9 -3
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/docs/api.md +60 -60
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/docs/configuration.md +82 -82
- truthound_dashboard-1.0.2/docs/features.md +414 -0
- truthound_dashboard-1.0.2/docs/getting-started.md +170 -0
- truthound_dashboard-1.0.2/docs/index.md +82 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/package.json +1 -1
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/health.ts +1 -1
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/pyproject.toml +3 -3
- truthound_dashboard-1.0.2/src/truthound_dashboard/__init__.py +18 -0
- truthound_dashboard-1.0.0/.github/workflows/ci.yml +0 -214
- truthound_dashboard-1.0.0/docs/features.md +0 -414
- truthound_dashboard-1.0.0/docs/getting-started.md +0 -168
- truthound_dashboard-1.0.0/docs/index.md +0 -86
- truthound_dashboard-1.0.0/src/truthound_dashboard/__init__.py +0 -11
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/.github/workflows/release.yml +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/.github/workflows/trigger-docs.yml +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/.gitignore +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/package.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/playwright.config.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/tests/dashboard.spec.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/tests/language.spec.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/tests/notifications.spec.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/e2e/tests/theme.spec.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/.env.development +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/.env.mock +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/.env.production +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/.eslintrc.cjs +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/index.html +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/netlify.toml +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/package-lock.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/postcss.config.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/public/favicon.ico +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/public/mockServiceWorker.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/App.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/api/client.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/assets/logo.png +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/AnimatedNumber.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ConfirmDialog.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/DemoBanner.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/GlassCard.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/LanguageSelector.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/Layout.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ThemeToggle.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/theme-provider.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/alert-dialog.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/badge.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/button.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/card.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/dialog.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/dropdown-menu.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/input.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/label.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/select.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/switch.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/table.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/tabs.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/toast.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/components/ui/toaster.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/hooks/use-api.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/hooks/use-toast.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/i18n/index.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/i18n/locales/en.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/i18n/locales/ko.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/index.css +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/lib/utils.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/main.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/browser.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/data/store.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/base.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/drift.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/history.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/index.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/notifications.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/profile.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/schedules.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/schemas.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/sources.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/factories/validations.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/drift.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/history.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/index.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/notifications.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/profile.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/schedules.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/schemas.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/sources.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/handlers/validations.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/mocks/index.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Dashboard.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Drift.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/History.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Notifications.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Profile.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Rules.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Schedules.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/SourceDetail.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Sources.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/pages/Validations.tsx +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/stores/theme.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/src/vite-env.d.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/tailwind.config.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/tsconfig.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/tsconfig.node.json +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/frontend/vite.config.ts +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/scripts/load_test.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/__main__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/deps.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/drift.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/error_handlers.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/health.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/history.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/middleware.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/notifications.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/profile.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/router.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/rules.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/schedules.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/schemas.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/sources.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/api/validations.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/cli.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/config.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/base.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/cache.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/connections.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/encryption.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/exceptions.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/logging.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/maintenance.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/base.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/channels.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/events.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/notifications/service.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/sampling.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/scheduler.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/services.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/db/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/db/base.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/db/database.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/db/models.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/db/repository.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/main.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/base.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/drift.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/history.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/profile.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/rule.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/schedule.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/schema.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/source.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/schemas/validation.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/static/assets/index-BqJMyAHX.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/static/assets/index-DMDxHCTs.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/static/assets/index-Dm2D11TK.css +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/static/index.html +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/src/truthound_dashboard/static/mockServiceWorker.js +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/conftest.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_api/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_api/test_health.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_api/test_rules.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_api/test_sources.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_core/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_core/test_services.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_db/__init__.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_db/test_models.py +0 -0
- {truthound_dashboard-1.0.0 → truthound_dashboard-1.0.2}/tests/test_phase4.py +0 -0
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
Copyright 2024 Truthound Team
|
|
179
|
+
|
|
180
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
|
+
you may not use this file except in compliance with the License.
|
|
182
|
+
You may obtain a copy of the License at
|
|
183
|
+
|
|
184
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
185
|
+
|
|
186
|
+
Unless required by applicable law or agreed to in writing, software
|
|
187
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
|
+
See the License for the specific language governing permissions and
|
|
190
|
+
limitations under the License.
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: truthound-dashboard
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Open-source data quality dashboard - GX Cloud alternative
|
|
5
5
|
Author-email: Truthound Team <team@truthound.dev>
|
|
6
|
-
License-Expression:
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
License-File: LICENSE
|
|
7
8
|
Keywords: dashboard,data-quality,monitoring,truthound,validation
|
|
8
9
|
Classifier: Development Status :: 3 - Alpha
|
|
9
10
|
Classifier: Framework :: FastAPI
|
|
10
11
|
Classifier: Intended Audience :: Developers
|
|
11
12
|
Classifier: Intended Audience :: Science/Research
|
|
12
|
-
Classifier: License :: OSI Approved ::
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
14
|
Classifier: Operating System :: OS Independent
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -41,11 +42,17 @@ Requires-Dist: pytest>=7.4.0; extra == 'dev'
|
|
|
41
42
|
Requires-Dist: ruff>=0.1.0; extra == 'dev'
|
|
42
43
|
Description-Content-Type: text/markdown
|
|
43
44
|
|
|
45
|
+
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
46
|
+
|
|
44
47
|
# truthound-dashboard
|
|
45
48
|
|
|
49
|
+
[](https://pypi.org/project/truthound-dashboard/)
|
|
50
|
+
[](https://www.python.org/downloads/)
|
|
51
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
|
52
|
+
|
|
46
53
|
A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
|
|
47
54
|
|
|
48
|
-
[Documentation](https://truthound.netlify.app) | [Live Demo](https://truthound-dashboard.netlify.app)
|
|
55
|
+
[Documentation](https://truthound.netlify.app) | [Live Demo](https://truthound-dashboard.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
49
56
|
|
|
50
57
|
## Overview
|
|
51
58
|
|
|
@@ -67,7 +74,7 @@ truthound-dashboard provides a graphical interface for managing data sources, ex
|
|
|
67
74
|
| Data Profiling | Available | Available |
|
|
68
75
|
| Dark Mode | Available | Available |
|
|
69
76
|
| Multi-language (en/ko) | Not Available | Available |
|
|
70
|
-
| License | Commercial |
|
|
77
|
+
| License | Commercial | Apache 2.0 |
|
|
71
78
|
|
|
72
79
|
## Requirements
|
|
73
80
|
|
|
@@ -215,4 +222,4 @@ Full documentation is available at [https://truthound.netlify.app](https://truth
|
|
|
215
222
|
|
|
216
223
|
## License
|
|
217
224
|
|
|
218
|
-
This project is licensed under the
|
|
225
|
+
This project is licensed under the Apache License 2.0.
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
2
|
+
|
|
1
3
|
# truthound-dashboard
|
|
2
4
|
|
|
5
|
+
[](https://pypi.org/project/truthound-dashboard/)
|
|
6
|
+
[](https://www.python.org/downloads/)
|
|
7
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
|
8
|
+
|
|
3
9
|
A web-based data quality monitoring dashboard for [truthound](https://github.com/seadonggyun4/truthound).
|
|
4
10
|
|
|
5
|
-
[Documentation](https://truthound.netlify.app) | [Live Demo](https://truthound-dashboard.netlify.app)
|
|
11
|
+
[Documentation](https://truthound.netlify.app) | [Live Demo](https://truthound-dashboard.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
6
12
|
|
|
7
13
|
## Overview
|
|
8
14
|
|
|
@@ -24,7 +30,7 @@ truthound-dashboard provides a graphical interface for managing data sources, ex
|
|
|
24
30
|
| Data Profiling | Available | Available |
|
|
25
31
|
| Dark Mode | Available | Available |
|
|
26
32
|
| Multi-language (en/ko) | Not Available | Available |
|
|
27
|
-
| License | Commercial |
|
|
33
|
+
| License | Commercial | Apache 2.0 |
|
|
28
34
|
|
|
29
35
|
## Requirements
|
|
30
36
|
|
|
@@ -172,4 +178,4 @@ Full documentation is available at [https://truthound.netlify.app](https://truth
|
|
|
172
178
|
|
|
173
179
|
## License
|
|
174
180
|
|
|
175
|
-
This project is licensed under the
|
|
181
|
+
This project is licensed under the Apache License 2.0.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# API Reference
|
|
2
2
|
|
|
3
|
-
Truthound Dashboard REST API
|
|
3
|
+
This document describes the Truthound Dashboard REST API.
|
|
4
4
|
|
|
5
5
|
## Base URL
|
|
6
6
|
|
|
@@ -52,13 +52,13 @@ http://localhost:8765/api/v1
|
|
|
52
52
|
|
|
53
53
|
### GET /health
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
Check server status.
|
|
56
56
|
|
|
57
57
|
**Response:**
|
|
58
58
|
```json
|
|
59
59
|
{
|
|
60
60
|
"status": "ok",
|
|
61
|
-
"version": "1.0.
|
|
61
|
+
"version": "1.0.1"
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
|
|
@@ -68,7 +68,7 @@ http://localhost:8765/api/v1
|
|
|
68
68
|
|
|
69
69
|
### GET /sources
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
Retrieve all data sources.
|
|
72
72
|
|
|
73
73
|
**Response:**
|
|
74
74
|
```json
|
|
@@ -90,7 +90,7 @@ http://localhost:8765/api/v1
|
|
|
90
90
|
|
|
91
91
|
### POST /sources
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
Create a new data source.
|
|
94
94
|
|
|
95
95
|
**Request:**
|
|
96
96
|
```json
|
|
@@ -104,7 +104,7 @@ http://localhost:8765/api/v1
|
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
**Source Types:**
|
|
107
|
-
- `file` -
|
|
107
|
+
- `file` - Local file (CSV, Parquet)
|
|
108
108
|
- `postgresql` - PostgreSQL
|
|
109
109
|
- `mysql` - MySQL
|
|
110
110
|
- `snowflake` - Snowflake
|
|
@@ -172,11 +172,11 @@ http://localhost:8765/api/v1
|
|
|
172
172
|
|
|
173
173
|
### GET /sources/{id}
|
|
174
174
|
|
|
175
|
-
|
|
175
|
+
Retrieve a specific source.
|
|
176
176
|
|
|
177
177
|
### PUT /sources/{id}
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
Update source information.
|
|
180
180
|
|
|
181
181
|
**Request:**
|
|
182
182
|
```json
|
|
@@ -188,11 +188,11 @@ http://localhost:8765/api/v1
|
|
|
188
188
|
|
|
189
189
|
### DELETE /sources/{id}
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
Delete a source.
|
|
192
192
|
|
|
193
193
|
### POST /sources/{id}/test
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
Test source connection.
|
|
196
196
|
|
|
197
197
|
**Response:**
|
|
198
198
|
```json
|
|
@@ -210,7 +210,7 @@ http://localhost:8765/api/v1
|
|
|
210
210
|
|
|
211
211
|
### GET /sources/{id}/schema
|
|
212
212
|
|
|
213
|
-
|
|
213
|
+
Retrieve the learned schema for a source.
|
|
214
214
|
|
|
215
215
|
**Response:**
|
|
216
216
|
```json
|
|
@@ -237,7 +237,7 @@ http://localhost:8765/api/v1
|
|
|
237
237
|
|
|
238
238
|
### PUT /sources/{id}/schema
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
Save schema (manual edit).
|
|
241
241
|
|
|
242
242
|
**Request:**
|
|
243
243
|
```json
|
|
@@ -248,9 +248,9 @@ http://localhost:8765/api/v1
|
|
|
248
248
|
|
|
249
249
|
### POST /sources/{id}/learn
|
|
250
250
|
|
|
251
|
-
|
|
251
|
+
Generate schema automatically (th.learn).
|
|
252
252
|
|
|
253
|
-
|
|
253
|
+
Analyzes data to automatically generate a schema.
|
|
254
254
|
|
|
255
255
|
**Response:**
|
|
256
256
|
```json
|
|
@@ -286,7 +286,7 @@ http://localhost:8765/api/v1
|
|
|
286
286
|
|
|
287
287
|
### POST /sources/{id}/validate
|
|
288
288
|
|
|
289
|
-
|
|
289
|
+
Run validation (th.check).
|
|
290
290
|
|
|
291
291
|
**Request:**
|
|
292
292
|
```json
|
|
@@ -298,9 +298,9 @@ http://localhost:8765/api/v1
|
|
|
298
298
|
```
|
|
299
299
|
|
|
300
300
|
**Parameters:**
|
|
301
|
-
- `validators` (optional):
|
|
302
|
-
- `schema_path` (optional):
|
|
303
|
-
- `auto_schema` (optional): true
|
|
301
|
+
- `validators` (optional): List of validators to run
|
|
302
|
+
- `schema_path` (optional): Path to schema file
|
|
303
|
+
- `auto_schema` (optional): If true, auto-generate schema before validation
|
|
304
304
|
|
|
305
305
|
**Response:**
|
|
306
306
|
```json
|
|
@@ -337,11 +337,11 @@ http://localhost:8765/api/v1
|
|
|
337
337
|
|
|
338
338
|
### GET /validations/{id}
|
|
339
339
|
|
|
340
|
-
|
|
340
|
+
Retrieve validation result details.
|
|
341
341
|
|
|
342
342
|
### GET /sources/{id}/validations
|
|
343
343
|
|
|
344
|
-
|
|
344
|
+
Retrieve validation history for a source.
|
|
345
345
|
|
|
346
346
|
**Query Parameters:**
|
|
347
347
|
- `page` (default: 1)
|
|
@@ -376,7 +376,7 @@ http://localhost:8765/api/v1
|
|
|
376
376
|
|
|
377
377
|
### POST /sources/{id}/profile
|
|
378
378
|
|
|
379
|
-
|
|
379
|
+
Run data profiling (th.profile).
|
|
380
380
|
|
|
381
381
|
**Response:**
|
|
382
382
|
```json
|
|
@@ -420,7 +420,7 @@ http://localhost:8765/api/v1
|
|
|
420
420
|
|
|
421
421
|
### GET /sources/{id}/profile
|
|
422
422
|
|
|
423
|
-
|
|
423
|
+
Retrieve the most recent profile result.
|
|
424
424
|
|
|
425
425
|
---
|
|
426
426
|
|
|
@@ -428,7 +428,7 @@ http://localhost:8765/api/v1
|
|
|
428
428
|
|
|
429
429
|
### POST /drift/compare
|
|
430
430
|
|
|
431
|
-
|
|
431
|
+
Compare two datasets (th.compare).
|
|
432
432
|
|
|
433
433
|
**Request:**
|
|
434
434
|
```json
|
|
@@ -438,7 +438,7 @@ http://localhost:8765/api/v1
|
|
|
438
438
|
}
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
|
|
441
|
+
Or:
|
|
442
442
|
```json
|
|
443
443
|
{
|
|
444
444
|
"source_path": "/data/v1.csv",
|
|
@@ -477,7 +477,7 @@ http://localhost:8765/api/v1
|
|
|
477
477
|
|
|
478
478
|
### GET /drift/{id}
|
|
479
479
|
|
|
480
|
-
|
|
480
|
+
Retrieve drift comparison result.
|
|
481
481
|
|
|
482
482
|
---
|
|
483
483
|
|
|
@@ -485,7 +485,7 @@ http://localhost:8765/api/v1
|
|
|
485
485
|
|
|
486
486
|
### GET /schedules
|
|
487
487
|
|
|
488
|
-
|
|
488
|
+
Retrieve all schedules.
|
|
489
489
|
|
|
490
490
|
**Response:**
|
|
491
491
|
```json
|
|
@@ -509,7 +509,7 @@ http://localhost:8765/api/v1
|
|
|
509
509
|
|
|
510
510
|
### POST /schedules
|
|
511
511
|
|
|
512
|
-
|
|
512
|
+
Create a new schedule.
|
|
513
513
|
|
|
514
514
|
**Request:**
|
|
515
515
|
```json
|
|
@@ -522,34 +522,34 @@ http://localhost:8765/api/v1
|
|
|
522
522
|
```
|
|
523
523
|
|
|
524
524
|
**Cron Expression Examples:**
|
|
525
|
-
- `0 9 * * *` -
|
|
526
|
-
- `0 */6 * * *` - 6
|
|
527
|
-
- `0 0 * * 1` -
|
|
528
|
-
- `0 0 1 * *` -
|
|
525
|
+
- `0 9 * * *` - Daily at 9 AM
|
|
526
|
+
- `0 */6 * * *` - Every 6 hours
|
|
527
|
+
- `0 0 * * 1` - Every Monday at midnight
|
|
528
|
+
- `0 0 1 * *` - First day of each month at midnight
|
|
529
529
|
|
|
530
530
|
### GET /schedules/{id}
|
|
531
531
|
|
|
532
|
-
|
|
532
|
+
Retrieve schedule details.
|
|
533
533
|
|
|
534
534
|
### PUT /schedules/{id}
|
|
535
535
|
|
|
536
|
-
|
|
536
|
+
Update a schedule.
|
|
537
537
|
|
|
538
538
|
### DELETE /schedules/{id}
|
|
539
539
|
|
|
540
|
-
|
|
540
|
+
Delete a schedule.
|
|
541
541
|
|
|
542
542
|
### POST /schedules/{id}/pause
|
|
543
543
|
|
|
544
|
-
|
|
544
|
+
Pause a schedule.
|
|
545
545
|
|
|
546
546
|
### POST /schedules/{id}/resume
|
|
547
547
|
|
|
548
|
-
|
|
548
|
+
Resume a schedule.
|
|
549
549
|
|
|
550
550
|
### POST /schedules/{id}/run
|
|
551
551
|
|
|
552
|
-
|
|
552
|
+
Run a schedule immediately.
|
|
553
553
|
|
|
554
554
|
---
|
|
555
555
|
|
|
@@ -557,7 +557,7 @@ http://localhost:8765/api/v1
|
|
|
557
557
|
|
|
558
558
|
### GET /notifications/channels
|
|
559
559
|
|
|
560
|
-
|
|
560
|
+
Retrieve notification channels.
|
|
561
561
|
|
|
562
562
|
**Response:**
|
|
563
563
|
```json
|
|
@@ -578,7 +578,7 @@ http://localhost:8765/api/v1
|
|
|
578
578
|
|
|
579
579
|
### POST /notifications/channels
|
|
580
580
|
|
|
581
|
-
|
|
581
|
+
Create a new notification channel.
|
|
582
582
|
|
|
583
583
|
**Slack Channel:**
|
|
584
584
|
```json
|
|
@@ -624,11 +624,11 @@ http://localhost:8765/api/v1
|
|
|
624
624
|
|
|
625
625
|
### DELETE /notifications/channels/{id}
|
|
626
626
|
|
|
627
|
-
|
|
627
|
+
Delete a channel.
|
|
628
628
|
|
|
629
629
|
### POST /notifications/channels/{id}/test
|
|
630
630
|
|
|
631
|
-
|
|
631
|
+
Send a test notification.
|
|
632
632
|
|
|
633
633
|
**Response:**
|
|
634
634
|
```json
|
|
@@ -640,7 +640,7 @@ http://localhost:8765/api/v1
|
|
|
640
640
|
|
|
641
641
|
### GET /notifications/rules
|
|
642
642
|
|
|
643
|
-
|
|
643
|
+
Retrieve notification rules.
|
|
644
644
|
|
|
645
645
|
**Response:**
|
|
646
646
|
```json
|
|
@@ -662,7 +662,7 @@ http://localhost:8765/api/v1
|
|
|
662
662
|
|
|
663
663
|
### POST /notifications/rules
|
|
664
664
|
|
|
665
|
-
|
|
665
|
+
Create a new notification rule.
|
|
666
666
|
|
|
667
667
|
**Request:**
|
|
668
668
|
```json
|
|
@@ -675,18 +675,18 @@ http://localhost:8765/api/v1
|
|
|
675
675
|
```
|
|
676
676
|
|
|
677
677
|
**Condition Types:**
|
|
678
|
-
- `validation_failed` -
|
|
679
|
-
- `critical_issues` -
|
|
680
|
-
- `high_issues` -
|
|
681
|
-
- `schedule_failed` -
|
|
678
|
+
- `validation_failed` - When validation fails
|
|
679
|
+
- `critical_issues` - When critical severity issues occur
|
|
680
|
+
- `high_issues` - When high severity issues occur
|
|
681
|
+
- `schedule_failed` - When scheduled execution fails
|
|
682
682
|
|
|
683
683
|
### DELETE /notifications/rules/{id}
|
|
684
684
|
|
|
685
|
-
|
|
685
|
+
Delete a rule.
|
|
686
686
|
|
|
687
687
|
### GET /notifications/logs
|
|
688
688
|
|
|
689
|
-
|
|
689
|
+
Retrieve notification delivery logs.
|
|
690
690
|
|
|
691
691
|
**Query Parameters:**
|
|
692
692
|
- `limit` (default: 50)
|
|
@@ -714,21 +714,21 @@ http://localhost:8765/api/v1
|
|
|
714
714
|
|
|
715
715
|
| Code | Description |
|
|
716
716
|
|------|-------------|
|
|
717
|
-
| `SOURCE_NOT_FOUND` |
|
|
718
|
-
| `VALIDATION_ERROR` |
|
|
719
|
-
| `CONNECTION_ERROR` |
|
|
720
|
-
| `SCHEDULE_ERROR` |
|
|
721
|
-
| `NOTIFICATION_ERROR` |
|
|
722
|
-
| `RATE_LIMIT_EXCEEDED` |
|
|
723
|
-
| `INTERNAL_ERROR` |
|
|
717
|
+
| `SOURCE_NOT_FOUND` | Data source not found |
|
|
718
|
+
| `VALIDATION_ERROR` | Error during validation execution |
|
|
719
|
+
| `CONNECTION_ERROR` | Database connection failed |
|
|
720
|
+
| `SCHEDULE_ERROR` | Scheduled task failed |
|
|
721
|
+
| `NOTIFICATION_ERROR` | Notification delivery failed |
|
|
722
|
+
| `RATE_LIMIT_EXCEEDED` | Request limit exceeded |
|
|
723
|
+
| `INTERNAL_ERROR` | Internal server error |
|
|
724
724
|
|
|
725
725
|
---
|
|
726
726
|
|
|
727
727
|
## Rate Limiting
|
|
728
728
|
|
|
729
|
-
|
|
729
|
+
By default, requests are limited to 120 per minute.
|
|
730
730
|
|
|
731
|
-
|
|
731
|
+
When rate limit is exceeded:
|
|
732
732
|
```json
|
|
733
733
|
{
|
|
734
734
|
"success": false,
|
|
@@ -743,13 +743,13 @@ Rate limit 초과 시:
|
|
|
743
743
|
|
|
744
744
|
## Authentication (Optional)
|
|
745
745
|
|
|
746
|
-
|
|
746
|
+
When authentication is enabled, all API requests require Basic Auth headers:
|
|
747
747
|
|
|
748
748
|
```bash
|
|
749
749
|
curl -u :password http://localhost:8765/api/v1/health
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
|
|
752
|
+
Enable authentication via environment variables:
|
|
753
753
|
```bash
|
|
754
754
|
TRUTHOUND_AUTH_ENABLED=true
|
|
755
755
|
TRUTHOUND_AUTH_PASSWORD=your-secret-password
|