This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f9278ac3dcd Use timezone from new TaskSDK public API where possible
(#53949)
add 0abcfdf0e61 Handle unmodified sensitived fields when updating
connections (#53943)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 1 +
.../core_api/services/public/connections.py | 19 +-
.../airflow/ui/public/i18n/locales/en/admin.json | 1 +
.../src/components/FlexibleForm/FlexibleForm.tsx | 7 +
.../ui/src/pages/Connections/ConnectionForm.tsx | 8 +
.../src/pages/Connections/EditConnectionButton.tsx | 1 +
.../core_api/routes/public/test_connections.py | 21 ++
.../airflow/sdk/execution_time/secrets_masker.py | 119 +++++++-
.../task_sdk/definitions/test_secrets_masker.py | 304 +++++++++++++++++++++
9 files changed, 478 insertions(+), 3 deletions(-)