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/07/05 18:34:00 UTC

[airflow] branch v2-3-test updated (78f215a192 -> e86dbd7c1c)

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

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


 discard 78f215a192 Update the release note
 discard a8762fca89 improve grid date tick spacing (#24849)
 discard 7a4869c737 Fix cycle bug with attaching label to task group (#24847)
 discard 691ceab953 Fix timestamp defaults for sensorinstance (#24638)
 discard 51c58c0c68 Move fallible ti.task.dag assignment back inside try/except block (#24533) (#24592)
 discard 465834bfbe Fix typo (#24568)
 discard 2b9f6d0512 Add missing types to FSHook (#24470)
 discard 7a11046ca1 Mask secrets in stdout for 'airflow tasks test' (#24362)
 discard b9fb473eb3 DebugExecutor use ti.run() instead of ti._run_raw_task (#24357)
 discard d3366fcdde Fix bugs in URI constructor for MySQL connection (#24320)
 discard 49fc732db3 scheduleinterval nullable true added in openapi (#24253)
 discard 065cd19de4 Unify return_code interface for task runner (#24093)
 discard 4284d03e98 Handle occasional deadlocks in trigger with retries (#24071)
 discard 46d26c76af Drop Python 3.6 compatibility objects/modules (#24048)
 discard 4081a65b77 Remove special serde logic for mapped op_kwargs (#23860)
 discard 6ca7f3a317 Fix doc description of [core] parallelism config setting (#23768)
 discard 7b548b0e69 ExternalTaskSensor respects soft_fail if the external task enters a failed_state (#23647)
 discard 40f16612f9 Fix StatD timing metric units (#21106)
 discard 679bd6afaf Add cache_ok flag to sqlalchemy TypeDecorators. (#24499)
 discard 069a84c4ad Remove upper-binding for SQLAlchemy (#24819)
 discard ec02981daa Adding Docker context check for breeze (#24751)
 discard cd6987f7cb Add "generated" folder to volumes mounted when "MOUNT_SELECTED" used (#24818)
 discard 951eb0029f Prepare ARM images much faster and cheaper (#24813)
 discard 0ad211d9d2 Unified "dash-name" convention for outputs in ci workflows.
     add b5202fa4ef Unified "dash-name" convention for outputs in ci workflows.
     add bffde56e05 Unified "dash-name" convention for outputs in ci workflows.
     add 7c2f45c029 Prepare ARM images much faster and cheaper (#24813)
     add 0d31c8b913 Add "generated" folder to volumes mounted when "MOUNT_SELECTED" used (#24818)
     add 29a5ceff48 Adding Docker context check for breeze (#24751)
     add a33bf03424 Remove upper-binding for SQLAlchemy (#24819)
     add fb33bbfd6d Add cache_ok flag to sqlalchemy TypeDecorators. (#24499)
     add aa1f8d9531 Fix StatD timing metric units (#21106)
     add f89c8f0693 ExternalTaskSensor respects soft_fail if the external task enters a failed_state (#23647)
     add 57dc2c5b78 Fix doc description of [core] parallelism config setting (#23768)
     add a2968fff47 Remove special serde logic for mapped op_kwargs (#23860)
     add 9c5a07dbc9 Drop Python 3.6 compatibility objects/modules (#24048)
     add c76b324d5e Handle occasional deadlocks in trigger with retries (#24071)
     add e950d5ca24 Unify return_code interface for task runner (#24093)
     add e9457d3fad scheduleinterval nullable true added in openapi (#24253)
     add 9c6380db0e Fix bugs in URI constructor for MySQL connection (#24320)
     add 13e4a752a5 DebugExecutor use ti.run() instead of ti._run_raw_task (#24357)
     add 3ed053dca6 Mask secrets in stdout for 'airflow tasks test' (#24362)
     add 5dca4fb64b Add missing types to FSHook (#24470)
     add 7c6bca27df Fix typo (#24568)
     add 53121c5ffc Move fallible ti.task.dag assignment back inside try/except block (#24533) (#24592)
     add e32c1bffbf Fix timestamp defaults for sensorinstance (#24638)
     add efc3c67006 Fix cycle bug with attaching label to task group (#24847)
     add eea449e136 improve grid date tick spacing (#24849)
     add e86dbd7c1c Update the release note

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   (78f215a192)
            \
             N -- N -- N   refs/heads/v2-3-test (e86dbd7c1c)

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: