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

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


 discard 33c5ab7  Fix logging issue when running tasks (#9363)
 discard 524778f  Persist start/end date and duration for DummyOperator Task 
Instance (#8663)
 discard abf3410  Ensure "started"/"ended" in tooltips are not shown if job not 
started (#8667)
 discard a7445dd  Add context to execution_date_fn in ExternalTaskSensor (#8702)
 discard b9a91e7  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested 
subdags
 discard 4f57137  Document default timeout value for SSHOperator (#8744)
 discard ecc4a1a  [AIRFLOW-5413] Allow K8S worker pod to be configured from 
JSON/YAML file (#6230)
 discard 987cab4  Avoid color info in response of /dag_stats & /task_stats 
(#8742)
 discard 092dc19  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
 discard ad81ce0  Make loading plugins from entrypoint fault-tolerant (#8732)
 discard 07e218f  Correctly restore upstream_task_ids when deserializing 
Operators (#8775)
 discard 338c96d  Correctly store non-default Nones in serialized tasks/dags 
(#8772)
 discard 7e8d3bd  [AIRFLOW-6778] Add a configurable DAGs volume mount path for 
Kubernetes (#8147)
 discard 4b870d7  [AIRFLOW-5659] Add support for ephemeral storage on 
KubernetesPodOperator (#6337)
 discard 1b025b4  [AIRFLOW-5349] Add schedulername option for 
KubernetesPodOperator (#6088)
 discard c5e6f8c  make k8s tests pass
 discard 593f358  [AIRFLOW-5641] Support running git sync container as root 
(#6312)
 discard 28ce46e  [AIRFLOW-5413] Refactor worker config (#7114)
 discard 26e0f3b  Add default `conf` parameter to Spark JDBC Hook (#8787)
 discard 0315e2d  Allow passing backend_kwargs to AWS SSM client (#8802)
 discard eea50aa  Filter dags by clicking on tag (#8897)
 discard c945de4  Support k8s auth method in Vault Secrets provider (#8640)
 discard 64aa842  Monitor pods by labels instead of names (#6377)
 discard 65d052f  Add extra options to fix SSL issue and be more flexible 
(#9409)
 discard f6aebd3  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
 discard c1d360d  Optimize count query on /home (#8729)
 discard b81965e  Monkey patch greenlet celery pools (#8559)
 discard 3f3f942  Fix failing tests from #9250 (#9307)
 discard 015c148  Fix json string escape in tree view (#8551)
 discard d626813  Fix tree view if config contains " (#9250)
 discard 70d1310  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone 
cannot be saved issue (#8902)
 discard a54d32e  Add TaskInstance state to TI Tooltip to be colour-blind 
friendlier (#8910)
 discard 24e9af8  Add a tip to trigger DAG screen (#9049)
 discard e296858  Decrypt secrets from SystemsManagerParameterStoreBackend 
(#9214)
 discard ade465a  Use Markup for htmlcontent for landing_times (#9242)
 discard 83308f9  UX Fix: Prevent undesired text selection with DAG title 
selection in Chrome (#8912)
 discard 09bf666  [AIRFLOW-3900] Error on undefined template variables in unit 
tests. (#4719)
     add d0b8206  [AIRFLOW-3900] Error on undefined template variables in unit 
tests. (#4719)
     add 6e5077f  UX Fix: Prevent undesired text selection with DAG title 
selection in Chrome (#8912)
     add e22e89d  Use Markup for htmlcontent for landing_times (#9242)
     add 6881868  Decrypt secrets from SystemsManagerParameterStoreBackend 
(#9214)
     add e0ed57f  Add a tip to trigger DAG screen (#9049)
     add f4a0677  Add TaskInstance state to TI Tooltip to be colour-blind 
friendlier (#8910)
     add 91cf9f8  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone 
cannot be saved issue (#8902)
     add 8d5b3d5  Fix tree view if config contains " (#9250)
     add ff6c2f7  Fix json string escape in tree view (#8551)
     add 445676a  Fix failing tests from #9250 (#9307)
     add 78c81f7  Monkey patch greenlet celery pools (#8559)
     add 5db245d  Optimize count query on /home (#8729)
     add 93bda95  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
     add 2d6452a  Add extra options to fix SSL issue and be more flexible 
(#9409)
     add 4236e40  Monitor pods by labels instead of names (#6377)
     add 05d033b  Support k8s auth method in Vault Secrets provider (#8640)
     add 7bb1e70  Filter dags by clicking on tag (#8897)
     add 2d0f194  Allow passing backend_kwargs to AWS SSM client (#8802)
     add 98d5a52  Add default `conf` parameter to Spark JDBC Hook (#8787)
     add 0a85338  [AIRFLOW-5413] Refactor worker config (#7114)
     add 1aafe87  [AIRFLOW-5641] Support running git sync container as root 
(#6312)
     add 5c7d0f1  make k8s tests pass
     add 0d96d9c  [AIRFLOW-5349] Add schedulername option for 
KubernetesPodOperator (#6088)
     add 29ce614  [AIRFLOW-5659] Add support for ephemeral storage on 
KubernetesPodOperator (#6337)
     add 33992dc  [AIRFLOW-6778] Add a configurable DAGs volume mount path for 
Kubernetes (#8147)
     add a7ab95c  Correctly store non-default Nones in serialized tasks/dags 
(#8772)
     add db3f27e  Correctly restore upstream_task_ids when deserializing 
Operators (#8775)
     add 2e6288d  Make loading plugins from entrypoint fault-tolerant (#8732)
     add b658468  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
     add 9d97eaa  Avoid color info in response of /dag_stats & /task_stats 
(#8742)
     add b222e17  [AIRFLOW-5413] Allow K8S worker pod to be configured from 
JSON/YAML file (#6230)
     add 56245aa  Document default timeout value for SSHOperator (#8744)
     add e1b4fcf  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested 
subdags
     add 595ae11  Add context to execution_date_fn in ExternalTaskSensor (#8702)
     add 99c1f71  Ensure "started"/"ended" in tooltips are not shown if job not 
started (#8667)
     add 8a00764  Persist start/end date and duration for DummyOperator Task 
Instance (#8663)
     add 845bcbe  Fix logging issue when running tasks (#9363)

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   (33c5ab7)
            \
             N -- N -- N   refs/heads/v1-10-test (845bcbe)

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/www_rbac/templates/airflow/dag.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to