mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
* feat(cli): share public ingest progress adapter * feat(cli): stream plain public ingest progress * test(cli): update plain ingest progress assertions * chore(cli): satisfy plain ingest progress checks * fix(artifacts): expect plain ingest stderr progress in installed-CLI smoke * ci(coverage): make Codecov upload non-fatal and fix repo slug The Coverage job failed because the Codecov upload returned 'Repository not found' while fail_ci_if_error was true, turning a Codecov-side issue into a hard CI failure even though all tests pass. - Set fail_ci_if_error: false on both uploads so Codecov outages or an unlinked repo no longer break CI (upload stays best-effort). - Correct the stale slug Kaelio/ktx -> Kaelio/ktx-ai-data-agents-context to match the actual GitHub repo (aligns with main). * fix(cli): isolate query-history failure capture from scan output The plain public-ingest progress path passes one captured IO as the target-level `io`. With progress deps set, both the schema scan and the query-history ingest resolved their capture to that same shared buffer, so a non-actionable query-history failure surfaced leftover scan report text (e.g. "Mode: enriched") as the skipped-facet detail instead of the real query-history message. Give the query-history ingest a phase-local capture while preserving the flow-to-io branch the foreground context-build view relies on. --------- Co-authored-by: Andrey Avtomonov <7889985+andreybavt@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| acquire-public-benchmark-fixtures.mjs | ||
| acquire-public-benchmark-fixtures.test.mjs | ||
| adventureworks-oltp-source.json | ||
| adventureworks-oltp-source.test.mjs | ||
| anti-fixture-conditional.test.mjs | ||
| build-adventureworks-oltp-fixture.mjs | ||
| build-benchmark-snapshot.mjs | ||
| build-benchmark-snapshot.test.mjs | ||
| build-evidence-fusion-adversarial-fixtures.mjs | ||
| build-python-runtime-wheel.mjs | ||
| build-python-runtime-wheel.test.mjs | ||
| check-boundaries.mjs | ||
| check-boundaries.test.mjs | ||
| ci-artifact-upload.test.mjs | ||
| conductor-run.sh | ||
| conductor-scripts.test.mjs | ||
| conductor-setup.sh | ||
| examples-docs.test.mjs | ||
| installed-live-database-smoke.mjs | ||
| installed-live-database-smoke.test.mjs | ||
| ktx-reset.sh | ||
| link-dev-cli.mjs | ||
| link-dev-cli.test.mjs | ||
| local-embeddings-runtime-smoke.mjs | ||
| local-embeddings-runtime-smoke.test.mjs | ||
| normalize-lcov-paths.mjs | ||
| normalize-lcov-paths.test.mjs | ||
| package-artifacts.mjs | ||
| package-artifacts.test.mjs | ||
| pglite-hybrid-search-spike.mjs | ||
| pglite-owner-process-prototype.mjs | ||
| pglite-sl-search-prototype.mjs | ||
| prepare-cli-bin.mjs | ||
| public-benchmark-manifest.json | ||
| public-npm-release-metadata.mjs | ||
| public-npm-release-metadata.test.mjs | ||
| published-package-smoke-config.mjs | ||
| published-package-smoke.mjs | ||
| published-package-smoke.test.mjs | ||
| relationship-benchmark-report.mjs | ||
| relationship-orbit-verification.mjs | ||
| relationship-orbit-verification.test.mjs | ||
| release-readiness.mjs | ||
| release-readiness.test.mjs | ||
| release-workflow.test.mjs | ||
| run-ktx.mjs | ||
| run-ktx.test.mjs | ||
| semantic-release-config.cjs | ||
| semantic-release-config.test.mjs | ||
| setup-dev.mjs | ||
| setup-dev.test.mjs | ||
| standalone-ci-workflow.test.mjs | ||
| test-tiering.test.mjs | ||
| update-public-release-version.mjs | ||
| update-public-release-version.test.mjs | ||
| upgrade-dependencies.mjs | ||
| upgrade-dependencies.test.mjs | ||
| validate-llm-debug-jsonl.mjs | ||
| validate-llm-debug-jsonl.test.mjs | ||