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

potiuk pushed a change to branch move-first-provider-to-separate-project
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 39308e57de3 Move first provider (airbyte) to a separate project
     add 345fd84551e Remove some unnecessary FAB test setup code (#45400)
     add de6d83a00fd Update uv, pip and pre-commit versions automatically in 
more places. (#45398)
     add 8a3d0f44152 Allow empty value while variable creation (#45402)
     add 8d37497a09e AIP-81 Add Overwrite for Bulk Insert Pool API (#45397)
     add 55c7741b449 Update providers metadata 2025-01-05 (#45404)
     add 668cd9c3f79 Move first provider (airbyte) to a separate project

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   (39308e57de3)
            \
             N -- N -- N   refs/heads/move-first-provider-to-separate-project 
(668cd9c3f79)

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/actions/install-pre-commit/action.yml      |   7 +-
 .github/workflows/basic-tests.yml                  |   3 +-
 .pre-commit-config.yaml                            |   8 +-
 airflow/api_fastapi/core_api/datamodels/pools.py   |   1 +
 .../api_fastapi/core_api/datamodels/variables.py   |   4 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml |  28 ++-
 .../api_fastapi/core_api/routes/public/pools.py    |  48 ++++-
 airflow/ui/openapi-gen/queries/common.ts           |   2 +-
 airflow/ui/openapi-gen/queries/queries.ts          |  73 +++----
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |  30 ++-
 airflow/ui/openapi-gen/requests/services.gen.ts    |  13 +-
 airflow/ui/openapi-gen/requests/types.gen.ts       |  19 +-
 .../ManageVariable/EditVariableButton.tsx          |   2 +-
 .../Variables/ManageVariable/VariableForm.tsx      |  10 +-
 contributing-docs/08_static_code_checks.rst        |   2 +-
 dev/breeze/doc/ci/02_images.md                     |  56 +++---
 dev/breeze/doc/images/output_static-checks.svg     |   2 +-
 dev/breeze/doc/images/output_static-checks.txt     |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  16 --
 dev/breeze/src/airflow_breeze/global_constants.py  |  33 +---
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   2 +-
 dev/breeze/src/airflow_breeze/utils/black_utils.py |   4 +-
 dev/breeze/src/airflow_breeze/utils/console.py     |   7 +-
 .../src/airflow_breeze/utils/functools_cache.py    |  18 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    |  11 +-
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   4 +-
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |   4 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |   4 +-
 .../src/airflow_breeze/utils/selective_checks.py   |  43 ++--
 dev/breeze/tests/conftest.py                       |   9 +
 .../tests/test_pytest_args_for_test_types.py       |   3 +
 dev/breeze/tests/test_selective_checks.py          |  14 +-
 generated/provider_metadata.json                   |   4 +
 .../api_endpoints/test_dag_endpoint.py             |  28 +--
 scripts/ci/pre_commit/update_installers.py         | 161 ---------------
 .../pre_commit/update_installers_and_pre_commit.py | 218 +++++++++++++++++++++
 .../core_api/routes/public/test_pools.py           | 130 ++++++++++--
 .../core_api/routes/public/test_variables.py       |  32 +++
 38 files changed, 632 insertions(+), 423 deletions(-)
 copy airflow/api_fastapi/execution_api/datamodels/xcom.py => 
dev/breeze/src/airflow_breeze/utils/functools_cache.py (74%)
 delete mode 100755 scripts/ci/pre_commit/update_installers.py
 create mode 100755 scripts/ci/pre_commit/update_installers_and_pre_commit.py

Reply via email to