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-69ce3be7bb
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 75167c8075c Bump the core-ui-package-updates group across 1 directory
with 51 updates
discard f98f2c5d41c Update 3.1.0 release notes
add 7beaa105380 fix(ui): Reset pagination on filter change (#55999)
add 71e5a4e1056 Doc : UI-Guide Remaining Screenshot Updates (#56000)
add 8d4617a48e4 Fix issue where LocalExecutor could start tasks before the
state was commited (#56010)
add 54bd5d8cd9f Update 3.1.0 release notes
add 6d2aac69c8e Temporarily mark `test_reading_from_pipes` as xfail
add 0e9bc26ac58 Relax requirement on Task SDK for meta package
add 3d6fa233203 Bump the core-ui-package-updates group across 1 directory
with 51 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 (75167c8075c)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-69ce3be7bb
(3d6fa233203)
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:
RELEASE_NOTES.rst | 1 +
airflow-core/docs/img/ui-dark/asset_view.png | Bin 229760 -> 313521 bytes
.../img/ui-dark/dag_graph_external_conditions.png | Bin 164762 -> 355786 bytes
airflow-core/docs/img/ui-dark/dag_list.png | Bin 220039 -> 319051 bytes
.../docs/img/ui-dark/dag_overview_details.png | Bin 117313 -> 191871 bytes
airflow-core/docs/img/ui-dark/dag_run_details.png | Bin 244367 -> 335121 bytes
airflow-core/docs/img/ui-dark/dag_run_graph.png | Bin 323997 -> 658686 bytes
.../docs/img/ui-dark/dag_run_task_instances.png | Bin 381299 -> 441570 bytes
.../docs/img/ui-dark/dag_task_instance_details.png | Bin 121964 -> 149605 bytes
.../img/ui-dark/dag_trigger_window_single_run.png | Bin 74262 -> 63113 bytes
airflow-core/docs/img/ui-dark/variable_hidden.png | Bin 76058 -> 111198 bytes
airflow-core/docs/img/ui-light/asset_view.png | Bin 236941 -> 352686 bytes
.../img/ui-light/dag_graph_external_conditions.png | Bin 136359 -> 395154 bytes
airflow-core/docs/img/ui-light/dag_list.png | Bin 225518 -> 346447 bytes
.../docs/img/ui-light/dag_overview_details.png | Bin 117433 -> 204735 bytes
airflow-core/docs/img/ui-light/dag_run_details.png | Bin 256723 -> 372052 bytes
airflow-core/docs/img/ui-light/dag_run_graph.png | Bin 340520 -> 701016 bytes
.../docs/img/ui-light/dag_run_task_instances.png | Bin 390877 -> 471612 bytes
.../img/ui-light/dag_task_instance_details.png | Bin 121197 -> 146100 bytes
.../img/ui-light/dag_trigger_window_single_run.png | Bin 68585 -> 62480 bytes
airflow-core/docs/img/ui-light/variable_hidden.png | Bin 79071 -> 114589 bytes
.../src/airflow/executors/local_executor.py | 12 +++-----
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 34 ++++++++++-----------
.../src/airflow/ui/src/utils/useFiltersHandler.ts | 34 ++++++++++++---------
.../tests/unit/executors/test_local_executor.py | 10 ++++--
docs/spelling_wordlist.txt | 1 +
pyproject.toml | 2 +-
reproducible_build.yaml | 4 +--
.../task_sdk/execution_time/test_supervisor.py | 2 ++
30 files changed, 58 insertions(+), 44 deletions(-)