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/happy-dom-20.0.2
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a45a98763ed Bump happy-dom from 17.4.6 to 20.0.2 in 
/airflow-core/src/airflow/ui
     add db8f00551d2 Bump happy-dom (#56687)
     add 1ab5bb63fc0 Fix KeyError when accessing retry_delay on MappedOperator 
without explicit value (#56605)
     add 5d58c048b1a Decouple `Param` and `ParamsDict` from SDK during 
deserialization (#55111)
     add c28b21178b9 Fix custom timetable generate_run_id not called for manual 
triggers (#56373)
     add f14a880d76f Free disk space for mypy jobs (#56703)
     add b3f90be0353 Enable PT011 rule to prvoider tests (#56698)
     add 416c73e864b Fix memory leak in remote logging connection cache (#56695)
     add 8f182ba910f Remove unnecessary use of mock item on test body (#56712)
     add 501da16d448 fix: corrects otel serialization of file paths in dag 
processor (#56665)
     add 11f18a233ec Add Audit Logs detailed documentation (#56640)
     add cafa7655b9a Optimize fail-fast check to avoid loading 
``SerializedDAG`` (#56694)
     add 4926999cf0f Prevent unnecessary kubernetes client imports in workers 
(#56692)
     add 65cfdc82824 Add ANSI support to log viewer (#56463)
     add 2637f446476 Bump happy-dom from 17.4.6 to 20.0.2 in 
/airflow-core/src/airflow/ui

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   (a45a98763ed)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/happy-dom-20.0.2 
(2637f446476)

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/workflows/ci-image-checks.yml              |    3 +
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 4057 ++++++++++----------
 airflow-core/docs/migrations-ref.rst               |    4 +-
 airflow-core/docs/security/audit_logs.rst          |  613 ++-
 airflow-core/src/airflow/api/common/trigger_dag.py |    4 +-
 .../auth/managers/simple/ui/package-lock.json      |   16 +-
 .../auth/managers/simple/ui/package.json           |    2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |   64 +-
 .../api_fastapi/core_api/datamodels/dag_run.py     |   17 +-
 .../api_fastapi/core_api/datamodels/dags.py        |    9 +-
 .../api_fastapi/core_api/datamodels/tasks.py       |    9 +-
 .../execution_api/routes/task_instances.py         |   11 +-
 .../src/airflow/dag_processing/collection.py       |    1 +
 airflow-core/src/airflow/dag_processing/manager.py |   16 +-
 ...py => 0090_3_2_0_add_fail_fast_to_dag_table.py} |   25 +-
 airflow-core/src/airflow/models/dag.py             |    1 +
 airflow-core/src/airflow/models/mappedoperator.py  |    6 +-
 .../airflow/serialization/definitions/notset.py    |   10 +-
 .../src/airflow/serialization/definitions/param.py |  176 +
 .../airflow/serialization/serialized_objects.py    |   62 +-
 airflow-core/src/airflow/ui/package.json           |    1 +
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |    8 +
 .../src/airflow/ui/src/components/AnsiRenderer.tsx |  235 ++
 .../ui/src/components/renderStructuredLog.tsx      |   52 +-
 airflow-core/src/airflow/utils/db.py               |    2 +-
 .../core_api/routes/public/test_dag_run.py         |   74 +
 .../core_api/routes/public/test_dags.py            |   18 +-
 .../core_api/routes/public/test_tasks.py           |   45 +-
 .../versions/head/test_task_instances.py           |   65 +
 .../tests/unit/dag_processing/test_collection.py   |   10 +
 .../tests/unit/models/test_mappedoperator.py       |   43 +
 .../unit/serialization/test_dag_serialization.py   |   15 +-
 .../unit/serialization/test_serialized_objects.py  |   28 +
 docs/spelling_wordlist.txt                         |    1 +
 .../unit/amazon/aws/hooks/test_batch_waiters.py    |    3 +-
 .../unit/amazon/aws/hooks/test_eventbridge.py      |    2 +-
 .../unit/amazon/aws/hooks/test_redshift_data.py    |    9 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |   15 +-
 .../tests/unit/amazon/aws/operators/test_ecs.py    |   39 +-
 .../secrets_masker/secrets_masker.py               |   19 +-
 .../tests/secrets_masker/test_secrets_masker.py    |   41 +
 .../src/airflow/sdk/execution_time/supervisor.py   |   75 +-
 task-sdk/tests/task_sdk/bases/test_hook.py         |    2 -
 task-sdk/tests/task_sdk/definitions/test_param.py  |    3 +-
 .../task_sdk/execution_time/test_supervisor.py     |   41 +
 46 files changed, 3618 insertions(+), 2336 deletions(-)
 copy 
airflow-core/src/airflow/migrations/versions/{0069_3_0_3_delete_import_errors.py
 => 0090_3_2_0_add_fail_fast_to_dag_table.py} (69%)
 copy 
providers/amazon/src/airflow/providers/amazon/aws/auth_manager/datamodels/login.py
 => airflow-core/src/airflow/serialization/definitions/notset.py (84%)
 create mode 100644 airflow-core/src/airflow/serialization/definitions/param.py
 create mode 100644 airflow-core/src/airflow/ui/src/components/AnsiRenderer.tsx

Reply via email to