This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-2809fc5bb6
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit a4cd2f5245f Bump typescript
add 5383f2ee24b Prepar documentation for ad-hoc release of apprise and
slack providers (#58412)
add a6932cfd90c Add changelog for python client 3.1.3 release (#58394)
add 810ad03918f fix: ol root macros should reflect root from dagrun conf
parent (#58428)
add 7c5b22a16fc Minor fixes to the release command (#58426)
add b4b941891a3 Popup is getting automatically closed when there is a DAG
running (#57568)
add 0341236f855 Bump typescript
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 (a4cd2f5245f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-2809fc5bb6
(0341236f855)
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:
.../components/ActionAccordion/ActionAccordion.tsx | 5 +-
.../Clear/TaskInstance/ClearTaskInstanceButton.tsx | 20 +-
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 5 +-
.../ui/src/pages/Dag/Backfills/Backfills.tsx | 5 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 5 +-
.../src/airflow/ui/src/pages/Events/Events.tsx | 8 +-
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 20 +-
.../airflow/ui/src/pages/TaskInstance/Header.tsx | 12 +
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 20 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 5 +-
clients/python/CHANGELOG.md | 21 ++
.../src/airflow_breeze/commands/release_command.py | 7 +
dev/breeze/src/airflow_breeze/utils/packages.py | 2 +-
providers/.last_release_date.txt | 2 +-
providers/apprise/docs/changelog.rst | 3 +-
providers/apprise/pyproject.toml | 2 +-
.../providers/openlineage/plugins/macros.py | 12 +-
.../tests/unit/openlineage/plugins/test_macros.py | 306 ++++++++++++---------
providers/slack/docs/changelog.rst | 4 +
providers/slack/pyproject.toml | 2 +-
20 files changed, 299 insertions(+), 167 deletions(-)