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/12/19 15:32:14 UTC

[airflow] branch main updated (78b72f4fa0 -> 74e82af7ee)

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 78b72f4fa0 Show mapped task groups in graph (#28392)
     add 74e82af7ee Add markdown rendering for task notes. (#28245)

No new revisions were added by this update.

Summary of changes:
 airflow/www/.babelrc                               |   8 -
 .../js/variable_edit.js => babel.config.js}        |  15 +-
 airflow/www/jest.config.js                         |  29 +
 airflow/www/package.json                           |   2 +
 airflow/www/static/js/components/ReactMarkdown.tsx | 159 +++++
 .../www/static/js/dag/details/NotesAccordion.tsx   |  36 +-
 airflow/www/yarn.lock                              | 704 ++++++++++++++++++++-
 7 files changed, 917 insertions(+), 36 deletions(-)
 delete mode 100644 airflow/www/.babelrc
 copy airflow/www/{static/js/variable_edit.js => babel.config.js} (76%)
 create mode 100644 airflow/www/static/js/components/ReactMarkdown.tsx