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/30 15:54:16 UTC

[airflow] branch mapped-task-drawer updated (43cb678 -> 762f5fa)

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

bbovenzi pushed a change to branch mapped-task-drawer
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 43cb678  Fix undefined variables in tests
     add 762f5fa  init_api_connexion in tests

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/tree/README.md               | 46 ++++++++++++++++++++++
 airflow/www/static/js/tree/StatusBox.jsx           |  4 +-
 airflow/www/static/js/tree/Time.jsx                |  2 +-
 airflow/www/static/js/tree/Tree.jsx                |  4 +-
 airflow/www/static/js/tree/api/useClearRun.js      |  2 +-
 airflow/www/static/js/tree/api/useClearTask.js     |  2 +-
 airflow/www/static/js/tree/api/useMarkFailedRun.js |  2 +-
 .../www/static/js/tree/api/useMarkFailedTask.js    |  2 +-
 .../www/static/js/tree/api/useMarkSuccessRun.js    |  2 +-
 .../www/static/js/tree/api/useMarkSuccessTask.js   |  2 +-
 airflow/www/static/js/tree/api/useQueueRun.js      |  2 +-
 airflow/www/static/js/tree/api/useRunTask.js       |  2 +-
 airflow/www/static/js/tree/api/useTreeData.js      |  2 +-
 .../www/static/js/tree/api/useTreeData.test.jsx    |  2 +-
 .../js/tree/{providers => context}/autorefresh.jsx |  0
 .../tree/{providers => context}/containerRef.jsx   |  0
 .../js/tree/{providers => context}/selection.jsx   |  0
 .../js/tree/{providers => context}/timezone.jsx    |  0
 airflow/www/static/js/tree/dagRuns/Bar.jsx         |  4 +-
 airflow/www/static/js/tree/dagRuns/index.test.jsx  |  8 ++--
 airflow/www/static/js/tree/details/Header.jsx      |  2 +-
 .../js/tree/details/content/ConfirmDialog.jsx      |  2 +-
 airflow/www/static/js/tree/details/index.jsx       |  2 +-
 airflow/www/static/js/tree/index.jsx               |  8 ++--
 airflow/www/static/js/tree/renderTaskRows.jsx      |  2 +-
 airflow/www/static/js/tree/renderTaskRows.test.jsx |  4 +-
 airflow/www/templates/airflow/dag.html             |  2 +
 airflow/www/templates/airflow/tree.html            |  2 -
 airflow/www/views.py                               | 16 --------
 tests/www/views/test_views_log.py                  |  7 +++-
 30 files changed, 85 insertions(+), 50 deletions(-)
 create mode 100644 airflow/www/static/js/tree/README.md
 rename airflow/www/static/js/tree/{providers => context}/autorefresh.jsx (100%)
 rename airflow/www/static/js/tree/{providers => context}/containerRef.jsx (100%)
 rename airflow/www/static/js/tree/{providers => context}/selection.jsx (100%)
 rename airflow/www/static/js/tree/{providers => context}/timezone.jsx (100%)