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/03/03 19:37:26 UTC

[airflow] branch pause-auto-refresh updated (01591a4 -> d27c017)

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

bbovenzi pushed a change to branch pause-auto-refresh
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 01591a4  fix tests
     add d27c017  use react query and simplify webAPI vars

No new revisions were added by this update.

Summary of changes:
 airflow/www/package.json                           |  1 +
 airflow/www/static/js/graph.js                     |  9 +-
 airflow/www/static/js/tree/dagRuns/index.test.jsx  | 58 +++++--------
 airflow/www/static/js/tree/index.jsx               |  6 +-
 airflow/www/static/js/tree/renderTaskRows.test.jsx | 42 ++++++----
 airflow/www/static/js/tree/useTreeData.js          | 82 +++++++-----------
 .../{useTreeData.test.js => useTreeData.test.jsx}  | 24 ++++--
 airflow/www/static/js/utils.js                     | 20 -----
 airflow/www/yarn.lock                              | 98 +++++++++++++++++++---
 9 files changed, 191 insertions(+), 149 deletions(-)
 rename airflow/www/static/js/tree/{useTreeData.test.js => useTreeData.test.jsx} (80%)