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

potiuk pushed a change to branch switch-to-hatch
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit fcf8074a22 Standardize airflow build process and switch to Hatchling 
build backend
     add a039cfb365 Add Github social media preview image (#36653)
     add da7de797a6 Allow custom columns in cli dags list (#35250)
     add a3ebc4d5bb In docs use logical_date instead of deprecated 
execution_date (#36654)
     add 98f5ce269a Fix the type hint for tis_query in _process_executor_events 
(#36655)
     add 0435ad854b Standardize airflow build process and switch to Hatchling 
build backend

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   (fcf8074a22)
            \
             N -- N -- N   refs/heads/switch-to-hatch (0435ad854b)

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:
 .asf.yaml                                          |   6 ++++
 airflow/cli/cli_config.py                          |   9 ++++-
 airflow/cli/commands/dag_command.py                |  27 +++++++++++----
 airflow/jobs/scheduler_job_runner.py               |   4 +--
 .../commands/release_management_commands.py        |  14 ++++++--
 dev/hatch_build.py                                 |   6 +++-
 docs/apache-airflow/extra-packages-ref.rst         |   2 ++
 .../img/logos/github_repository_social_image.png   | Bin 0 -> 58203 bytes
 docs/apache-airflow/templates-ref.rst              |   2 +-
 newsfragments/36537.significant.rst                |   3 +-
 pyproject.toml                                     |  23 +++++++++++++
 scripts/in_container/run_generate_constraints.py   |  38 ++++++++++-----------
 scripts/in_container/verify_providers.py           |  11 +++---
 tests/cli/commands/test_dag_command.py             |  33 ++++++++++++++----
 tests/cli/commands/test_task_command.py            |   3 +-
 tests/plugins/test_plugins_manager.py              |   3 +-
 16 files changed, 133 insertions(+), 51 deletions(-)
 create mode 100644 
docs/apache-airflow/img/logos/github_repository_social_image.png

Reply via email to