This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch backport-6f40f99-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 48f4dd13e3c [v3-0-test] Fix SQLite Lock error in TestTaskInstancesLog
setup (#50763) (cherry picked from commit
6f40f99543a33ca6bf6573fd98172354364113df)
add 342a655e694 [v3-0-test] Fix selective checks failing on breeze
dependabot upgrade (#50795) (#50798)
add 3c2109ec652 Update chart dependencies to fix CI on main (#50748)
(#50797)
add 804686e9ab3 [v3-0-test] Fetch only the most recent dagrun value used
in header. (#50767) (#50835)
add cc80c660111 Fix Python client release steps (#50770)
add 44405bf5ec8 [v3-0-test] Don't auto activate assets in activation tests
(#50478) (#50494)
add 575d951f898 [v3-0-test] Upgrade to latest versions of installers and
pre-commit (#50630) (#50633)
add 7c599c7b447 [v3-0-test] Fix Pydantic ``ForwardRef`` error by
reordering discriminated union definitions (#50688) (#50691)
add e9b3d434030 [v3-0-test] Correctly render dag tags when there are
`MAX_TAGS` + 1 tags (#50669) (#50809)
add 02a88457025 [v3-0-test] Fix dropdowns in accordion and error text
colors (#50845) (#50856)
add 3bb276def10 Merge branch 'v3-0-test' into backport-6f40f99-v3-0-test
No new revisions were added by this update.
Summary of changes:
.github/actions/install-pre-commit/action.yml | 2 +-
.github/actions/post_tests_success/action.yml | 2 +-
.pre-commit-config.yaml | 34 ++++++++---
Dockerfile | 4 +-
Dockerfile.ci | 4 +-
.../src/airflow/dag_processing/processor.py | 71 +++++++++++-----------
.../src/components/FlexibleForm/FlexibleForm.tsx | 36 +++++++----
.../airflow/ui/src/components/LimitedItemsList.tsx | 3 +-
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 2 +-
.../airflow/ui/src/pages/DagsList/DagCard.test.tsx | 1 +
.../src/airflow/ui/src/queries/useParamStore.ts | 4 +-
.../tests/unit/dag_processing/test_collection.py | 1 +
clients/python/.gitignore | 1 +
clients/python/pyproject.toml | 2 +-
.../python/{.gitignore => python-client.gitignore} | 4 +-
dev/README_RELEASE_PYTHON_CLIENT.md | 1 -
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 17 ++++--
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/src/airflow_breeze/utils/reinstall.py | 7 ++-
docs/README.md | 7 +++
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/tools/setup_breeze | 2 +-
24 files changed, 130 insertions(+), 83 deletions(-)
copy clients/python/{.gitignore => python-client.gitignore} (71%)