This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-2c1035a-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0f90bff22df Merge branch 'v3-3-test' into backport-2c1035a-v3-3-test
add 1ca02983ac6 [v3-3-test] Docs: clarify Databricks retry_delay uses
exponential backoff (#68622) (#70729)
add f888b94ff64 Revert "[v3-3-test] Docs: clarify Databricks retry_delay
uses exponential backoff (#68622) (#70729)"
add e45fb5c990b [v3-3-test] Document jwt_secret _secret and
LocalFilesystemBackend config support (#67940) (#70730)
add 9235e5c91af [v3-3-test] Fix getsection() dropping env-var overrides on
lazy-registered provider sections (#68895) (#70732)
add 79d52f5ad08 [v3-3-test] Improve SQLite test DB health checks (#68021)
(#70733)
add 07653ca3b83 [v3-3-test] Add run_type tag to dagrun.duration.failed
timeout metric (#67765) (#70731)
add 19cf2f33a07 [v3-3-test] Tidy taskgroup topo-sort tests; note why grid
group_dict is uncached (#70590) (#70686)
add c93ea0cb300 Bump the 3-3-uv-dependency-updates group in /dev/breeze
with 8 updates (#70608)
add ae84ab6935f Fix secrets not masked in Rendered Templates view with
KubernetesPodOperator (#68975) (#70756)
add fcfe46b68f8 Fix NPM vulenaribilities in simple auth manager (#70191)
(#70753)
add 1e07bdae52f Fix sphinx build error (#69505) (#70761)
add 0d47cbeee24 Merge branch 'v3-3-test' into backport-2c1035a-v3-3-test
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/docs/howto/set-config.rst | 1 +
.../local-filesystem-secrets-backend.rst | 47 ++-
airflow-core/newsfragments/67765.bugfix.rst | 1 +
.../auth/managers/simple/ui/package.json | 3 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 13 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 5 +
.../src/airflow/jobs/scheduler_job_runner.py | 2 +-
.../src/airflow/secrets/local_filesystem.py | 1 +
airflow-core/src/airflow/utils/db_manager.py | 8 +
airflow-core/tests/unit/core/test_configuration.py | 30 ++
airflow-core/tests/unit/jobs/test_scheduler_job.py | 38 ++
airflow-core/tests/unit/utils/test_db_manager.py | 8 +
airflow-core/tests/unit/utils/test_task_group.py | 11 +-
dev/breeze/uv.lock | 84 ++--
devel-common/src/tests_common/pytest_plugin.py | 178 +++++++-
.../tests/unit/tests_common/test_pytest_plugin.py | 463 +++++++++++++++++++++
.../src/airflow_shared/configuration/parser.py | 2 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 28 +-
.../tests/task_sdk/execution_time/test_context.py | 93 +++++
20 files changed, 940 insertions(+), 78 deletions(-)
create mode 100644 airflow-core/newsfragments/67765.bugfix.rst
create mode 100644 devel-common/tests/unit/tests_common/test_pytest_plugin.py