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.


    from 7c93cf7  Fix postgres hook import pipeline tutorial (#21491)
     new f27357f  Use compat data interval shim in log handlers (#21289)
     new 57abbac  Show task status only for running dags or only for the last 
finished dag (#21352)
     new a0ea47e  Add a session backend to store session data in the database 
(#21478)
     new 94c6134  Simplify trigger cancel button (#21591)
     new a520845  update tutorial_etl_dag notes (#21503)

The 5 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/config_templates/config.yml                |  7 +++
 airflow/config_templates/default_airflow.cfg       |  4 ++
 airflow/example_dags/tutorial_etl_dag.py           |  4 +-
 ....py => c381b21cb7e4_add_session_table_to_db.py} | 34 ++++++-----
 .../providers/elasticsearch/log/es_task_handler.py | 27 ++++++---
 airflow/utils/db.py                                |  3 +
 airflow/utils/log/file_task_handler.py             | 35 +++++++++---
 airflow/www/app.py                                 |  3 +-
 airflow/www/extensions/init_session.py             | 63 ++++++++++++---------
 .../www/{extensions/init_session.py => session.py} | 29 ++++------
 airflow/www/templates/airflow/trigger.html         |  2 +-
 airflow/www/views.py                               | 64 ++++++++++++++++-----
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 docs/spelling_wordlist.txt                         |  1 +
 setup.cfg                                          |  3 +
 tests/api_connexion/conftest.py                    |  7 ++-
 tests/api_connexion/test_security.py               |  4 ++
 tests/test_utils/decorators.py                     |  2 +-
 tests/utils/test_db.py                             |  3 +
 tests/www/views/conftest.py                        |  1 +
 tests/www/views/test_session.py                    | 65 ++++++++++++++++++++++
 tests/www/views/test_views.py                      | 35 +++++++++++-
 tests/www/views/test_views_trigger_dag.py          | 11 ++--
 23 files changed, 308 insertions(+), 103 deletions(-)
 copy airflow/migrations/versions/{f2ca10b85618_add_dag_stats_table.py => 
c381b21cb7e4_add_session_table_to_db.py} (61%)
 copy airflow/www/{extensions/init_session.py => session.py} (59%)
 create mode 100644 tests/www/views/test_session.py

Reply via email to