This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 7e7eca599f4 Refresh breeze documentation hashes in `v3-0-test`
discard 016fde930a1 Update RELEASE_NOTES.rst
discard 9d26af2afb6 Update Airflow version to 3.0.0
discard f4cdd608960 Update default branches for 3-0
add 0c7a9c2c05d Update api_fastapi CODEOWNERS (#49310)
add c75166ebb95 API - Fix pool ordering (#49302)
add c773fd6e688 Draft 3.0.0 release notes (#49304)
add edb7c99e3a7 Pass mapIndex to filter the relevant task instance while
clearing mapped tasks. (#49307)
add a45c32971ce Add possibility to have extra project metadata in
providers (#49306)
add 4ce7b64c51e Run all tests when git provider changes (#49312)
add 32b3f7cee6d Fix failing git bundle tests (#49313)
new b6a13b52618 Update default branches for 3-0
new 2f6660ddc47 Update Airflow version to 3.0.0
new 3c1a5377e67 Update RELEASE_NOTES.rst
new f3c744549a5 Refresh breeze documentation hashes in `v3-0-test`
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 (7e7eca599f4)
\
N -- N -- N refs/heads/v3-0-test (f3c744549a5)
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 4 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:
.github/CODEOWNERS | 2 +-
RELEASE_NOTES.rst | 2 +-
.../api_fastapi/core_api/routes/public/pools.py | 2 +-
airflow-core/src/airflow/provider.yaml.schema.json | 4 +++
.../Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 2 +-
.../core_api/routes/public/test_dag_versions.py | 22 +++++++-------
.../core_api/routes/public/test_pools.py | 1 +
.../core_api/routes/public/test_task_instances.py | 6 ++--
.../templates/pyproject_TEMPLATE.toml.jinja2 | 3 ++
dev/breeze/src/airflow_breeze/utils/packages.py | 3 ++
.../src/airflow_breeze/utils/selective_checks.py | 14 +++++++++
dev/breeze/tests/test_selective_checks.py | 35 ++++++++++++++++++++++
providers/fab/provider.yaml | 2 ++
providers/fab/pyproject.toml | 2 +-
reproducible_build.yaml | 4 +--
15 files changed, 83 insertions(+), 21 deletions(-)