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

ash pushed a change to branch deprecate-plugin-tideps
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 770ad282c72 Issue deprecation warning for plugins registering `ti_deps`
     add 8017ca4674b Add ready_for_review to workflow pull_request types 
(#45855) (#45906)
     add 80a19904606 Remove Scarf tracking (#45865) (#45941)
     add 78569832045 [v2-10-test] Fix `FileTaskHandler` only read from default 
executor (#46000)
     add a5726a5a0de [v2-10-test] Upgrade uv and pip (#46078)
     new 7fb12ccc5c1 Issue deprecation warning for plugins registering `ti_deps`

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   (770ad282c72)
            \
             N -- N -- N   refs/heads/deprecate-plugin-tideps (7fb12ccc5c1)

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.

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 +-
 .github/workflows/ci.yml                           |   1 +
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   4 +-
 README.md                                          |   3 -
 RELEASE_NOTES.rst                                  |  11 +-
 airflow/cli/commands/scheduler_command.py          |   3 -
 airflow/config_templates/config.yml                |  22 ----
 airflow/executors/executor_loader.py               |   4 +
 airflow/reproducible_build.yaml                    |   4 +-
 airflow/settings.py                                |   7 --
 airflow/utils/log/file_task_handler.py             |  31 +++++-
 airflow/utils/usage_data_collection.py             | 123 ---------------------
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 .../commands/release_management_commands.py        |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   4 +-
 docs/apache-airflow/faq.rst                        |  23 ----
 .../installation/installing-from-pypi.rst          |   6 -
 scripts/ci/install_breeze.sh                       |   4 +-
 tests/conftest.py                                  |  12 ++
 tests/core/test_settings.py                        |  25 +----
 tests/executors/test_executor_loader.py            |  88 +++++++--------
 tests/models/test_dag.py                           |   4 +-
 tests/serialization/test_dag_serialization.py      |  16 +++
 .../test_utils/executor_loader.py                  |  16 +--
 tests/ti_deps/deps/test_ready_to_reschedule_dep.py |   1 +
 tests/utils/test_log_handlers.py                   |  99 ++++++++++++++++-
 tests/utils/test_usage_data_collection.py          | 104 -----------------
 28 files changed, 230 insertions(+), 399 deletions(-)
 delete mode 100644 airflow/utils/usage_data_collection.py
 copy airflow/callbacks/base_callback_sink.py => 
tests/test_utils/executor_loader.py (61%)
 delete mode 100644 tests/utils/test_usage_data_collection.py

Reply via email to