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 2022/06/28 18:50:11 UTC

[airflow] branch main updated (2fbd750d35 -> c7feb31786)

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 2fbd750d35 Add ARM image building for regular PRs (#24664)
     add c7feb31786 Debounce status highlighting in Grid view (#24710)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/grid/Grid.tsx                |  3 +--
 .../{LegendRow.test.jsx => LegendRow.test.tsx}     | 15 +++++++-----
 .../js/grid/{LegendRow.jsx => LegendRow.tsx}       | 27 ++++++++++++++++------
 airflow/www/static/js/grid/Main.tsx                | 15 +++++++++---
 .../www/static/js/grid/components/Clipboard.jsx    |  1 -
 .../www/static/js/grid/components/StatusBox.tsx    |  3 ++-
 airflow/www/static/js/grid/dagRuns/Bar.tsx         |  3 ++-
 airflow/www/static/js/grid/renderTaskRows.tsx      |  4 ++--
 .../js/{variable_edit.js => grid/utils/index.ts}   | 10 ++++----
 9 files changed, 54 insertions(+), 27 deletions(-)
 rename airflow/www/static/js/grid/{LegendRow.test.jsx => LegendRow.test.tsx} (76%)
 rename airflow/www/static/js/grid/{LegendRow.jsx => LegendRow.tsx} (71%)
 copy airflow/www/static/js/{variable_edit.js => grid/utils/index.ts} (82%)