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

ash pushed a change to branch remove-old-www-deps
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 01b50754c4e (Re)move old dependencies from the old FAB UI
     add 2cfff4cdd15 fix: close BaseK8STest.session in only if set (#48103)
     add 550b2a7d534 Fix task in taskflow docs (#48108)
     add 643392f4ae0 Rebuild FAB assets (#48116)
     add 7dab711509a Fix building and testing sdist packages for Airflow 
(#48111)
     add 4372a62d5bf Improve RAT licence check (#48119)
     add 8ce860d5231 add gopidesupavan to dev tools in codeowners file (#48112)
     add f43873bbe5d Recreate and auto-prune caches used in CI (#48115)
     add ad4a9e3c550 Move flask-based tests of providers manager to FAB 
provider tests (#48113)
     add 974a424d6ac Run Dependabot also for NPM as well as v2 branch (#48124)
     add 9b421936318 Add Edit connection button on list connection page (#48102)
     add 6c046abde1f Bugfix/update NPM dependencies (#48123)
     add 64c9f033ce2 Bump eslint in 
/providers/fab/src/airflow/providers/fab/www (#48143)
     add bff3a2f96dd Bump eslint (#48127)
     add 40ae3fbd3eb Bump axios (#48126)
     add 23312888a08 Update dependaboat config with providers individual groups 
(#48144)
     add 993f1848bfe Update werkzeug requirement from <3,>=2.0 to >=2.0,<4 in 
/airflow-core (#48136)
     add 34bc0186cd1 Update sqlalchemy requirement in /airflow-core (#48138)
     add a32d69e1574 Update flask-session requirement in /airflow-core (#48141)
     add 682cbaaf25f Bump happy-dom from 15.11.7 to 17.4.4 in 
/airflow-core/src/airflow/ui (#48172)
     add baeb6d8839d Remove google provider dependencies from apache-kafka 
provider (#47563)
     add eb121a0c3c7 Remove extra if condition check in publish docs job 
(#48118)
     add 331d6513208 Merge branch 'main' into remove-old-www-deps

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |   12 +-
 .../actions/prepare_breeze_and_image/action.yml    |    2 +-
 .github/actions/prepare_single_ci_image/action.yml |    2 +-
 .github/dependabot.yml                             |  972 +++-
 .github/workflows/ci-image-build.yml               |   14 +-
 .github/workflows/ci-image-checks.yml              |    3 -
 .github/workflows/prod-image-build.yml             |    2 +-
 .pre-commit-config.yaml                            |    3 +-
 .rat-excludes                                      |    1 +
 airflow-core/docs/core-concepts/taskflow.rst       |    6 +-
 airflow-core/pyproject.toml                        |    4 +-
 .../auth/managers/simple/ui/package-lock.json      | 1652 ++++---
 .../auth/managers/simple/ui/package.json           |   28 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 2172 ++++----
 .../src/airflow/ui/openapi-gen/queries/common.ts   |    2 +-
 .../queries/{prefetch.ts => ensureQueryData.ts}    |  278 +-
 .../src/airflow/ui/openapi-gen/queries/index.ts    |    2 +-
 .../ui/openapi-gen/queries/infiniteQueries.ts      |    2 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |    2 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |    2 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |    2 +-
 airflow-core/src/airflow/ui/package.json           |   88 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 5188 +++++++++-----------
 .../src/components/DagActions/RunBackfillModal.tsx |    6 +-
 .../src/components/FlexibleForm/FieldDateTime.tsx  |    1 +
 .../components/FlexibleForm/FieldMultilineText.tsx |    1 +
 .../ui/src/components/FlexibleForm/FieldNumber.tsx |    1 +
 .../ui/src/components/FlexibleForm/FieldString.tsx |    1 +
 .../ui/src/components/FlexibleForm/HiddenInput.tsx |    1 +
 .../src/airflow/ui/src/components/StateBadge.tsx   |    2 +-
 .../src/airflow/ui/src/components/StateIcon.tsx    |    2 +
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |   10 +-
 .../ui/src/components/ui/Accordion/ItemTrigger.tsx |    2 +-
 .../ui/src/components/ui/ActionBar/BarContent.tsx  |    4 +-
 .../src/airflow/ui/src/components/ui/Alert.tsx     |   12 +-
 .../ui/src/components/ui/Breadcrumb/Root.tsx       |    4 +-
 .../src/airflow/ui/src/components/ui/Button.tsx    |    4 +-
 .../src/airflow/ui/src/components/ui/Checkbox.tsx  |    6 +-
 .../ui/src/components/ui/Dialog/CloseTrigger.tsx   |    2 +-
 .../ui/src/components/ui/Dialog/Content.tsx        |    6 +-
 .../ui/src/components/ui/FileUpload/Dropzone.tsx   |    4 +-
 .../ui/src/components/ui/FileUpload/FileInput.tsx  |    2 +-
 .../ui/src/components/ui/FileUpload/Item.tsx       |    6 +-
 .../ui/src/components/ui/FileUpload/List.tsx       |    6 +-
 .../ui/src/components/ui/FileUpload/Root.tsx       |    2 +-
 .../airflow/ui/src/components/ui/InputGroup.tsx    |   10 +-
 .../src/airflow/ui/src/components/ui/Menu.tsx      |    4 +-
 .../ui/src/components/ui/Pagination/PageText.tsx   |    2 +-
 .../ui/src/components/ui/Pagination/Root.tsx       |    4 +-
 .../ui/src/components/ui/Popover/Content.tsx       |    4 +-
 .../src/airflow/ui/src/components/ui/RadioCard.tsx |   14 +-
 .../ui/src/components/ui/Select/Content.tsx        |    4 +-
 .../ui/src/components/ui/Select/ItemGroup.tsx      |    2 +-
 .../ui/src/components/ui/Select/Trigger.tsx        |    4 +-
 .../ui/src/components/ui/Select/ValueText.tsx      |    2 +-
 .../src/airflow/ui/src/components/ui/Switch.tsx    |    8 +-
 .../src/airflow/ui/src/components/ui/Tag.tsx       |    8 +-
 .../src/airflow/ui/src/components/ui/Tooltip.tsx   |   12 +-
 .../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx |    4 +-
 .../airflow/ui/src/layouts/Nav/TimezoneModal.tsx   |    4 +-
 .../src/pages/Connections/AddConnectionButton.tsx  |   40 +-
 .../ui/src/pages/Connections/ConnectionForm.tsx    |  149 +-
 .../pages/Connections/ConnectionStandardFields.tsx |   98 +
 .../ui/src/pages/Connections/Connections.tsx       |   17 +
 .../EditConnectionButton.tsx}                      |   41 +-
 .../src/pages/TaskInstance/RenderedTemplates.tsx   |    1 +
 .../src/airflow/ui/src/queries/useAddConnection.ts |    6 +-
 .../ui/src/queries/useConnectionTypeMeta.ts        |    6 +-
 .../src/airflow/ui/src/queries/useDagParams.ts     |    2 +-
 .../{useEditPool.ts => useEditConnection.tsx}      |   58 +-
 .../tests/unit/always/test_providers_manager.py    |  140 +-
 dev/breeze/doc/images/output_ci-image_load.svg     |    2 +-
 dev/breeze/doc/images/output_ci-image_load.txt     |    2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |   17 +-
 .../commands/release_management_commands.py        |   30 +-
 kubernetes_tests/test_base.py                      |    3 +-
 .../airflow/providers/apache/kafka/hooks/base.py   |   10 +-
 .../airflow/providers/fab/www/package-lock.json    |  911 +++-
 .../fab/src/airflow/providers/fab/www/package.json |    2 +-
 .../www/static/dist/moment.624b1f00ba723d39ce06.js |    2 +
 .../moment.624b1f00ba723d39ce06.js.LICENSE.txt     |   11 +
 .../fab/www/views/test_connection_form_fields.py   |  163 +
 pyproject.toml                                     |    7 +
 scripts/ci/dockerfiles/apache-rat/Dockerfile       |   21 +-
 .../ci/dockerfiles/apache-rat/build_and_push.sh    |   13 +-
 scripts/ci/pre_commit/check_license.py             |    2 +-
 .../run_prepare_airflow_distributions.py           |   58 +-
 87 files changed, 6870 insertions(+), 5552 deletions(-)
 copy airflow-core/src/airflow/ui/openapi-gen/queries/{prefetch.ts => 
ensureQueryData.ts} (89%)
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Connections/ConnectionStandardFields.tsx
 copy 
airflow-core/src/airflow/ui/src/pages/{Variables/ManageVariable/EditVariableButton.tsx
 => Connections/EditConnectionButton.tsx} (62%)
 copy airflow-core/src/airflow/ui/src/queries/{useEditPool.ts => 
useEditConnection.tsx} (50%)
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/moment.624b1f00ba723d39ce06.js
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/moment.624b1f00ba723d39ce06.js.LICENSE.txt
 create mode 100644 
providers/fab/tests/unit/fab/www/views/test_connection_form_fields.py

Reply via email to