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/07/15 15:08:34 UTC

[airflow] branch main updated (4efb1884e5 -> 3dbca5e3f2)

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 4efb1884e5 Added Clarity AI to INTHEWILD.md (#25091)
     add 3dbca5e3f2 Upgrade grid Table component to ts. (#25074)

No new revisions were added by this update.

Summary of changes:
 .../components/{Table.test.jsx => Table.test.tsx}  |  0
 .../static/js/components/{Table.jsx => Table.tsx}  | 71 ++++++++++++++++------
 .../static/js/types}/react-table-config.d.ts       |  0
 airflow/www/yarn.lock                              |  6 +-
 4 files changed, 55 insertions(+), 22 deletions(-)
 rename airflow/www/static/js/components/{Table.test.jsx => Table.test.tsx} (100%)
 rename airflow/www/static/js/components/{Table.jsx => Table.tsx} (75%)
 copy airflow/{ui/src/interfaces => www/static/js/types}/react-table-config.d.ts (100%)