This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 9cdc24f7586 Bump the core-ui-package-updates group across 1 directory
with 87 updates
add 996c7408021 [v2-11-test] Move use_historical_filename_templates from
core to logging section (#62647)
add e89f1856066 [v2-11-test] Fail prod image release when constraint build
fails (#62387) (#62837)
add 32aa5528164 [v2-11-test] fix missing logs in UI for tasks in
`UP_FOR_RETRY` and `UP_FOR_RESCHEDULE` states (#54547) (#62877)
add 7fab07c0b69 Bump the core-ui-package-updates group across 1 directory
with 87 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 (9cdc24f7586)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
(7fab07c0b69)
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:
Dockerfile | 9 +
Dockerfile.ci | 10 +
airflow/configuration.py | 5 +
airflow/models/dagrun.py | 2 +-
airflow/utils/log/file_task_handler.py | 11 +-
airflow/www/jest-setup.js | 2 +-
airflow/www/package.json | 4 +-
airflow/www/yarn.lock | 346 +++++++++------------
dev/breeze/doc/images/output_prod-image_build.svg | 148 +++++----
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
.../commands/common_image_options.py | 8 +
.../commands/production_image_commands.py | 4 +
.../commands/production_image_commands_config.py | 1 +
.../src/airflow_breeze/params/build_prod_params.py | 4 +
newsfragments/62647.bugfix.rst | 1 +
scripts/docker/install_airflow.sh | 6 +
tests/core/test_configuration.py | 36 +++
tests/utils/log/test_file_processor_handler.py | 2 +-
tests/utils/log/test_log_reader.py | 10 +-
tests/utils/test_log_handlers.py | 4 +-
tests/www/views/test_views_log.py | 2 +-
21 files changed, 346 insertions(+), 271 deletions(-)
create mode 100644 newsfragments/62647.bugfix.rst