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 a336a6c  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
 discard a8e9aa6  fix: Update custom connection field processing (#20883)
 discard da7c463  A trigger might use a connection; make sure we mask passwords 
(#21207)
 discard 94a75ae  Fix race condition between triggerer and scheduler (#21316)
 discard cb37eb4  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
 discard 68e6e8f  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
 discard a80213c  Fix Resources __eq__ check (#21442)
 discard b794415  Filter out default configs when overrides exist. (#21539)
 discard e6fb0e9  Fix logging JDBC SQL error when task fails (#21540)
 discard 9f177e0  Disable default_pool delete on web ui (#21658)
 discard 445ae53  Fix postgres part of pipeline example of tutorial (#21586)
 discard cdecc7a  Log exception in local executor (#21667)
 discard 8b5cfb7  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
 discard 17b0335  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard 9f0c814  Fix filesystem sensor for directories (#21729)
 discard 7c760cf  Fix graph autorefresh on page load (#21736)
 discard cf5a3a9  Correct a couple grammatical errors in docs (#21750)
 discard 5f4eaac  Fix triggerer --capacity parameter (#21753)
 discard a5dbef9  Fix the triggerer capacity test (#21760)
 discard f81bc4c  Fix assignment of unassigned triggers (#21770)
 discard 30fad7f  Fix incorrect data provided to tries & landing times charts 
(#21928)
 discard 925082e  DB upgrade is required when updating Airflow (#22061)
     new c1deabb  DB upgrade is required when updating Airflow (#22061)
     new 5167863  Fix incorrect data provided to tries & landing times charts 
(#21928)
     new 7c8ce40  Fix assignment of unassigned triggers (#21770)
     new d5570bc  Fix the triggerer capacity test (#21760)
     new eb29401  Fix triggerer --capacity parameter (#21753)
     new ce7640b  Correct a couple grammatical errors in docs (#21750)
     new 2533939  Fix graph autorefresh on page load (#21736)
     new 7b7782d  Fix filesystem sensor for directories (#21729)
     new 4fe1404  Fix stray order_by(TaskInstance.execution_date) (#21705)
     new d9813d6  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
     new 1f829a7  Log exception in local executor (#21667)
     new 628ab19  Disable default_pool delete on web ui (#21658)
     new 5b32ff0  Fix logging JDBC SQL error when task fails (#21540)
     new eae3f0d  Filter out default configs when overrides exist. (#21539)
     new dead48c  Fix Resources __eq__ check (#21442)
     new 16a2813  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
     new b777b61  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
     new bffb184  A trigger might use a connection; make sure we mask passwords 
(#21207)
     new 6768370  fix: Update custom connection field processing (#20883)
     new 4f1c45d  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     new 600c9e5  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
     new 4b0305f  Fix duplicate trigger creation race condition (#20699)
     new 9724cdd  Log traceback in trigger excs (#21213)
     new 06ddc7e  Fix postgres part of pipeline example of tutorial (#21586)
     new a865c66  Fix race condition between triggerer and scheduler (#21316)

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

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 25 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:
 airflow/__init__.py              |   1 +
 airflow/jobs/triggerer_job.py    |  48 +++++++------
 airflow/models/taskinstance.py   |   3 +
 airflow/models/trigger.py        |   6 +-
 tests/jobs/test_triggerer_job.py | 147 +++++++++++++++++++++++++++++++++++++--
 5 files changed, 177 insertions(+), 28 deletions(-)

Reply via email to