This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-c7e4d7c-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 6252454eb92 [v3-3-test] Bump the uv-dependency-updates group in
/dev/breeze with 5 updates (#70850)
add 2a38a792cc3 Bump the 3-3-edge-ui-package-updates group across 1
directory with 7 updates (#71029)
add 986a2ac6451 Bump the 3-3-auth-ui-package-updates group across 1
directory with 6 updates (#71026)
add 8f82c0cd0d8 Bump the 3-3-ui-plugin-template-package-updates group
across 1 directory with 4 updates (#71023)
add c08914f038a [v3-3-test] Keep task log text selection alive while
scrolling (#71148) (#71200)
add addfc8511f8 [v3-3-test] UI: Fix preventRunningTasks showing as raw
i18n key in Clear Task dialogs (#71045) (#71240)
add fd5d454b617 [v3-3-test] Group Dependabot security updates and keep
v3-3-test covered (#70556) (#70597)
add 6327c986365 [v3-3-test] Bump the uv-dependency-updates group in
/dev/breeze with 5 updates (#70850)
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 (6252454eb92)
\
N -- N -- N refs/heads/backport-c7e4d7c-v3-3-test (6327c986365)
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/dependabot.yml | 173 +++++++-
.../auth/managers/simple/ui/package.json | 12 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 443 +++++++++-----------
.../airflow/ui/public/i18n/locales/it/dags.json | 1 +
.../airflow/ui/public/i18n/locales/th/dags.json | 1 +
.../src/airflow/ui/src/i18n/config.test.ts | 20 +-
airflow-core/src/airflow/ui/src/i18n/config.ts | 18 +-
.../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 93 +++-
.../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 23 +-
.../pages/TaskInstance/Logs/logSelection.test.ts | 147 +++++++
.../ui/src/pages/TaskInstance/Logs/logSelection.ts | 73 ++++
.../react_plugin_template/package.json | 8 +-
.../react_plugin_template/pnpm-lock.yaml | 408 ++++++++----------
dev/update_github_branch_config.py | 117 ++++++
.../providers/edge3/plugins/www/package.json | 14 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 466 +++++++++------------
16 files changed, 1232 insertions(+), 785 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.test.ts
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logSelection.ts