This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-19ed3e5e56
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 34707b71a3c Bump the core-ui-package-updates group across 1 directory
with 85 updates
add 1cb91a05f9a Fix static checks in v2-11-test branch (#52034)
add f538dfe1488 [v2-11-test] Quarantine test_web_cli_background (#52085)
add 28aebd16dff [v2-11-test] Remove tests that fail collection
add 1b6b6100732 Also remove empty module
add 1a93f4040e0 Also remove provider module tests
add b9f354e0b36 Bump the core-ui-package-updates group across 1 directory
with 85 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 (34707b71a3c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-19ed3e5e56
(b9f354e0b36)
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:
.../apache/hive/transfers/mssql_to_hive.py | 8 +-
airflow/providers/google/ads/hooks/ads.py | 4 +-
airflow/providers/openai/hooks/openai.py | 18 +-
airflow/providers/oracle/hooks/oracle.py | 2 +-
airflow/www/package.json | 6 +-
airflow/www/yarn.lock | 82 +--
.../in_container/update_quarantined_test_status.py | 2 +-
tests/always/test_project_structure.py | 146 ------
tests/cli/commands/test_webserver_command.py | 1 +
.../amazon/aws/log/test_s3_task_handler.py | 314 -----------
tests/providers/openai/hooks/__init__.py | 16 -
tests/providers/openai/hooks/test_openai.py | 575 ---------------------
12 files changed, 62 insertions(+), 1112 deletions(-)
delete mode 100644 tests/providers/amazon/aws/log/test_s3_task_handler.py
delete mode 100644 tests/providers/openai/hooks/__init__.py
delete mode 100644 tests/providers/openai/hooks/test_openai.py