[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-30 Thread via GitHub
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1090998262 ## airflow/compat/hashlib_wrapper.py: ## @@ -0,0 +1,45 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-29 Thread via GitHub
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1089897466 ## airflow/config_templates/config.yml: ## @@ -271,8 +270,8 @@ core: default: "0" default_task_retry_delay: description: | - The number of

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-29 Thread via GitHub
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1089897466 ## airflow/config_templates/config.yml: ## @@ -271,8 +270,8 @@ core: default: "0" default_task_retry_delay: description: | - The number of

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-20 Thread via GitHub
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1083233955 ## airflow/compat/hashlib_wrapper.py: ## @@ -0,0 +1,41 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-20 Thread GitBox
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1082853296 ## airflow/models/serialized_dag.py: ## @@ -102,7 +102,7 @@ def __init__(self, dag: DAG, processor_subdir: str | None = None): dag_data =

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-10 Thread GitBox
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1066655259 ## airflow/www/app.py: ## @@ -131,7 +132,29 @@ def create_app(config=None, testing=False): init_robots(flask_app) +# Configure caching +

[GitHub] [airflow] potiuk commented on a diff in pull request #28846: Updated app to support configuring the caching hash method for FIPS

2023-01-10 Thread GitBox
potiuk commented on code in PR #28846: URL: https://github.com/apache/airflow/pull/28846#discussion_r1066645340 ## airflow/models/serialized_dag.py: ## @@ -102,7 +102,7 @@ def __init__(self, dag: DAG, processor_subdir: str | None = None): dag_data =