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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 6eb24e1f681 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates
     add cc16b1ab715 Bump python 3.9 to 3.9.23 and 3.12 to 3.12.12 (#56505)
     add ba7b407455c Add is_favorite to ui dags list (#56341)
     add af2701fc9ec Use Task Display Name in Graph if existing (#56455)
     add 06cc6aefa8f Add MSCI to company list (#56518)
     add d4bbe489cd2 adding Boeing to inthewild.md (#56515)
     add a5bf03106a4 fixed the bug report template dropdown option list (#56519)
     add f7e14844e1a docs: adding usafacts to in the wild doc (#56520)
     add cea5e32d83d Bump uv version from 0.9.0 to 0.9.1 (#56512)
     add 9e567467e7a Fix use of DeprecationWarning in celeray provider to 
AirflowProviderDeprecationWarning (#56526)
     add 2454f6efe1f Add rancher-desktop to PREFERRED_CONTEXTS in 
docker_command_utils (#56525)
     add 0b0afd720f6 Removing `amoghrajesh` from older org (#56524)
     add 0b35fb40a00 Update Snowflake docs with breaking change (#56516)
     add 3bc94efb1ce Fixed typos in governance and rules file (#56521)
     add b7ea2a6fa54 Add Intuit as a company using Airflow (#56517)
     add 1951f9b1a72 Fix openlineage dag state event emit on timed out dag 
(#56542)
     add 8c8d0de39ae add `Datadog` as company using airflow (#56546)
     add 621c4b1032c fix a typo in  INTHEWILD.md file (#56547)
     add 507cf028077 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates

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   (6eb24e1f681)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
 (507cf028077)

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/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |  4 +-
 .github/actions/install-prek/action.yml            |  2 +-
 .github/workflows/basic-tests.yml                  |  2 +-
 .github/workflows/release_dockerhub_image.yml      |  2 +-
 Dockerfile                                         |  4 +-
 Dockerfile.ci                                      |  4 +-
 GOVERNANCE.md                                      |  4 +-
 INTHEWILD.md                                       |  9 ++-
 .../api_fastapi/core_api/datamodels/dags.py        |  1 +
 .../api_fastapi/core_api/datamodels/ui/dags.py     |  1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  4 ++
 .../core_api/openapi/v2-rest-api-generated.yaml    |  4 ++
 .../api_fastapi/core_api/routes/public/dags.py     | 18 +++++-
 .../airflow/api_fastapi/core_api/routes/ui/dags.py | 11 ++++
 .../api_fastapi/core_api/services/ui/task_group.py |  8 ++-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 11 +++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  2 +
 .../components/DagActions/FavoriteDagButton.tsx    | 33 +++++------
 .../src/airflow/ui/src/mocks/handlers/dags.ts      |  4 ++
 .../src/airflow/ui/src/pages/Dag/Header.tsx        |  2 +-
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |  1 +
 .../src/airflow/ui/src/pages/DagsList/DagCard.tsx  |  2 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |  5 +-
 .../src/airflow/ui/src/queries/useFavoriteDag.ts   | 33 -----------
 .../{useDagParsing.ts => useToggleFavoriteDag.ts}  | 54 +++++++++---------
 .../src/airflow/ui/src/queries/useUnfavoriteDag.ts | 33 -----------
 .../core_api/routes/public/test_dags.py            | 41 ++++++++++++++
 .../api_fastapi/core_api/routes/ui/test_dags.py    | 36 ++++++++++++
 .../src/airflowctl/api/datamodels/generated.py     |  1 +
 dev/breeze/doc/ci/02_images.md                     |  2 +-
 .../commands/release_management_commands.py        |  4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  | 10 ++--
 .../airflow_breeze/utils/docker_command_utils.py   |  3 +-
 docker-stack-docs/build-arg-ref.rst                |  2 +-
 .../customizing/add-build-essential-custom.sh      |  2 +-
 .../docker-examples/customizing/custom-sources.sh  |  2 +-
 .../customizing/pypi-dev-runtime-deps.sh           |  2 +-
 .../customizing/pypi-extras-and-deps.sh            |  2 +-
 .../customizing/pypi-selected-version.sh           |  2 +-
 .../restricted/restricted_environments.sh          |  2 +-
 .../unit/celery/executors/test_celery_executor.py  |  3 +-
 .../airflow/providers/fab/www/package-lock.json    | 12 ++--
 .../airflow/providers/openlineage/utils/utils.py   | 16 ++++--
 .../tests/unit/openlineage/utils/test_utils.py     | 64 ++++++++++++++++++++++
 providers/snowflake/docs/changelog.rst             |  9 ++-
 pyproject.toml                                     |  2 +-
 scripts/ci/install_breeze.sh                       |  2 +-
 scripts/tools/setup_breeze                         |  2 +-
 48 files changed, 311 insertions(+), 168 deletions(-)
 delete mode 100644 airflow-core/src/airflow/ui/src/queries/useFavoriteDag.ts
 copy airflow-core/src/airflow/ui/src/queries/{useDagParsing.ts => 
useToggleFavoriteDag.ts} (51%)
 delete mode 100644 airflow-core/src/airflow/ui/src/queries/useUnfavoriteDag.ts

Reply via email to