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

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


 discard 75979f79 Fix postgres hook import pipeline tutorial (#21491)
 discard f0a8dac  Fix mismatch in generated run_id and logical date of DAG run 
(#18707)
 discard 0823fd2  Fix TriggerDagRunOperator extra link (#19410)
 discard b92cf65  Add possibility to create user in the Remote User mode 
(#19963)
 discard e2f3e94  Avoid deadlock when rescheduling task (#21362)
 discard 8971e0f  Fix docs link for smart sensor deprecation (#21394)
 discard 99abbfc  Update example DAGs (#21372)
 discard 317dd29  Filter celery stuck task query to exclude completed tasks 
(#21335)
 discard e11b90c  Update error docs to include before_send option (#21275)
 discard a04ead2  Fix the incorrect scheduling time for the first run of dag 
(#21011)
 discard d4000e8  Update stat_name_handler documentation (#21298)
 discard ce60f02  Docs: Fix task order in overview example (#21282)
 discard 0e8f4f6  Update recipe for Google Cloud SDK (#21268)
 discard 74ff37c  Augment xcom docs (#20755)
 discard 47310ac  Update version to 2.2.4 for things in that release (#21196)
 discard ba0fdbe  fןס Broken link in api.rst (#21165)
 discard 601098a  Limit SQLAlchemy to < 1.4.0 for 2.2.* line (#21235)
 discard 9cdc3e6  Fix Scheduler crash when executing task instances of missing 
DAG (#20349)
    omit c447751  Actually fix tuple and bool checks for black 22.1.0 (#21221)
    omit ec60dd7  Handle stuck queued tasks in Celery for db backend(#19769)
     new 4852b81  Actually fix tuple and bool checks for black 22.1.0 (#21221)
     new cd97ecc  Fix Scheduler crash when executing task instances of missing 
DAG (#20349)
     new 5c32faf  Limit SQLAlchemy to < 1.4.0 for 2.2.* line (#21235)
     new 91d17f8  fןס Broken link in api.rst (#21165)
     new 70050c1  Update version to 2.2.4 for things in that release (#21196)
     new e304067  Augment xcom docs (#20755)
     new b36d298  Update recipe for Google Cloud SDK (#21268)
     new 00cee8a  Docs: Fix task order in overview example (#21282)
     new 160d879  Update stat_name_handler documentation (#21298)
     new 9e806aa  Fix the incorrect scheduling time for the first run of dag 
(#21011)
     new c904256  Update error docs to include before_send option (#21275)
     new 891f51d  Update example DAGs (#21372)
     new 2ebda8e  Fix docs link for smart sensor deprecation (#21394)
     new b1e3572  Avoid deadlock when rescheduling task (#21362)
     new fc6b0b3  Add possibility to create user in the Remote User mode 
(#19963)
     new b77fb10  Fix TriggerDagRunOperator extra link (#19410)
     new 7aae75c  Fix mismatch in generated run_id and logical date of DAG run 
(#18707)
     new 7c93cf7  Fix postgres hook import pipeline tutorial (#21491)

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   (75979f79)
            \
             N -- N -- N   refs/heads/v2-2-test (7c93cf7)

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 18 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/config_templates/config.yml          |   7 -
 airflow/config_templates/default_airflow.cfg |   3 -
 airflow/executors/celery_executor.py         |  57 --------
 tests/executors/test_celery_executor.py      | 203 +++------------------------
 4 files changed, 18 insertions(+), 252 deletions(-)

Reply via email to