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.
from 8245965 Merge invalid_kubernetes_config rule and pod_template_file
rule
new 765b696 Unify user session lifetime configuration (#11970)
new 4086736 Handle outdated webserver session timeout gracefully. (#12332)
new 55cc1a5 Change log level for User's session to DEBUG (#12414)
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:
UPDATING.md | 23 +++++++++++++++++
airflow/config_templates/config.yml | 19 +++++---------
airflow/config_templates/default_airflow.cfg | 9 +++----
airflow/settings.py | 33 +++++++++++++++++++++++-
airflow/www/app.py | 4 +++
airflow/www_rbac/app.py | 13 +---------
tests/test_local_settings/test_local_settings.py | 31 ++++++++++++++++++++++
tests/www/test_app.py | 33 ++++++++++++++++++++++++
tests/www_rbac/test_app.py | 15 ++++++++---
9 files changed, 144 insertions(+), 36 deletions(-)