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/17 18:58:12 UTC

[airflow] branch mapped-task-drawer updated (a3c50e8 -> df93dc2)

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 a3c50e8  Fix dialog scrolling
     add df93dc2  Code cleanup and fix task clear

No new revisions were added by this update.

Summary of changes:
 airflow/www/forms.py                               |  4 +-
 airflow/www/static/js/tree/api/useClearRun.js      |  3 +-
 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 +-
 .../js/tree/details/content/ConfirmDialog.jsx      |  6 +--
 airflow/www/static/js/tree/details/content/Dag.jsx |  1 +
 .../js/tree/details/content/dagRun/ClearRun.jsx    |  2 +-
 .../tree/details/content/dagRun/MarkFailedRun.jsx  |  2 +-
 .../tree/details/content/dagRun/MarkSuccessRun.jsx |  2 +-
 .../js/tree/details/content/dagRun/QueueRun.jsx    |  4 +-
 .../content/taskInstance/taskActions/Clear.jsx     |  2 +-
 .../taskInstance/taskActions/MarkFailed.jsx        |  2 +-
 .../taskInstance/taskActions/MarkSuccess.jsx       |  2 +-
 airflow/www/static/js/tree/index.jsx               |  1 +
 .../www/static/js/tree/providers/containerRef.jsx  |  2 +
 airflow/www/static/js/tree/providers/selection.jsx | 12 ++++--
 airflow/www/views.py                               | 49 ++++++++++++++++++++--
 22 files changed, 81 insertions(+), 27 deletions(-)