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 d944eb0de2 Check permissions for ImportError (#37468)
     add 440f1c87ba Implement task duration page in react. (#35863)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/components/ReactECharts.tsx  |  10 +-
 airflow/www/static/js/dag/TaskName.test.tsx        |  21 +-
 airflow/www/static/js/dag/TaskName.tsx             |  51 +++--
 airflow/www/static/js/dag/details/Header.tsx       |  23 ++-
 airflow/www/static/js/dag/details/graph/Node.tsx   |   2 +-
 airflow/www/static/js/dag/details/graph/utils.ts   |   2 +-
 airflow/www/static/js/dag/details/index.tsx        |  40 +++-
 .../static/js/dag/details/task/TaskDuration.tsx    | 227 +++++++++++++++++++++
 .../dagRuns/Tooltip.tsx => details/task/index.tsx} |  52 ++---
 airflow/www/static/js/dag/grid/index.test.tsx      |   3 +-
 airflow/www/static/js/dag/grid/renderTaskRows.tsx  |   9 +-
 11 files changed, 357 insertions(+), 83 deletions(-)
 create mode 100644 airflow/www/static/js/dag/details/task/TaskDuration.tsx
 copy airflow/www/static/js/dag/{grid/dagRuns/Tooltip.tsx => 
details/task/index.tsx} (53%)

Reply via email to