ktx/python/ktx-daemon/tests
Andrey Avtomonov c2beaf7d55
feat(setup): wizard prompt tweaks and quieter query-history filter output (#259)
Setup wizard flow tweaks:
- Add a reveal-tail password prompt (reveal-password-prompt.ts) that unmasks
  the last few characters of a typed/pasted secret, and wire it into the setup
  prompt adapter in place of clack's password(); adds the @clack/core dep.
- Reorder wizard select options: surface "Paste a key" before the
  environment-variable option across embeddings/models/sources, promote
  Metabase/Notion in the source list, put Git URL before Local path, reorder
  the Notion crawl-mode choices, and relabel the sources "Done" action.

Query-history filter picker output:
- Collapse the per-template parse-failure lines into a single count in the
  setup output and route the full template-id list to --debug stderr.
- Model parse failures as a structured parseFailedTemplateIds field instead of
  warning strings.
- Add a privacy-safe query_history_filter_completed telemetry event
  (counts/enums only), mirrored into the Python daemon schema.
2026-06-04 14:11:08 +02:00
..
test_app.py feat(query-history): scope mining to modeled schemas by default (#258) 2026-06-03 17:19:42 +02:00
test_cli.py fix(snowflake): unblock multi-schema ingest and relationship discovery (#204) 2026-05-23 10:41:30 +02:00
test_code_execution.py rename klo to ktx 2026-05-10 23:51:24 +02:00
test_database_introspection.py refactor: remove legacy ktx compatibility shims (#211) 2026-05-24 16:57:23 +02:00
test_embeddings.py rename klo to ktx 2026-05-10 23:51:24 +02:00
test_lookml.py rename klo to ktx 2026-05-10 23:51:24 +02:00
test_package.py fix: improve setup wizard behavior (#127) 2026-05-17 19:15:09 +02:00
test_semantic_layer.py refactor: remove legacy ktx compatibility shims (#211) 2026-05-24 16:57:23 +02:00
test_source_generation.py rename klo to ktx 2026-05-10 23:51:24 +02:00
test_sql_analysis.py feat(query-history): scope mining to modeled schemas by default (#258) 2026-06-03 17:19:42 +02:00
test_telemetry.py feat(telemetry): anonymous posthog usage telemetry across node cli and python daemon (#205) 2026-05-22 18:18:47 +02:00
test_telemetry_schema_sync.py feat(setup): wizard prompt tweaks and quieter query-history filter output (#259) 2026-06-04 14:11:08 +02:00