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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-e3295f9023
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard f5fc9e4db67 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates
     add 645413bc845 Hide legacy sql connection (#64923)
     add 6f56aa1fe0a build(prek-hook): Check whether new "raise 
AirflowException" is added (#55416)
     add 52c4d32c0c0 Add workers.celery.extraInitContainers & 
workers.kubernetes.extraInitContainers (#64741)
     add 220ba208844 Fix broken pytest/main after PR 64923 (#64978)
     add 431c40ba13d Remove AirflowException from Edge Example Dag (#64975)
     add ee27b294c50 Improve auto-triage TUI: vault fallback, check TTL, 
search, review questions (#64969)
     add bcb489c8880 add more debugging logs when emr_eks system tests fail 
(#64817)
     add 7348e09bed6 Remove unused/dead code in migration utils (#64947)
     add bfa22c05a82 Added plugins command to airflowctl (#64935)
     add 9465591c0f6 feat: restore os provider on core library (#64764)
     add 8418e1320d2 Fix release check tooling for providers (#64920)
     add 7bbd8a79283 Breeze: Show local reproduction commands in all breeze CI 
steps (#63901)
     add e25114571ec Bump axios from 1.13.6 to 1.15.0 in 
/airflow-core/src/airflow/ui (#65005)
     add cd851646fba Expose queueing/scheduled time in the Gantt Chart (#63372)
     add 083054b6fa2 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f5fc9e4db67)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-e3295f9023
 (083054b6fa2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   6 +
 .../api_fastapi/core_api/datamodels/ui/gantt.py    |   2 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  14 +
 .../api_fastapi/core_api/routes/ui/gantt.py        |   6 +
 .../config_templates/airflow_local_settings.py     |  44 ++-
 airflow-core/src/airflow/migrations/utils.py       | 246 ------------
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  26 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   2 +
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  27 +-
 .../ui/src/layouts/Details/Gantt/utils.test.ts     |  89 +++++
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |  50 ++-
 .../api_fastapi/core_api/routes/ui/test_gantt.py   |  24 ++
 airflow-core/tests/unit/core/test_configuration.py |   1 +
 .../airflowctl_tests/test_airflowctl_commands.py   |   3 +
 airflow-ctl/docs/images/command_hashes.txt         |   3 +-
 airflow-ctl/docs/images/output_main.svg            | 130 ++++---
 airflow-ctl/docs/images/output_plugins.svg         | 105 +++++
 airflow-ctl/src/airflowctl/api/client.py           |   7 +
 airflow-ctl/src/airflowctl/api/operations.py       |  18 +
 .../tests/airflow_ctl/api/test_operations.py       |  54 +++
 chart/docs/using-additional-containers.rst         |   2 +-
 chart/files/pod-template-file.kubernetes-helm-yaml |   4 +-
 chart/newsfragments/64741.significant.rst          |   1 +
 chart/templates/NOTES.txt                          |   8 +
 chart/values.schema.json                           |  18 +-
 chart/values.yaml                                  |  10 +
 .../src/airflow_breeze/commands/pr_commands.py     |  55 ++-
 .../airflow_breeze/utils/check_release_files.py    |   3 +-
 dev/breeze/src/airflow_breeze/utils/click_utils.py |  28 +-
 dev/breeze/src/airflow_breeze/utils/pr_vault.py    |   5 +-
 .../src/airflow_breeze/utils/reproduce_ci.py       | 239 ++++++++++++
 dev/breeze/src/airflow_breeze/utils/tui_display.py |  26 +-
 dev/breeze/tests/test_pr_vault.py                  |  15 +-
 dev/breeze/tests/test_reproduce_ci.py              | 432 +++++++++++++++++++++
 .../airflow_aux/test_pod_template_file.py          |  66 +++-
 .../tests/helm_tests/airflow_core/test_worker.py   |  87 +++--
 .../helm_tests/airflow_core/test_worker_sets.py    |  14 +
 .../tests/system/amazon/aws/example_emr_eks.py     |   6 +
 .../amazon/tests/system/amazon/aws/utils/k8s.py    |  38 +-
 .../providers/edge3/example_dags/win_test.py       |  11 +-
 pyproject.toml                                     |   4 +-
 .../ci/prek/check_new_airflow_exception_usage.py   | 265 +++++++++++++
 scripts/ci/prek/known_airflow_exceptions.txt       | 432 +++++++++++++++++++++
 scripts/ci/prek/update_airflow_pyproject_toml.py   |   1 +
 .../in_container/run_capture_airflowctl_help.py    |   1 +
 .../src/airflow_shared/configuration/parser.py     |   1 +
 task-sdk/src/airflow/sdk/_shared/AGENTS.md         |   2 +-
 48 files changed, 2197 insertions(+), 436 deletions(-)
 create mode 100644 airflow-ctl/docs/images/output_plugins.svg
 create mode 100644 chart/newsfragments/64741.significant.rst
 create mode 100644 dev/breeze/src/airflow_breeze/utils/reproduce_ci.py
 create mode 100644 dev/breeze/tests/test_reproduce_ci.py
 create mode 100755 scripts/ci/prek/check_new_airflow_exception_usage.py
 create mode 100644 scripts/ci/prek/known_airflow_exceptions.txt

Reply via email to