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/22 20:35:13 UTC

[airflow] branch v2-2-test updated (7dd3fed -> cfc1c11)

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 7dd3fed  Add 2.2.5 to CHANGELOG.txt and UPDATING.md
 discard 6784c8c  Fix Tasks getting stuck in scheduled state (#19747)
 discard ae573d8  Reduce DB load incurred by Stale DAG deactivation (#21399)
 discard 5d53fcb  adding `on_execute_callback` to callbacks docs (#22362)
 discard 50a0dee  Add documentation on specifying a DB schema. (#22347)
 discard 994beac  Fix race condition between triggerer and scheduler (#21316)
 discard fe8f560  Fix postgres part of pipeline example of tutorial (#21586)
 discard f8e8ffb  Log traceback in trigger excs (#21213)
 discard 7a4bbdb  Fix duplicate trigger creation race condition (#20699)
 discard 58f09cd  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is set to true. (#19491)
 discard 504e845  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard 235e802  fix: Update custom connection field processing (#20883)
 discard 84557a5  A trigger might use a connection; make sure we mask passwords (#21207)
 discard f4118c3  Extend documentation for states of DAGs & tasks and update trigger rules docs (#21382)
 discard ed25c60  Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413)
 discard a99d290  Fix Resources __eq__ check (#21442)
 discard f092ed5  Filter out default configs when overrides exist. (#21539)
 discard 5f9a275  Fix logging JDBC SQL error when task fails (#21540)
 discard 5cb0b40  Disable default_pool delete on web ui (#21658)
 discard b1e549a  Log exception in local executor (#21667)
 discard c47323d  Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
 discard 6c88c0a  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard 467c759  Fix filesystem sensor for directories (#21729)
 discard 534140e  Fix graph autorefresh on page load (#21736)
 discard 318a5ed  Correct a couple grammatical errors in docs (#21750)
 discard eb3c4b6  Fix triggerer --capacity parameter (#21753)
 discard 3a2fd04  Fix the triggerer capacity test (#21760)
 discard 33b75ff  Fix assignment of unassigned triggers (#21770)
 discard c5f7925  Fix incorrect data provided to tries & landing times charts (#21928)
 discard a58a274  DB upgrade is required when updating Airflow (#22061)
 discard ebb8727  Bump version to 2.2.5
     add 1be54f2  Remove misleading MSSQL information from the docs (#21998)
     add 9bd6db7  Fix 2.2.4 changelog date and remove dups (#22011)
     add d982f85  Bump version to 2.2.5
     add 79484f9  DB upgrade is required when updating Airflow (#22061)
     add 4a12aa3  Fix incorrect data provided to tries & landing times charts (#21928)
     add 6fd4c42  Fix assignment of unassigned triggers (#21770)
     add 0aa288e  Fix the triggerer capacity test (#21760)
     add d474e91  Fix triggerer --capacity parameter (#21753)
     add 976b7ca  Correct a couple grammatical errors in docs (#21750)
     add faab2bd  Fix graph autorefresh on page load (#21736)
     add 8c2ac24  Fix filesystem sensor for directories (#21729)
     add 9097503  Fix stray order_by(TaskInstance.execution_date) (#21705)
     add 9cb43b1  Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
     add 151a0af  Log exception in local executor (#21667)
     add 0bf8f9e  Disable default_pool delete on web ui (#21658)
     add 4c29065  Fix logging JDBC SQL error when task fails (#21540)
     add 30dc3f4  Filter out default configs when overrides exist. (#21539)
     add 865fd4e  Fix Resources __eq__ check (#21442)
     add 153fd8d  Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413)
     add a71c833  Extend documentation for states of DAGs & tasks and update trigger rules docs (#21382)
     add 609e507  A trigger might use a connection; make sure we mask passwords (#21207)
     add d17b9c7  fix: Update custom connection field processing (#20883)
     add 6a7eb71  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     add 5ffceab  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is set to true. (#19491)
     add d1efd24  Fix duplicate trigger creation race condition (#20699)
     add ef9d52c  Log traceback in trigger excs (#21213)
     add cf09ae0  Fix postgres part of pipeline example of tutorial (#21586)
     add a9a7f79  Fix race condition between triggerer and scheduler (#21316)
     add b6df571  Add documentation on specifying a DB schema. (#22347)
     add 802b4c9  adding `on_execute_callback` to callbacks docs (#22362)
     add cf165b9  Reduce DB load incurred by Stale DAG deactivation (#21399)
     add 17c2de6  Fix Tasks getting stuck in scheduled state (#19747)
     add cfc1c11  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   (7dd3fed)
            \
             N -- N -- N   refs/heads/v2-2-test (cfc1c11)

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:
 CHANGELOG.txt                                 |  5 +---
 docs/apache-airflow/howto/set-up-database.rst | 39 +--------------------------
 2 files changed, 2 insertions(+), 42 deletions(-)