This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4926999cf0f Prevent unnecessary kubernetes client imports in workers
(#56692)
add 65cfdc82824 Add ANSI support to log viewer (#56463)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/ui/package.json | 1 +
airflow-core/src/airflow/ui/pnpm-lock.yaml | 8 +
.../src/airflow/ui/src/components/AnsiRenderer.tsx | 235 +++++++++++++++++++++
.../ui/src/components/renderStructuredLog.tsx | 52 +++--
docs/spelling_wordlist.txt | 1 +
5 files changed, 276 insertions(+), 21 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/components/AnsiRenderer.tsx