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 c03b086  Add note about Variable precedence with env vars (#21568)
 discard 2aec9d8  Reorder migrations to include bugfix in 2.2.4 (#21598)
 discard 045f6ce  Fix slow DAG deletion due to missing ``dag_id`` index for job 
table (#20282)
 discard a520845  update tutorial_etl_dag notes (#21503)
 discard 94c6134  Simplify trigger cancel button (#21591)
 discard a0ea47e  Add a session backend to store session data in the database 
(#21478)
 discard 57abbac  Show task status only for running dags or only for the last 
finished dag (#21352)
 discard f27357f  Use compat data interval shim in log handlers (#21289)
 discard 7c93cf7  Fix postgres hook import pipeline tutorial (#21491)
 discard 7aae75c  Fix mismatch in generated run_id and logical date of DAG run 
(#18707)
 discard b77fb10  Fix TriggerDagRunOperator extra link (#19410)
 discard fc6b0b3  Add possibility to create user in the Remote User mode 
(#19963)
 discard b1e3572  Avoid deadlock when rescheduling task (#21362)
 discard 2ebda8e  Fix docs link for smart sensor deprecation (#21394)
 discard 891f51d  Update example DAGs (#21372)
 discard c904256  Update error docs to include before_send option (#21275)
 discard 9e806aa  Fix the incorrect scheduling time for the first run of dag 
(#21011)
 discard 160d879  Update stat_name_handler documentation (#21298)
 discard 00cee8a  Docs: Fix task order in overview example (#21282)
 discard b36d298  Update recipe for Google Cloud SDK (#21268)
 discard e304067  Augment xcom docs (#20755)
 discard 70050c1  Update version to 2.2.4 for things in that release (#21196)
 discard 91d17f8  fןס Broken link in api.rst (#21165)
 discard 5c32faf  Limit SQLAlchemy to < 1.4.0 for 2.2.* line (#21235)
 discard cd97ecc  Fix Scheduler crash when executing task instances of missing 
DAG (#20349)
 discard 4852b81  Actually fix tuple and bool checks for black 22.1.0 (#21221)
    omit 30b0d98  bugfix: deferred tasks does not cancel when DAG is marked 
fail (#20649)
    omit 762abfb  Removed duplicated dag_run join in Dag.get_task_instances() 
(#20591)
    omit 0740c08  Avoid unintentional data loss when deleting DAGs (#20758)
    omit c0fbf27  Deprecate some functions in the experimental API (#19931)
    omit 928e095  Fix session usage in ``/rendered-k8s`` view (#21006)
    omit d572161  Helper for provide_session-decorated functions (#20104)
    omit 0cc934c  Type-annotate SkipMixin and BaseXCom (#20011)
    omit 5fa0e13  Fix 'airflow dags backfill --reset-dagruns' errors when run 
twice (#21062)
    omit c347d80  Do not set `TaskInstance.max_tries` in `refresh_from_task` 
(#21018)
    omit f02ae31  Update `version_added` for `[email] from_email` (#21138)
    omit 4633cf3  Improved instructions for custom image build with docker 
compose (#21052)
    omit 243f44d  Add back legacy .piprc customization for pip (#21124)
    omit abf8c03  Update logging-tasks.rst (#21088)
    omit 8eeb3ea  name mismatch (#21055)
    omit 84ef8d5  Update v1.yaml (#21024)
    omit ba17fa3  Return to the same place when triggering a DAG (#20955)
     new 31c66eb  Update v1.yaml (#21024)
     new a670f8c  name mismatch (#21055)
     new 9f6d6b9  Update logging-tasks.rst (#21088)
     new 680c011  Add back legacy .piprc customization for pip (#21124)
     new 5b51c41  Improved instructions for custom image build with docker 
compose (#21052)
     new 9f7d292  Update `version_added` for `[email] from_email` (#21138)
     new 07102e9  Do not set `TaskInstance.max_tries` in `refresh_from_task` 
(#21018)
     new dda8f43  Fix 'airflow dags backfill --reset-dagruns' errors when run 
twice (#21062)
     new 016929f  Type-annotate SkipMixin and BaseXCom (#20011)
     new dda864d  Helper for provide_session-decorated functions (#20104)
     new daebc58  Fix session usage in ``/rendered-k8s`` view (#21006)
     new 663bb54  Deprecate some functions in the experimental API (#19931)
     new 4dc8b90  Avoid unintentional data loss when deleting DAGs (#20758)
     new 6d8342e  Removed duplicated dag_run join in Dag.get_task_instances() 
(#20591)
     new 55a4abb  bugfix: deferred tasks does not cancel when DAG is marked 
fail (#20649)
     new 0ba033d  Actually fix tuple and bool checks for black 22.1.0 (#21221)
     new 1b139a7  Fix Scheduler crash when executing task instances of missing 
DAG (#20349)
     new 4ff0ab1  Limit SQLAlchemy to < 1.4.0 for 2.2.* line (#21235)
     new ede6d8f  fןס Broken link in api.rst (#21165)
     new 2066812  Update version to 2.2.4 for things in that release (#21196)
     new 8890087  Augment xcom docs (#20755)
     new 4b3fa3a  Update recipe for Google Cloud SDK (#21268)
     new a519e53  Docs: Fix task order in overview example (#21282)
     new 015c481  Update stat_name_handler documentation (#21298)
     new 64e0c50  Fix the incorrect scheduling time for the first run of dag 
(#21011)
     new 270516c  Update error docs to include before_send option (#21275)
     new 5c078cd  Update example DAGs (#21372)
     new f41ea34  Fix docs link for smart sensor deprecation (#21394)
     new f2fe0df  Avoid deadlock when rescheduling task (#21362)
     new 9b03071  Add possibility to create user in the Remote User mode 
(#19963)
     new 95eaef3  Fix TriggerDagRunOperator extra link (#19410)
     new 1c23405  Fix mismatch in generated run_id and logical date of DAG run 
(#18707)
     new efc2818  Fix postgres hook import pipeline tutorial (#21491)
     new 79e9954  Use compat data interval shim in log handlers (#21289)
     new f25a58e  Show task status only for running dags or only for the last 
finished dag (#21352)
     new 1c2909f  Add a session backend to store session data in the database 
(#21478)
     new 628aa1f  Simplify trigger cancel button (#21591)
     new dd0a3a3  update tutorial_etl_dag notes (#21503)
     new 436f452  Fix slow DAG deletion due to missing ``dag_id`` index for job 
table (#20282)
     new 1cbad37  Reorder migrations to include bugfix in 2.2.4 (#21598)
     new 7e80127  Add note about Variable precedence with env vars (#21568)
     new 8cbf934  Adding missing login provider related methods from 
Flask-Appbuilder (#21294)
     new 56d82fc  added explaining concept of logical date in DAG run docs 
(#21433)

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   (c03b086)
            \
             N -- N -- N   refs/heads/v2-2-test (56d82fc)

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 43 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/www/fab_security/manager.py    | 15 +++++++++++++++
 airflow/www/templates/airflow/dag.html |  4 ++--
 docs/apache-airflow/concepts/dags.rst  | 16 ++++++++++++++++
 docs/apache-airflow/dag-run.rst        |  2 ++
 docs/apache-airflow/faq.rst            |  7 +++++++
 setup.cfg                              |  7 ++++++-
 tests/www/views/test_views_tasks.py    | 24 ++++--------------------
 7 files changed, 52 insertions(+), 23 deletions(-)

Reply via email to