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-5645b7091d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 278884df415 Bump the fab-ui-package-updates group across 1 directory 
with 4 updates
     add 144aab6a919 Bugfix/mask sensitive values in cli (#58659)
     add cf8acef006b CI: Upgrade important CI environment (#60032)
     add 31b698fe381 Revert "docs: Improve unit-testing docs with runnable 
pytest examples for Operators (#58969)" (#60035)
     add 4d71dcd6d35 Source openlineage provider to use 
airflow.sdk.configuration.conf (#60026)
     add bbf234edb61 Optimized DAG processing queue order on bundle refresh 
(#60003)
     add eba93ff5006 Improve changelog descriptions in PR #59947 (latest 
versions only) (#60036)
     add cd27389b12f Make Airflow CTL tests more like pytests (#60020)
     add 35ba1b0db3d Investigate disk space and layout of runner (#60018)
     add a6fedee0d66 Strip off shared secrets masker's dependency from conf 
(#60037)
     add 74192f5be02 Fixing static checks in OL adapter on main (#60042)
     add a09ed06a2b5 Allow providers to consume AirflowConfigException from 
compat sdk (#60044)
     add 54741f89490 Source databricks provider to use 
airflow.sdk.configuration.conf (#60021)
     add 009de2e945d Moving entry_point utilities to shared module_loading 
module (#59971)
     add 9bdd6536e5d Add testing details in db migration contrib docs (#60053)
     add 29f20fdb0fe Bump the fab-ui-package-updates group across 1 directory 
with 4 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   (278884df415)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-5645b7091d
 (29f20fdb0fe)

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:
 .github/actions/breeze/action.yml                  |   2 +-
 .github/actions/install-prek/action.yml            |   4 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   6 +-
 airflow-core/docs/best-practices.rst               |  98 -----
 airflow-core/src/airflow/cli/cli_config.py         |  16 +
 .../src/airflow/cli/commands/config_command.py     |   8 +
 airflow-core/src/airflow/configuration.py          |   1 +
 airflow-core/src/airflow/dag_processing/manager.py |  24 +-
 airflow-core/src/airflow/settings.py               |   4 +
 airflow-core/src/airflow/utils/entry_points.py     |  51 +--
 .../tests/unit/cli/commands/test_config_command.py |  44 ++-
 airflow-core/tests/unit/core/test_configuration.py |   6 +-
 .../tests/unit/dag_processing/test_manager.py      |  46 +++
 .../tests/airflowctl_tests/conftest.py             | 110 ------
 .../airflowctl_tests/test_airflowctl_commands.py   | 221 ++++++++---
 contributing-docs/14_metadata_database_updates.rst |  23 +-
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   6 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |   5 +-
 dev/breeze/uv.lock                                 | 436 ++++++++++-----------
 providers/cncf/kubernetes/docs/changelog.rst       |   4 +-
 .../src/airflow/providers/common/compat/sdk.py     |   2 +
 providers/databricks/pyproject.toml                |   2 +-
 .../providers/databricks/operators/databricks.py   |   3 +-
 .../providers/databricks/sensors/databricks.py     |   3 +-
 providers/openlineage/docs/changelog.rst           |   2 +-
 providers/openlineage/pyproject.toml               |   2 +-
 .../src/airflow/providers/openlineage/conf.py      |   2 +-
 .../providers/openlineage/plugins/adapter.py       |   3 +-
 .../tests/unit/openlineage/test_conf.py            |   2 +-
 providers/snowflake/docs/changelog.rst             |   2 +-
 pyproject.toml                                     |   3 +-
 scripts/ci/make_mnt_writeable.sh                   |   8 +
 .../ci/prek/check_airflowctl_command_coverage.py   |  10 +-
 scripts/tools/setup_breeze                         |   2 +-
 .../src/airflow_shared/configuration/parser.py     |  48 ++-
 shared/module_loading/pyproject.toml               |   1 +
 .../src/airflow_shared/module_loading/__init__.py  |  44 ++-
 .../tests/module_loading}/test_entry_points.py     |   4 +-
 .../secrets_masker/secrets_masker.py               |   5 +-
 .../tests/secrets_masker/test_secrets_masker.py    |  10 +
 task-sdk/pyproject.toml                            |   3 +
 task-sdk/src/airflow/sdk/exceptions.py             |   3 +
 48 files changed, 684 insertions(+), 609 deletions(-)
 rename {airflow-core/tests/unit/utils => 
shared/module_loading/tests/module_loading}/test_entry_points.py (92%)

Reply via email to