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/core-ui-package-updates-ec5cc66ea9
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 0fac4aabd8f Bump the core-ui-package-updates group across 1 directory
with 43 updates
add ee15065e577 Airflow 3.1.6 has been released (#60451)
add fcd767971ec Fix gantt chart styling (#60347)
add 2a98b0b7fb9 Bump the core-ui-package-updates group across 1 directory
with 7 updates (#60424)
add d10138d7625 Chart: Default airflow version to 3.1.6 (#60453)
add 13f3e267fb8 Unique run_id across manually triggered Dags with
schedules (#59477)
add a1872e1866d Add E2E tests for DAG audit log functionality (#59684)
(#59734)
new c954299431f Bump the core-ui-package-updates group across 1 directory
with 43 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 (0fac4aabd8f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ec5cc66ea9
(c954299431f)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml | 2 +-
Dockerfile | 2 +-
README.md | 12 +-
RELEASE_NOTES.rst | 83 +++
.../docs/installation/supported-versions.rst | 2 +-
airflow-core/newsfragments/59399.feature.rst | 1 -
airflow-core/newsfragments/59688.improvement.rst | 1 -
.../newsfragments/template.significant.rst | 33 --
.../auth/managers/simple/ui/package-lock.json | 613 ++++-----------------
.../auth/managers/simple/ui/package.json | 14 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 412 ++++++++++----
.../api_fastapi/core_api/datamodels/dag_run.py | 5 +-
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 18 +-
.../ui/src/layouts/Details/DetailsLayout.tsx | 2 +-
.../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx | 14 +-
.../airflow/ui/src/layouts/Details/Gantt/utils.ts | 9 +-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 28 +-
.../src/layouts/Details/Grid/constants.ts} | 31 +-
.../src/airflow/ui/tests/e2e/pages/EventsPage.ts | 230 ++++++++
.../ui/tests/e2e/specs/dag-audit-log.spec.ts | 161 ++++++
.../core_api/routes/public/test_dag_run.py | 35 ++
chart/Chart.yaml | 18 +-
chart/newsfragments/59271.significant.rst | 3 -
chart/newsfragments/60453.significant.rst | 3 +
chart/values.schema.json | 4 +-
chart/values.yaml | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
generated/PYPI_README.md | 10 +-
reproducible_build.yaml | 4 +-
scripts/ci/prek/supported_versions.py | 2 +-
31 files changed, 1038 insertions(+), 722 deletions(-)
delete mode 100644 airflow-core/newsfragments/59399.feature.rst
delete mode 100644 airflow-core/newsfragments/59688.improvement.rst
delete mode 100644 airflow-core/newsfragments/template.significant.rst
copy
airflow-core/src/airflow/{api_fastapi/auth/managers/simple/ui/src/router.tsx =>
ui/src/layouts/Details/Grid/constants.ts} (54%)
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/pages/EventsPage.ts
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/specs/dag-audit-log.spec.ts
delete mode 100644 chart/newsfragments/59271.significant.rst
create mode 100644 chart/newsfragments/60453.significant.rst