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/15 17:21:58 UTC

[airflow] branch mapped-task-drawer updated (0410c79 -> 07529d7)

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 0410c79  fix test with mock providers
     add 07529d7  update TI and DR buttons

No new revisions were added by this update.

Summary of changes:
 airflow/www/package.json                           |  2 +-
 airflow/www/static/js/dag.js                       | 16 ------
 airflow/www/static/js/tree/api/index.js            |  2 +
 .../js/tree/api/{useClearRun.js => useQueueRun.js} |  6 +-
 .../www/static/js/tree/details/content/DagRun.jsx  | 33 +++++++++--
 .../details/content/taskActions/ActionButton.jsx}  | 36 ++++--------
 .../js/tree/details/content/taskActions/Clear.jsx  | 20 ++++---
 .../details/content/taskActions/MarkFailed.jsx     |  9 +--
 .../details/content/taskActions/MarkSuccess.jsx    |  9 +--
 .../js/tree/details/content/taskActions/Run.jsx    | 24 +++++++-
 airflow/www/templates/airflow/dag.html             | 64 ----------------------
 airflow/www/yarn.lock                              |  8 +--
 12 files changed, 95 insertions(+), 134 deletions(-)
 copy airflow/www/static/js/tree/api/{useClearRun.js => useQueueRun.js} (91%)
 copy airflow/{ui/src/components/SectionNavBtn.tsx => www/static/js/tree/details/content/taskActions/ActionButton.jsx} (63%)