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 845bcbe  Fix logging issue when running tasks (#9363)
 discard 8a00764  Persist start/end date and duration for DummyOperator Task 
Instance (#8663)
 discard 99c1f71  Ensure "started"/"ended" in tooltips are not shown if job not 
started (#8667)
 discard 595ae11  Add context to execution_date_fn in ExternalTaskSensor (#8702)
 discard e1b4fcf  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested 
subdags
 discard 56245aa  Document default timeout value for SSHOperator (#8744)
 discard b222e17  [AIRFLOW-5413] Allow K8S worker pod to be configured from 
JSON/YAML file (#6230)
 discard 9d97eaa  Avoid color info in response of /dag_stats & /task_stats 
(#8742)
 discard b658468  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
 discard 2e6288d  Make loading plugins from entrypoint fault-tolerant (#8732)
 discard db3f27e  Correctly restore upstream_task_ids when deserializing 
Operators (#8775)
 discard a7ab95c  Correctly store non-default Nones in serialized tasks/dags 
(#8772)
 discard 33992dc  [AIRFLOW-6778] Add a configurable DAGs volume mount path for 
Kubernetes (#8147)
 discard 29ce614  [AIRFLOW-5659] Add support for ephemeral storage on 
KubernetesPodOperator (#6337)
 discard 0d96d9c  [AIRFLOW-5349] Add schedulername option for 
KubernetesPodOperator (#6088)
 discard 5c7d0f1  make k8s tests pass
 discard 1aafe87  [AIRFLOW-5641] Support running git sync container as root 
(#6312)
 discard 0a85338  [AIRFLOW-5413] Refactor worker config (#7114)
 discard 98d5a52  Add default `conf` parameter to Spark JDBC Hook (#8787)
 discard 2d0f194  Allow passing backend_kwargs to AWS SSM client (#8802)
 discard 7bb1e70  Filter dags by clicking on tag (#8897)
 discard 05d033b  Support k8s auth method in Vault Secrets provider (#8640)
 discard 4236e40  Monitor pods by labels instead of names (#6377)
 discard 2d6452a  Add extra options to fix SSL issue and be more flexible 
(#9409)
 discard 93bda95  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
 discard 5db245d  Optimize count query on /home (#8729)
 discard 78c81f7  Monkey patch greenlet celery pools (#8559)
 discard 445676a  Fix failing tests from #9250 (#9307)
 discard ff6c2f7  Fix json string escape in tree view (#8551)
 discard 8d5b3d5  Fix tree view if config contains " (#9250)
 discard 91cf9f8  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone 
cannot be saved issue (#8902)
 discard f4a0677  Add TaskInstance state to TI Tooltip to be colour-blind 
friendlier (#8910)
 discard e0ed57f  Add a tip to trigger DAG screen (#9049)
 discard 6881868  Decrypt secrets from SystemsManagerParameterStoreBackend 
(#9214)
 discard e22e89d  Use Markup for htmlcontent for landing_times (#9242)
 discard 6e5077f  UX Fix: Prevent undesired text selection with DAG title 
selection in Chrome (#8912)
 discard d0b8206  [AIRFLOW-3900] Error on undefined template variables in unit 
tests. (#4719)
     add 9b29d36  [AIRFLOW-3900] Error on undefined template variables in unit 
tests. (#4719)
     add c3f835f  UX Fix: Prevent undesired text selection with DAG title 
selection in Chrome (#8912)
     add 6e4b977  Use Markup for htmlcontent for landing_times (#9242)
     add 3648f27  Decrypt secrets from SystemsManagerParameterStoreBackend 
(#9214)
     add ac0d432  Add a tip to trigger DAG screen (#9049)
     add 3b3eae9  Add TaskInstance state to TI Tooltip to be colour-blind 
friendlier (#8910)
     add 154b194  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone 
cannot be saved issue (#8902)
     add b238146  Fix tree view if config contains " (#9250)
     add 4542dac  Fix json string escape in tree view (#8551)
     add 8184c53  Fix failing tests from #9250 (#9307)
     add 961aaf4  Monkey patch greenlet celery pools (#8559)
     add 317985e  Optimize count query on /home (#8729)
     add 4f5d45a  [AIRFLOW-6940] Improve test isolation in test_views.py (#7564)
     add 2637ce5  Add extra options to fix SSL issue and be more flexible 
(#9409)
     add 6bb1dfc  Monitor pods by labels instead of names (#6377)
     add ddb618d  Support k8s auth method in Vault Secrets provider (#8640)
     add 24c3e68  Filter dags by clicking on tag (#8897)
     add cd058bf  Allow passing backend_kwargs to AWS SSM client (#8802)
     add d0ab3df  Add default `conf` parameter to Spark JDBC Hook (#8787)
     add ffe266b  [AIRFLOW-5413] Refactor worker config (#7114)
     add e4b9495  [AIRFLOW-5641] Support running git sync container as root 
(#6312)
     add f1b3227  make k8s tests pass
     add 858fd29  [AIRFLOW-5349] Add schedulername option for 
KubernetesPodOperator (#6088)
     add dbae79e  [AIRFLOW-5659] Add support for ephemeral storage on 
KubernetesPodOperator (#6337)
     add a0ed8ec  [AIRFLOW-6778] Add a configurable DAGs volume mount path for 
Kubernetes (#8147)
     add a95b7d1  Correctly store non-default Nones in serialized tasks/dags 
(#8772)
     add 04f7911  Correctly restore upstream_task_ids when deserializing 
Operators (#8775)
     add 0d52498  Make loading plugins from entrypoint fault-tolerant (#8732)
     add a2a501d  [AIRFLOW-5898] fix alembic crash due to typing import (#6547)
     add d6e2ba9  Avoid color info in response of /dag_stats & /task_stats 
(#8742)
     add 85df358  [AIRFLOW-5413] Allow K8S worker pod to be configured from 
JSON/YAML file (#6230)
     add 18c95b4  Document default timeout value for SSHOperator (#8744)
     add cdd7a6c  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested 
subdags
     add 4000e8b  Add context to execution_date_fn in ExternalTaskSensor (#8702)
     add d779848  Ensure "started"/"ended" in tooltips are not shown if job not 
started (#8667)
     add 6ac90d5  Persist start/end date and duration for DummyOperator Task 
Instance (#8663)
     add 90446e5  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   (845bcbe)
            \
             N -- N -- N   refs/heads/v1-10-test (90446e5)

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