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 2022/03/24 01:44:59 UTC

[airflow] branch v2-2-test updated (ef70b89 -> d276f54)

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

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


 discard ef70b89  Add 2.2.5 to CHANGELOG.txt and UPDATING.md
 discard 0ff71fe  Update version added for `deactivate_stale_dags_interval` config (#22478)
 discard 94ac81d  Reduce DB load incurred by Stale DAG deactivation (#21399)
 discard 7b4ffa6  Ensure clear_task_instances sets valid run state (#21116)
 discard 35dda7d  Update `ExternalTaskSensorLink` to handle templated `external_dag_id` (#21192)
 discard 4dbbf36  Fix trigger dag redirect from task instance log view (#21239)
 discard b3f0203  Dispose unused connection pool (#21565)
 discard 3512a98  extends typing-extensions to be installed with python 3.8+ #21566 (#21567)
 discard 0fd0b1b  Change the storage of frame to use threadLocal rather than Dict (#21993)
 discard fd3b4e9  Truncate stack trace to DAG user code for exceptions raised during execution (#20731)
 discard 372ae59  Fix: Do not render undefined graph edges (#19684)
 discard 33c1fc5  Fix Tasks getting stuck in scheduled state (#19747)
 discard 802b4c9  adding `on_execute_callback` to callbacks docs (#22362)
 discard b6df571  Add documentation on specifying a DB schema. (#22347)
 discard a9a7f79  Fix race condition between triggerer and scheduler (#21316)
 discard cf09ae0  Fix postgres part of pipeline example of tutorial (#21586)
 discard ef9d52c  Log traceback in trigger excs (#21213)
 discard d1efd24  Fix duplicate trigger creation race condition (#20699)
 discard 5ffceab  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is set to true. (#19491)
 discard 6a7eb71  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard d17b9c7  fix: Update custom connection field processing (#20883)
 discard 609e507  A trigger might use a connection; make sure we mask passwords (#21207)
 discard a71c833  Extend documentation for states of DAGs & tasks and update trigger rules docs (#21382)
 discard 153fd8d  Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413)
 discard 865fd4e  Fix Resources __eq__ check (#21442)
 discard 30dc3f4  Filter out default configs when overrides exist. (#21539)
 discard 4c29065  Fix logging JDBC SQL error when task fails (#21540)
 discard 0bf8f9e  Disable default_pool delete on web ui (#21658)
 discard 151a0af  Log exception in local executor (#21667)
 discard 9cb43b1  Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
 discard 9097503  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard 8c2ac24  Fix filesystem sensor for directories (#21729)
 discard faab2bd  Fix graph autorefresh on page load (#21736)
 discard 976b7ca  Correct a couple grammatical errors in docs (#21750)
 discard d474e91  Fix triggerer --capacity parameter (#21753)
 discard 0aa288e  Fix the triggerer capacity test (#21760)
 discard 6fd4c42  Fix assignment of unassigned triggers (#21770)
 discard 4a12aa3  Fix incorrect data provided to tries & landing times charts (#21928)
 discard 79484f9  DB upgrade is required when updating Airflow (#22061)
 discard d982f85  Bump version to 2.2.5
     add 2fe34e6  Bump version to 2.2.5
     add 2bc54ef  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is set to true. (#19491)
     add e38c0e7  Fix: Do not render undefined graph edges (#19684)
     add b526332  Fix Tasks getting stuck in scheduled state (#19747)
     add 4e71091  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     add d7866b6  Fix duplicate trigger creation race condition (#20699)
     add 1a75099  Truncate stack trace to DAG user code for exceptions raised during execution (#20731)
     add ca2b3dc  fix: Update custom connection field processing (#20883)
     add 6d88eec  Ensure clear_task_instances sets valid run state (#21116)
     add 4b6b41e  Update `ExternalTaskSensorLink` to handle templated `external_dag_id` (#21192)
     add a55bf68  A trigger might use a connection; make sure we mask passwords (#21207)
     add 67012a4  Log traceback in trigger excs (#21213)
     add 1fe719b  Fix trigger dag redirect from task instance log view (#21239)
     add 46ef194  Fix race condition between triggerer and scheduler (#21316)
     add 39f6ff8  Extend documentation for states of DAGs & tasks and update trigger rules docs (#21382)
     add ccb6974  Reduce DB load incurred by Stale DAG deactivation (#21399)
     add b98efc7  Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413)
     add a920ca7  Fix Resources __eq__ check (#21442)
     add f758593  Filter out default configs when overrides exist. (#21539)
     add 976233b  Fix logging JDBC SQL error when task fails (#21540)
     add aafa984  Dispose unused connection pool (#21565)
     add 158cab2  extends typing-extensions to be installed with python 3.8+ #21566 (#21567)
     add 0b95b6b  Fix postgres part of pipeline example of tutorial (#21586)
     add bca4350  Disable default_pool delete on web ui (#21658)
     add d056b9e  Log exception in local executor (#21667)
     add e978716  Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
     add 562dbae  Fix stray order_by(TaskInstance.execution_date) (#21705)
     add 504d6ef  Fix filesystem sensor for directories (#21729)
     add ea09712  Fix graph autorefresh on page load (#21736)
     add 0a6893f  Correct a couple grammatical errors in docs (#21750)
     add 785be22  Fix triggerer --capacity parameter (#21753)
     add 1d7a6e8  Fix the triggerer capacity test (#21760)
     add e402932  Fix assignment of unassigned triggers (#21770)
     add 3b200c6  Fix incorrect data provided to tries & landing times charts (#21928)
     add 7b532cb  Change the storage of frame to use threadLocal rather than Dict (#21993)
     add 32c3812  DB upgrade is required when updating Airflow (#22061)
     add 709d462  Add documentation on specifying a DB schema. (#22347)
     add 1382064  adding `on_execute_callback` to callbacks docs (#22362)
     add 3362265  Update version added for `deactivate_stale_dags_interval` config (#22478)
     add d276f54  Add 2.2.5 to CHANGELOG.txt and UPDATING.md

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   (ef70b89)
            \
             N -- N -- N   refs/heads/v2-2-test (d276f54)

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:
 docs/apache-airflow/installation/supported-versions.rst | 2 +-
 tests/dag_processing/test_manager.py                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)