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

kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 7da4f858e39 Update plugin documentation for Airflow 3 plugins (#49632)
     new d4d79f6c772 Bump stylelint (#49638)
     new c0025ae3f60 Add count to Stats Cards in Dashboard (#49519)
     new 333736e464d AIP-38: merge Backfill and Trigger Dag Run (#49490)
     new 69dabd72d1d AIP-38: enhance layout for `RunBackfillForm` (#49609)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../components/DagActions/RunBackfillButton.tsx    |  45 ---------
 .../src/components/DagActions/RunBackfillForm.tsx  |  71 +++++++++-----
 .../src/components/DagActions/RunBackfillModal.tsx |  47 ---------
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |   4 +-
 .../src/components/TriggerDag/TriggerDAGModal.tsx  | 109 +++++++++++++++++----
 .../src/airflow/ui/src/pages/Dag/Header.tsx        |   2 -
 .../airflow/ui/src/pages/Dashboard/Dashboard.tsx   |  14 +--
 .../src/pages/Dashboard/Stats/DAGImportErrors.tsx  |  68 ++++++-------
 .../src/pages/Dashboard/Stats/DagFilterButton.tsx  |  44 ---------
 .../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx | 103 ++++++++++++++-----
 .../ui/src/pages/Dashboard/Stats/StatsCard.tsx     |  80 +++++++++++++++
 .../airflow/providers/fab/www/package-lock.json    |  56 +++++------
 .../fab/src/airflow/providers/fab/www/package.json |   2 +-
 13 files changed, 360 insertions(+), 285 deletions(-)
 delete mode 100644 
airflow-core/src/airflow/ui/src/components/DagActions/RunBackfillButton.tsx
 delete mode 100644 
airflow-core/src/airflow/ui/src/components/DagActions/RunBackfillModal.tsx
 delete mode 100644 
airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/DagFilterButton.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/StatsCard.tsx

Reply via email to