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 8b928b4172 Change dag audit log sort by date from asc to desc (#26895)
     add 0dffcd705f Get rid of the DAGRun details page & rely completely on 
Grid (#26837)

No new revisions were added by this update.

Summary of changes:
 airflow/www/package.json                           |   1 +
 airflow/www/static/js/api/useGridData.test.ts      |   4 +
 airflow/www/static/js/dag/details/dagRun/index.tsx |  45 ++++++-
 .../www/static/js/dag/grid/dagRuns/index.test.tsx  |  12 ++
 airflow/www/static/js/dag/grid/index.test.tsx      |   4 +
 airflow/www/static/js/types/index.ts               |   4 +
 airflow/www/static/js/utils/index.test.ts          |   4 +
 airflow/www/templates/airflow/dag.html             |   1 -
 airflow/www/templates/airflow/dagrun_details.html  |  44 -------
 airflow/www/utils.py                               |  12 ++
 airflow/www/views.py                               |  50 +-------
 airflow/www/yarn.lock                              | 137 ++++++++++++++++++++-
 tests/www/views/test_views_grid.py                 |   8 ++
 13 files changed, 226 insertions(+), 100 deletions(-)
 delete mode 100644 airflow/www/templates/airflow/dagrun_details.html

Reply via email to