You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/01/11 18:08:20 UTC

[airflow] branch v2-5-test updated (f2a55bd2e5 -> 6efc2db205)

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

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


 discard f2a55bd2e5 Add setters to MappedOperator on_*_callbacks (#28313)
 discard 1987a3ad98 Add back join to zombie query that was dropped in #28198 (#28544)
 discard 9daf9ac823 Add pre-commit hook to check session default value (#28007)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/v2-5-test (6efc2db205)
            \
             O -- O -- O   (f2a55bd2e5)

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 -
 CONTRIBUTING.rst                                   |   7 +-
 STATIC_CODE_CHECKS.rst                             |   2 -
 airflow/api/client/api_client.py                   |   2 +-
 airflow/api/common/mark_tasks.py                   |   4 +-
 airflow/jobs/backfill_job.py                       |   8 +-
 airflow/jobs/base_job.py                           |   3 +-
 airflow/jobs/scheduler_job.py                      |  34 +--
 airflow/models/mappedoperator.py                   |  16 --
 airflow/models/taskinstance.py                     |  12 +-
 airflow/models/xcom_arg.py                         |   1 -
 airflow/sentry.py                                  |   6 +-
 airflow/utils/db_cleanup.py                        |   2 +-
 airflow/www/extensions/init_appbuilder.py          |   6 +-
 airflow/www/security.py                            |   4 +-
 airflow/www/utils.py                               |   3 +-
 airflow/www/views.py                               |   2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   1 -
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output_k8s.svg                       | 146 ++++++-------
 images/breeze/output_k8s_configure-cluster.svg     | 152 ++++++-------
 images/breeze/output_k8s_create-cluster.svg        | 156 +++++++-------
 images/breeze/output_k8s_delete-cluster.svg        |  96 ++++-----
 images/breeze/output_k8s_deploy-airflow.svg        | 168 +++++++--------
 images/breeze/output_k8s_k9s.svg                   |  92 ++++----
 images/breeze/output_k8s_logs.svg                  |  96 ++++-----
 images/breeze/output_k8s_run-complete-tests.svg    | 212 +++++++++---------
 images/breeze/output_k8s_shell.svg                 | 108 +++++-----
 images/breeze/output_k8s_status.svg                | 100 ++++-----
 images/breeze/output_k8s_tests.svg                 | 164 +++++++-------
 images/breeze/output_k8s_upload-k8s-image.svg      | 144 ++++++-------
 images/breeze/output_setup.svg                     |  82 +++----
 .../output_setup_regenerate-command-images.svg     | 136 ++++++------
 images/breeze/output_static-checks.svg             | 240 ++++++++++-----------
 images/breeze/output_testing.svg                   |  74 +++----
 images/breeze/output_testing_tests.svg             | 212 +++++++++---------
 .../pre_commit_new_session_in_provide_session.py   | 125 -----------
 37 files changed, 1227 insertions(+), 1397 deletions(-)
 delete mode 100755 scripts/ci/pre_commit/pre_commit_new_session_in_provide_session.py