This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/pip/airflow-core/pip-security-updates-6edc297103
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 746f0f58bfc Bump gitpython
add 655740bb982 Add new index for trigger (#69038)
add d3c02bbb2cb Harden TypeScript SDK dependency installation (#71394)
add d8cfc951f7e Convert check-sdk-imports to capture occurences than files
(#71212)
add 4d3a247fc41 Multi Team: Automatically create and assign team default
pools (#69768)
add a3b1e13827f Eager-load Assets list relationships with selectinload and
refresh it after new events (#70997)
add 76abfb9a891 Add TypeScript SDK dependency security checks (#71397)
add 3f9e778a44b Bump gitpython
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 (746f0f58bfc)
\
N -- N -- N
refs/heads/dependabot/pip/airflow-core/pip-security-updates-6edc297103
(3f9e778a44b)
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.
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 18 ++
...list-check.yml => ts-sdk-dependency-review.yml} | 30 ++-
airflow-core/.pre-commit-config.yaml | 103 +--------
airflow-core/docs/core-concepts/multi-team.rst | 5 +
airflow-core/docs/migrations-ref.rst | 4 +-
airflow-core/newsfragments/69768.feature.rst | 1 +
.../src/airflow/api_fastapi/common/db/assets.py | 12 +-
.../src/airflow/cli/commands/team_command.py | 65 +++++-
airflow-core/src/airflow/dag_processing/dagbag.py | 26 +++
....py => 0130_3_4_0_add_new_index_for_trigger.py} | 26 +--
airflow-core/src/airflow/models/pool.py | 4 +
airflow-core/src/airflow/models/trigger.py | 3 +-
.../src/pages/Asset/CreateAssetEventModal.test.tsx | 17 +-
.../ui/src/pages/Asset/CreateAssetEventModal.tsx | 8 +-
airflow-core/src/airflow/utils/db.py | 2 +-
.../api_fastapi/core_api/routes/ui/test_assets.py | 25 ++-
.../tests/unit/cli/commands/test_team_command.py | 106 ++++++++--
.../tests/unit/dag_processing/test_dagbag.py | 68 ++++++
airflow-core/tests/unit/models/test_pool.py | 3 +
generated/known_sdk_imports_in_core.txt | 44 ++++
scripts/ci/prek/check_sdk_imports_in_core.py | 210 +++++++++++++++++--
.../ci/prek/test_check_sdk_imports_in_core.py | 232 ++++++++++++++++++++-
ts-sdk/.pre-commit-config.yaml | 1 +
ts-sdk/README.md | 6 +
ts-sdk/pnpm-lock.yaml | 42 ++++
.../provider.yaml => ts-sdk/pnpm-workspace.yaml | 31 +--
26 files changed, 897 insertions(+), 195 deletions(-)
copy .github/workflows/{asf-allowlist-check.yml =>
ts-sdk-dependency-review.yml} (59%)
create mode 100644 airflow-core/newsfragments/69768.feature.rst
copy
airflow-core/src/airflow/migrations/versions/{0126_3_4_0_add_index_on_asset_uri.py
=> 0130_3_4_0_add_new_index_for_trigger.py} (64%)
create mode 100644 generated/known_sdk_imports_in_core.txt
copy providers/common/dataquality/provider.yaml => ts-sdk/pnpm-workspace.yaml
(58%)