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/06 13:53:13 UTC

[airflow] branch main updated (80c1ce76e1 -> fd4e344880)

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 80c1ce76e1 Cloud Storage assets & StorageLink update (#23865)
     add fd4e344880 Fix useTasks crash on error (#24152)

No new revisions were added by this update.

Summary of changes:
 airflow/www/jest-setup.js                          | 15 ++++
 airflow/www/package.json                           |  1 +
 .../www/static/js/grid/api/useMappedInstances.js   |  3 +
 airflow/www/static/js/grid/api/useTasks.js         |  9 ++-
 airflow/www/static/js/grid/api/useTasks.test.jsx   | 89 ++++++++++++++++++++++
 airflow/www/static/js/grid/details/content/Dag.jsx |  4 +-
 airflow/www/static/js/grid/index.jsx               |  4 +-
 airflow/www/yarn.lock                              | 25 ++++++
 8 files changed, 142 insertions(+), 8 deletions(-)
 create mode 100644 airflow/www/static/js/grid/api/useTasks.test.jsx