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

ephraimanierobi pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard bfc31cacae Temporal fix to allow test to pass for prod image
     new 7fe1e2e105  Update log level to debug from warning about 
scheduled_duration metric (#38180)
     new e1933c8293 fixing the tz in next run id info (#38482)
     new b55aac8a88 Avoid accidentally upgrading airflow in compatibility check 
(#38545)
     new 7fc42b9eef Fixe test for PROD images to include >= conditions (#38574)
     new 7b177c67c7 Add pre-commit hook to sync template context vars (#38579)
     new ae17676098 Review and set variables in our workflows where appropriate 
(#38523)
     new cd9b0696ec Update description and use of default-python-version 
(#38546)
     new 6a80421aa1 Bring back release airflow command to be run in canary 
build (#38486)
     new b9a8680100 Add 2.9.0b2 to issue template (#38586)
     new a06d4cd5d2 Don't error when (un)pausing (un)paused dag in the CLI 
(#38585)
     new bd1be1873c Better fix for constraint generation dependency for PROD 
build (#38582)
     new 1fbd96331a Fix secrets inheriting for docs build (#38596)
     new 52a8b1acd0 Brings back mypy-checks (#38597)
     new 448ce225ff Rename to XComObjectStorageBackend (#38607)
     new 1476018c7a bugfix: properly serialize nested attrs classes (#38591)
     new 11c6514857 Add padding to bottom of log block. (#38610)
     new fda1d244b5 Fix `total_entries` count on the event logs endpoint 
(#38625)
     new ea092ff5da Rename `allowed_filter_attrs` to `allowed_sort_attrs` 
(#38626)
     new 4f2e72349e Mark more fields on API as dump-only (#38616)

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   (bfc31cacae)
            \
             N -- N -- N   refs/heads/v2-9-test (4f2e72349e)

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 19 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/ISSUE_TEMPLATE/airflow_bug_report.yml      |   2 +-
 .github/workflows/additional-ci-image-checks.yml   |  48 +-----
 .github/workflows/additional-prod-image-tests.yml  |  10 +-
 .github/workflows/basic-tests.yml                  |  49 +++++-
 .github/workflows/build-images.yml                 |  32 ++--
 .github/workflows/check-providers.yml              |  29 ++--
 .github/workflows/ci-image-build.yml               |  29 ++--
 .github/workflows/ci.yml                           |  75 ++++-----
 .github/workflows/docs.yml                         | 126 --------------
 .github/workflows/finalize-tests.yml               |   6 +-
 .github/workflows/generate-constraints.yml         | 128 +++++++++++++++
 .github/workflows/helm-tests.yml                   |   5 +-
 .github/workflows/integration-tests.yml            |   5 +-
 .github/workflows/k8s-tests.yml                    |   3 +
 .github/workflows/prod-image-build.yml             |  47 ++----
 .github/workflows/prod-image-extra-checks.yml      |  10 +-
 .github/workflows/push-image-cache.yml             |  38 +++--
 .github/workflows/run-unit-tests.yml               |   6 +-
 .github/workflows/special-tests.yml                |   2 +-
 ...-generation.yml => static-checks-mypy-docs.yml} | 182 ++++++++++++---------
 .../api_connexion/endpoints/connection_endpoint.py |   4 +-
 .../api_connexion/endpoints/dag_run_endpoint.py    |   4 +-
 .../endpoints/dag_warning_endpoint.py              |   4 +-
 .../api_connexion/endpoints/event_log_endpoint.py  |  10 +-
 .../endpoints/import_error_endpoint.py             |   4 +-
 airflow/api_connexion/endpoints/pool_endpoint.py   |   4 +-
 .../api_connexion/endpoints/variable_endpoint.py   |   4 +-
 airflow/api_connexion/schemas/dag_schema.py        |  20 +--
 .../api_connexion/schemas/dag_warning_schema.py    |   6 +-
 airflow/api_connexion/schemas/error_schema.py      |   8 +-
 airflow/api_connexion/schemas/log_schema.py        |   4 +-
 airflow/api_connexion/schemas/plugin_schema.py     |  26 +--
 .../api_connexion/schemas/task_instance_schema.py  |  54 +++---
 airflow/cli/commands/dag_command.py                |   3 +-
 airflow/models/taskinstance.py                     |  15 +-
 airflow/providers/common/io/xcom/backend.py        |   6 +-
 .../api_endpoints/role_and_permission_endpoint.py  |   4 +-
 .../auth_manager/api_endpoints/user_endpoint.py    |   4 +-
 airflow/providers/openlineage/plugins/listener.py  |   6 +-
 airflow/serialization/serde.py                     |   2 +-
 airflow/utils/context.py                           |   7 +-
 airflow/utils/context.pyi                          |   4 +-
 .../js/dag/details/taskInstance/Logs/LogBlock.tsx  |   1 -
 airflow/www/templates/airflow/dag.html             |   2 +-
 .../commands/minor_release_command.py              |  45 ++++-
 .../commands/release_candidate_command.py          |  81 ++++++---
 .../src/airflow_breeze/commands/release_command.py |  42 +++--
 dev/breeze/src/airflow_breeze/global_constants.py  |   5 -
 docker_tests/test_prod_image.py                    |  12 +-
 .../xcom_backend.rst                               |   4 +-
 docs/apache-airflow/core-concepts/xcoms.rst        |   4 +-
 docs/apache-airflow/templates-ref.rst              |  17 +-
 .../pre_commit_template_context_key_sync.py        | 131 +++++++++++++++
 .../in_container/install_airflow_and_providers.py  |   6 +
 .../in_container/run_prepare_airflow_packages.py   |  10 +-
 .../endpoints/test_event_log_endpoint.py           |  18 +-
 tests/cli/commands/test_dag_command.py             |  14 +-
 tests/providers/common/io/xcom/test_backend.py     |  12 +-
 tests/serialization/test_serde.py                  |  16 ++
 59 files changed, 887 insertions(+), 568 deletions(-)
 delete mode 100644 .github/workflows/docs.yml
 create mode 100644 .github/workflows/generate-constraints.yml
 rename .github/workflows/{static-checks-mypy-and-constraints-generation.yml => 
static-checks-mypy-docs.yml} (61%)
 create mode 100644 
scripts/ci/pre_commit/pre_commit_template_context_key_sync.py

Reply via email to