This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 4ccd0427986 Add release notes for 3.1.0b1
discard d7311646e90 Pin Task-SDK for Airflow meta package
discard 69ae7c43d9f Update default branches for 3-1
omit cde507afbaf Make `batch_is_authorized_` methods team aware (#55306)
new 4fdfdc10f37 Update default branches for 3-1
new 8bf963c9d84 Pin Task-SDK for Airflow meta package
new 9d149c7cbe9 Add release notes for 3.1.0b1
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 (4ccd0427986)
\
N -- N -- N refs/heads/v3-1-test (9d149c7cbe9)
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 3 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:
.../core_api/routes/public/import_error.py | 8 +-
.../src/airflow/api_fastapi/core_api/security.py | 123 +++++++--------------
airflow-core/src/airflow/models/connection.py | 12 --
airflow-core/src/airflow/models/dag.py | 11 --
airflow-core/src/airflow/models/pool.py | 8 --
airflow-core/src/airflow/models/variable.py | 10 --
.../core_api/routes/public/test_import_error.py | 29 +----
.../unit/api_fastapi/core_api/test_security.py | 31 ++----
airflow-core/tests/unit/models/test_connection.py | 15 ---
airflow-core/tests/unit/models/test_dag.py | 48 --------
airflow-core/tests/unit/models/test_pool.py | 9 --
airflow-core/tests/unit/models/test_variable.py | 9 --
12 files changed, 56 insertions(+), 257 deletions(-)