This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a5fd5bb1b49 Skip setproctitle in task_runner on Mac OS (#45124)
add 546675500e0 Add ability to configure PERMANENT_SESSION_LIFETIME in fab
for session logout. (#48827)
No new revisions were added by this update.
Summary of changes:
airflow-core/newsfragments/41550.significant.rst | 6 ++--
.../src/airflow/cli/commands/config_command.py | 8 ++++--
.../src/airflow/config_templates/config.yml | 8 ------
airflow-core/src/airflow/settings.py | 13 ---------
airflow-core/tests/unit/core/test_settings.py | 26 ------------------
providers/fab/provider.yaml | 8 ++++++
.../src/airflow/providers/fab/get_provider_info.py | 7 +++++
providers/fab/src/airflow/providers/fab/www/app.py | 4 +++
.../fab/src/airflow/providers/fab/www/utils.py | 16 +++++++++++
.../fab/tests/unit/fab/www/test_utils.py | 32 ++++++++++------------
10 files changed, 59 insertions(+), 69 deletions(-)
copy airflow-core/tests/unit/dag_processing/bundles/test_local.py =>
providers/fab/tests/unit/fab/www/test_utils.py (51%)