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 dfd9805 Use yaml safe load (#22091)
add 635fe53 Pause auto-refresh when page is hidden (#21904)
No new revisions were added by this update.
Summary of changes:
airflow/www/package.json | 1 +
airflow/www/static/js/graph.js | 35 +++++---
airflow/www/static/js/tree/Tree.jsx | 5 +-
airflow/www/static/js/tree/dagRuns/index.test.jsx | 58 +++++--------
airflow/www/static/js/tree/index.jsx | 6 +-
airflow/www/static/js/tree/renderTaskRows.jsx | 26 +++---
airflow/www/static/js/tree/renderTaskRows.test.jsx | 43 ++++++----
airflow/www/static/js/tree/useTreeData.js | 64 +++++++-------
.../{useTreeData.test.js => useTreeData.test.jsx} | 24 ++++--
airflow/www/yarn.lock | 98 +++++++++++++++++++---
10 files changed, 228 insertions(+), 132 deletions(-)
rename airflow/www/static/js/tree/{useTreeData.test.js =>
useTreeData.test.jsx} (80%)