This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch v3-3-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f91b5f0d062 update release notes for 3.3.1rc1
add 95454daff05 [v3-3-test] Keep task log text selection alive while
scrolling (#71148) (#71200)
add 95741a12064 [v3-3-test] UI: Fix preventRunningTasks showing as raw
i18n key in Clear Task dialogs (#71045) (#71240)
add 3cfb11c1cf3 Pin providers in constraints to the versions published in
PyPI (#71324) (#71340)
add 4b2211eaca6 Sync generated files (uv.lock specifiers, samba provider
docs) on v3-3-test (#71373)
add fd1ac29bbff [v3-3-test] Fix 500 when combining last-run and any-run
Dag state filters (#71366) (#71371)
add 3adbbe1c58e Update 3.3.1 release notes and date for rc2
No new revisions were added by this update.
Summary of changes:
.github/workflows/release-constraints.yml | 34 +++-
RELEASE_NOTES.rst | 5 +-
.../src/airflow/api_fastapi/common/parameters.py | 10 +-
.../airflow/ui/public/i18n/locales/it/dags.json | 1 +
.../airflow/ui/public/i18n/locales/th/dags.json | 1 +
.../src/airflow/ui/src/i18n/config.test.ts | 20 ++-
airflow-core/src/airflow/ui/src/i18n/config.ts | 18 ++-
.../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 93 ++++++++++-
.../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 23 ++-
.../pages/TaskInstance/Logs/logSelection.test.ts | 147 ++++++++++++++++++
.../ui/src/pages/TaskInstance/Logs/logSelection.ts | 73 +++++++++
.../api_fastapi/core_api/routes/ui/test_dags.py | 18 +++
dev/README_RELEASE_AIRFLOW.md | 23 ++-
.../airflow_breeze/utils/release_constraints.py | 11 +-
dev/registry/pyproject.toml | 2 +-
providers/akeyless/pyproject.toml | 2 +-
providers/apache/spark/pyproject.toml | 2 +-
providers/common/ai/pyproject.toml | 2 +-
reproducible_build.yaml | 4 +-
scripts/in_container/run_generate_constraints.py | 171 ++++++++++++++-------
.../in_container/test_run_generate_constraints.py | 164 +++++++++++++++++---
uv.lock | 8 +-
22 files changed, 716 insertions(+), 116 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.test.ts
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.ts