You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2023/02/23 22:18:14 UTC

[airflow] branch main updated (5e006d743d -> 7af60d1a10)

This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 5e006d743d Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)
     add 7af60d1a10 Improve grid view height calculations (#29563)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/css/main.css                    |  2 +-
 airflow/www/static/js/dag/Main.tsx                 | 16 +++++++---
 airflow/www/static/js/dag/details/Dag.tsx          |  6 +++-
 airflow/www/static/js/dag/details/dagRun/index.tsx |  7 +++--
 .../js/dag/details/taskInstance/Logs/LogBlock.tsx  | 11 +++----
 .../dag/details/taskInstance/MappedInstances.tsx   | 14 +++++----
 .../static/js/dag/details/taskInstance/index.tsx   | 21 +++++++------
 airflow/www/static/js/dag/grid/index.tsx           | 12 ++------
 airflow/www/static/js/utils/index.ts               |  4 +++
 .../utils/{useOffsetHeight.tsx => useOffsetTop.ts} | 35 +++++++---------------
 10 files changed, 63 insertions(+), 65 deletions(-)
 rename airflow/www/static/js/utils/{useOffsetHeight.tsx => useOffsetTop.ts} (55%)