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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-3dae270528
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 55ae6a0fcf3 Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add 74348ec3e87 [v3-1-test] fix: reset pagination on DagList search 
(#60326) (#60336)
     add 5d7ceca1a23 [v3-1-test] Add description about Gen-AI contributions to 
our guide (#60158) (#60332)
     add 5497e02faab [v3-1-test] Cleanup tmp_file.py in DagBag test. (#60272) 
(#60306)
     add 8acdb4f80b4 Sync airflowctl to v3-1-test (#60350)
     add 4894536a6a6 [v3-1-test] Add privacy section to PR guidelines and 
template (#60367) (#60371)
     add dccbf37f196 [v3-1-test] Limit deltalake again to 1.3.1 due to missing 
ARM .whl files (#60376) (#60378)
     add c56c57027a2 CI: Upgrade important CI environment (#60375)
     add 8192ba031c1 [v3-1-test] Improve insert content when generate docker 
file (#60393) (#60397)
     add b035f938a14 update version for release test command + allowing svn 
checkout even for dry run (#60309) (#60400)
     add d2dfb9497e1 Inherit core theme in React plugins (#60256) (#60405)
     add 4f83aebc51b Bump the core-ui-package-updates group across 1 directory 
with 64 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   (55ae6a0fcf3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-3dae270528
 (4f83aebc51b)

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:
 .gitattributes                                     |   1 +
 .github/PULL_REQUEST_TEMPLATE.md                   |  57 ++-
 .github/actions/breeze/action.yml                  |   4 +-
 .github/actions/install-prek/action.yml            |   2 +-
 .github/actions/post_tests_failure/action.yml      |   6 +-
 .github/actions/post_tests_success/action.yml      |   2 +-
 .github/workflows/basic-tests.yml                  |   4 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .pre-commit-config.yaml                            |   9 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/src/airflow/ui/package.json           |  16 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 380 ++++++++++---------
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |   1 +
 airflow-core/src/airflow/ui/src/theme.ts           |   3 +
 airflow-core/tests/unit/models/test_dagbag.py      |  10 +-
 airflow-ctl-tests/pyproject.toml                   |   6 +-
 .../tests/airflowctl_tests/conftest.py             | 111 ++----
 .../tests/airflowctl_tests/constants.py            |   7 +-
 .../airflowctl_tests/fixtures/pools_export.json    |  38 ++
 .../fixtures/test_connections.json                 |  11 +
 .../airflowctl_tests/fixtures/test_pools.json      |   8 +
 .../airflowctl_tests/fixtures/test_variables.json  |   7 +
 .../fixtures/variables_export.json                 |   8 +
 .../airflowctl_tests/test_airflowctl_commands.py   | 222 ++++++++---
 airflow-ctl/.pre-commit-config.yaml                |   2 +-
 airflow-ctl/NOTICE                                 |   2 +-
 airflow-ctl/RELEASE_NOTES.rst                      |   4 +-
 airflow-ctl/docs/conf.py                           |  12 +-
 airflow-ctl/docs/images/command_hashes.txt         |   4 +-
 airflow-ctl/docs/images/output_connections.svg     | 141 ++++---
 airflow-ctl/docs/images/output_variables.svg       | 114 +++---
 .../docs/installation/installing-from-pypi.rst     |   5 +-
 .../docs/installation/installing-from-sources.rst  |  22 +-
 airflow-ctl/newsfragments/59850.significant.rst    |  30 ++
 airflow-ctl/pyproject.toml                         |  20 +-
 airflow-ctl/src/airflowctl/__init__.py             |   2 +-
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |  30 +-
 .../airflowctl/ctl/commands/variable_command.py    |  22 --
 airflow-ctl/tests/airflow_ctl/api/test_client.py   |   2 +-
 .../tests/airflow_ctl/api/test_operations.py       |   8 +-
 .../airflow_ctl/ctl/commands/test_dag_command.py   |   8 +-
 .../ctl/commands/test_variable_command.py          |  20 -
 contributing-docs/05_pull_requests.rst             |  72 +++-
 contributing-docs/testing/unit_tests.rst           |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../src/airflow_breeze/commands/release_command.py |  43 +--
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 dev/breeze/uv.lock                                 |  98 ++---
 .../react_plugin_template/README.md                |   2 +
 .../react_plugin_template/src/global.d.ts          |   6 +-
 .../react_plugin_template/src/main.tsx             |   8 +-
 .../react_plugin_template/src/theme.ts             | 405 +--------------------
 providers/databricks/pyproject.toml                |   2 +-
 pyproject.toml                                     |   2 +-
 .../ci/prek/check_airflowctl_command_coverage.py   | 150 ++++++++
 scripts/ci/prek/inline_scripts_in_docker.py        |   2 +-
 .../in_container/run_capture_airflowctl_help.py    |   6 +-
 scripts/tools/setup_breeze                         |   2 +-
 60 files changed, 1069 insertions(+), 1104 deletions(-)
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/fixtures/pools_export.json
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_connections.json
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_pools.json
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/fixtures/test_variables.json
 create mode 100644 
airflow-ctl-tests/tests/airflowctl_tests/fixtures/variables_export.json
 create mode 100644 airflow-ctl/newsfragments/59850.significant.rst
 copy airflow-core/src/airflow/ui/src/components/Banner/index.tsx => 
dev/react-plugin-tools/react_plugin_template/src/global.d.ts (89%)
 create mode 100755 scripts/ci/prek/check_airflowctl_command_coverage.py

Reply via email to