You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/26 15:28:28 UTC

[airflow] branch v1-10-test updated (b5b74cc -> dc73f34)

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

kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    omit b5b74cc  Remove UndefinedJinjaVariableRule
    omit e8a0e57  Restores accidentally removed kerberos authenttication
     add 07f6f30  StreamLogWriter: Provide (no-op) close method (#10885)
     add 48daabc  Ensure all statsd timers use millisecond values. (#10633)
     add 3de7036  Add clearer exception for read failures in macro plugin upgrade check (#13371)
     add 4672602  Restores accidentally removed kerberos authenttication
     add dc73f34  Remove UndefinedJinjaVariableRule

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   (b5b74cc)
            \
             N -- N -- N   refs/heads/v1-10-test (dc73f34)

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:
 airflow/models/dagbag.py                           |  4 +-
 airflow/models/dagrun.py                           |  2 +-
 airflow/models/taskinstance.py                     |  2 +-
 .../upgrade/rules/airflow_macro_plugin_removed.py  | 11 ++++--
 airflow/utils/dag_processing.py                    |  4 +-
 airflow/utils/log/logging_mixin.py                 |  8 ++++
 .../rules/test_airflow_macro_plugin_removed.py     | 45 +++++++++++++++++-----
 tests/utils/test_logging_mixin.py                  |  7 ++++
 8 files changed, 63 insertions(+), 20 deletions(-)