This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a change to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c5b6ddc4112 Update Release notes for 3.2.0b2
 discard 30436d761b8 update release notes for 3.2.0
 discard 1745ffc62af Add 3.2.0 release notes
 discard dcbe94f886b Update version to 3.2.0
 discard ea108f955d6 updated versions in README.md
 discard a1999000222 Pin Task-SDK for Airflow meta package
 discard 0ee49f3e0fc Update default branches for 3-2
     add 3651eea45bc Persisting filter by tag (#63273)
     add ce03fd67288 Remove deprecated classes scheduled for March 2026 (#64098)
     add b35c155bf8b Fix dag run accessorkey on clear ti page (#64072)
     add 6990f2cfbc3 Upper bound limit starlette < 1.0.0 (#64115)
     add 91dcbd9a7da Support elasticsearch 9 (#64070)
     add cea88590982 Update default branches for 3-2
     add c9c6552e92e Pin Task-SDK for Airflow meta package
     add 82730500e65 updated versions in README.md
     add fc812dd8871 Update version to 3.2.0
     add 04120b2796d Add 3.2.0 release notes
     add 1ea65ff7827 update release notes for 3.2.0
     new 2b85e470b33 Update Release notes for 3.2.0b2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c5b6ddc4112)
            \
             N -- N -- N   refs/heads/v3-2-test (2b85e470b33)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.rst                                  |  12 +-
 airflow-core/pyproject.toml                        |   4 +-
 .../ui/src/components/ActionAccordion/columns.tsx  |   2 +-
 .../src/pages/DagsList/DagsFilters/DagsFilters.tsx |  21 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |   6 +-
 .../ui/src/pages/DagsList/useTagFilter.test.tsx    | 275 +++++++++++++++++++++
 .../airflow/ui/src/pages/DagsList/useTagFilter.ts  |  63 +++++
 providers/elasticsearch/docs/index.rst             |   2 +-
 providers/elasticsearch/pyproject.toml             |   2 +-
 .../providers/elasticsearch/hooks/elasticsearch.py |   6 +-
 .../elasticsearch/log/test_es_remote_log_io.py     |   2 +-
 .../unit/elasticsearch/hooks/test_elasticsearch.py |   8 +-
 .../log/elasticmock/fake_elasticsearch.py          |   6 +-
 .../unit/elasticsearch/log/test_es_task_handler.py |  18 +-
 providers/google/docs/changelog.rst                |   1 +
 .../google/docs/operators/cloud/vertex_ai.rst      |  22 +-
 .../google/cloud/hooks/vertex_ai/auto_ml.py        | 181 --------------
 .../google/cloud/operators/vertex_ai/auto_ml.py    |  81 ------
 .../cloud/vertex_ai/example_vertex_ai_dataset.py   |  24 +-
 .../unit/google/cloud/operators/test_vertex_ai.py  |  89 -------
 reproducible_build.yaml                            |   4 +-
 uv.lock                                            |   6 +-
 22 files changed, 386 insertions(+), 449 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/DagsList/useTagFilter.test.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/DagsList/useTagFilter.ts

Reply via email to