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.


 discard f20d315  Typo Fix: Deprecated config force_log_out_after was not used 
(#12661)
    omit 74e0247  Fix issue with empty Resources in executor_config (#12633)
    omit 55cafbb  Actually run against the version of the DB we select in the 
matrix. (#12591)
     add 847820f  Add BaseOperatorMetaclassRule (#12629)
     add 2a7944d  BugFix: Tasks with depends_on_past or task_concurrency are 
stuck (#12663)
     new ca53e70  Actually run against the version of the DB we select in the 
matrix. (#12591)
     new 540e70b  Fix issue with empty Resources in executor_config (#12633)
     new 64d84cb  Typo Fix: Deprecated config force_log_out_after was not used 
(#12661)

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   (f20d315)
            \
             N -- N -- N   refs/heads/v1-10-test (64d84cb)

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 3 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/models/dagrun.py                           |  2 +-
 .../rules/custom_operator_metaclass_rule.py        | 55 ++++++++++++
 tests/jobs/test_scheduler_job.py                   | 98 ++++++++++++++++++++++
 .../rules/test_custom_operator_metaclass_rule.py   | 55 ++++++++++++
 4 files changed, 209 insertions(+), 1 deletion(-)
 create mode 100644 airflow/upgrade/rules/custom_operator_metaclass_rule.py
 create mode 100644 tests/upgrade/rules/test_custom_operator_metaclass_rule.py

Reply via email to