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

ash pushed a change to branch remove-dag-defaultview
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3a9cce97fdb AIP-84 Adding logging actions (#47556)
     add a96ec64083c FAB login. Fix asset URLs and missing alert (#47586)
     add 9c4ec2097cd Update to latest uv version (#47605)
     new b143450056f Remove default_view property from DAG class and model

The 1 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:
 .github/actions/install-pre-commit/action.yml      |    2 +-
 .pre-commit-config.yaml                            |    5 +-
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    2 +-
 airflow/api_fastapi/core_api/datamodels/dags.py    |    1 -
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   18 -
 .../cli/commands/remote_commands/dag_command.py    |    2 -
 airflow/config_templates/config.yml                |    7 -
 airflow/configuration.py                           |    1 -
 airflow/dag_processing/collection.py               |    1 -
 ...mn.py => 0062_3_0_0_remove_dag_default_view.py} |   19 +-
 airflow/models/dag.py                              |   18 -
 airflow/serialization/serialized_objects.py        |    2 -
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   36 -
 airflow/ui/openapi-gen/requests/types.gen.ts       |    3 -
 airflow/ui/src/layouts/Details/DetailsLayout.tsx   |    5 +-
 airflow/ui/src/mocks/handlers/dag.ts               |    1 -
 airflow/ui/src/mocks/handlers/dags.ts              |    4 -
 airflow/ui/src/pages/DagsList/DagCard.test.tsx     |    1 -
 airflow/utils/db.py                                |    2 +-
 clients/python/openapi_v1.yaml                     |   12 -
 dev/breeze/doc/ci/02_images.md                     |    2 +-
 .../commands/release_management_commands.py        |    2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 dev/breeze/uv.lock                                 |   17 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 3292 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |    4 +-
 newsfragments/41774.significant.rst                |    1 -
 newsfragments/aip-72.significant.rst               |    6 +
 .../fab/src/airflow/providers/fab/www/package.json |    5 +-
 .../www/static/css/{loading-dots.css => flash.css} |   55 +-
 .../www/static/dist/flash.137b30cff85b5588e661.css |   11 +-
 .../www/static/dist/flash.137b30cff85b5588e661.js  |    1 +
 .../fab/www/static/dist/jquery-ui.min.css          |    5 +
 .../providers/fab/www/static/dist/jquery-ui.min.js |    2 +
 .../www/static/dist/jquery-ui.min.js.LICENSE.txt   |    4 +
 .../providers/fab/www/static/dist/manifest.json    |   17 +
 .../providers/fab/www/templates/airflow/main.html  |    1 +
 .../fab/www/templates/appbuilder/flash.html        |   31 +-
 .../airflow/providers/fab/www/webpack.config.js    |   10 +-
 .../microsoft/azure/example_adf_run_pipeline.py    |    1 -
 scripts/ci/install_breeze.sh                       |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 .../core_api/routes/public/test_dags.py            |    2 -
 tests/dag_processing/test_collection.py            |   10 +-
 46 files changed, 1769 insertions(+), 1862 deletions(-)
 copy airflow/migrations/versions/{0056_3_0_0_add_relative_fileloc_column.py => 
0062_3_0_0_remove_dag_default_view.py} (72%)
 copy providers/fab/src/airflow/providers/fab/www/static/css/{loading-dots.css 
=> flash.css} (56%)
 copy airflow/ui/rules/levels.js => 
providers/fab/src/airflow/providers/fab/www/static/dist/flash.137b30cff85b5588e661.css
 (64%)
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/flash.137b30cff85b5588e661.js
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/jquery-ui.min.css
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/jquery-ui.min.js
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/jquery-ui.min.js.LICENSE.txt
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/manifest.json
 copy docs/exts/templates/deprecations.rst.jinja2 => 
providers/fab/src/airflow/providers/fab/www/templates/appbuilder/flash.html 
(55%)

Reply via email to