This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/uv/joserfc-1.6.3
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 6f11ec2bafa chore(deps): bump joserfc from 1.5.0 to 1.6.3
     add d273d99262f Update Helm Chart release notes for 1.20.0 (#63759)
     add f386dd99cee Fix missing permissions on docsbuild (#63858)
     add 32f3fcc28ad Do not backfill old DagRun.created_at (#63825)
     add 0f4c354e158 Support partitioned Dags in calendar view (#63631)
     add 8f73a7ec4de Fix workflow permissions for registry build in docs 
publishing (#63864)
     add 7659c4303fc Fix E2E  ConfigurationPage object file naming (#63861)
     add 7c77a6d2480 Stream grid task-instance summaries as NDJSON to eliminate 
N+1 requests (#62369)
     add 0e1832cd3cd Fix make_partial_model (#63716)
     add 914bdbfd4b3 Remove PyOpenSSL from dependencies (#63869)
     add fe375146938 chore(deps): bump joserfc from 1.5.0 to 1.6.3

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   (6f11ec2bafa)
            \
             N -- N -- N   refs/heads/dependabot/uv/joserfc-1.6.3 (fe375146938)

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/workflows/publish-docs-to-s3.yml           |   4 +
 airflow-core/newsfragments/62369.significant.rst   |  30 ++
 airflow-core/pyproject.toml                        |   2 +-
 .../src/airflow/api_fastapi/core_api/base.py       |   4 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  86 +++--
 .../api_fastapi/core_api/routes/ui/calendar.py     |   2 +
 .../airflow/api_fastapi/core_api/routes/ui/grid.py | 187 ++++-----
 .../api_fastapi/core_api/services/ui/calendar.py   | 126 +++---
 ..._3_2_0_add_partition_key_to_backfill_dag_run.py |  17 +-
 airflow-core/src/airflow/models/dagrun.py          |   5 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  20 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  40 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  40 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  40 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  40 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  44 ++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  18 +-
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |  11 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |   5 +-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |   8 +
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   |  15 +-
 .../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx |  29 +-
 .../pages/GroupTaskInstance/GroupTaskInstance.tsx  |   5 +-
 .../MappedTaskInstance/MappedTaskInstance.tsx      |   5 +-
 .../ui/src/pages/TaskInstance/TaskInstance.tsx     |   5 +-
 .../src/airflow/ui/src/queries/useClearRun.ts      |   2 -
 .../ui/src/queries/useClearTaskInstances.ts        |   9 -
 .../ui/src/queries/useDeleteTaskInstance.ts        |   2 -
 .../airflow/ui/src/queries/useGridTISummaries.ts   | 134 +++++--
 .../src/airflow/ui/src/queries/usePatchDagRun.ts   |   2 -
 .../airflow/ui/src/queries/usePatchTaskInstance.ts |  19 +-
 .../{configurationpage.ts => ConfigurationPage.ts} |   0
 .../ui/tests/e2e/specs/configuration.spec.ts       |   2 +-
 .../core_api/routes/ui/test_calendar.py            | 138 +++++++
 .../api_fastapi/core_api/routes/ui/test_grid.py    |  68 +++-
 .../tests/unit/api_fastapi/core_api/test_base.py   |  30 ++
 chart/Chart.yaml                                   | 421 +++++----------------
 chart/RELEASE_NOTES.rst                            | 134 +++++++
 chart/newsfragments/60750.significant.rst          |  57 ---
 chart/newsfragments/61018.significant.rst          |   4 -
 chart/newsfragments/61414.significant.rst          |   1 -
 chart/newsfragments/61820.significant.rst          |   1 -
 chart/newsfragments/61890.significant.rst          |   1 -
 chart/newsfragments/62334.significant.rst          |   5 -
 chart/newsfragments/63019.feature.rst              |   1 -
 chart/newsfragments/63392.significant.rst          |   3 -
 chart/newsfragments/63659.significant.rst          |  12 -
 chart/reproducible_build.yaml                      |   4 +-
 dev/README_RELEASE_HELM_CHART.md                   |   3 +-
 dev/registry/pyproject.toml                        |   2 +-
 providers/edge3/docs/index.rst                     |   2 +-
 providers/edge3/pyproject.toml                     |   2 +-
 providers/google/docs/index.rst                    |   1 -
 providers/google/pyproject.toml                    |   1 -
 shared/secrets_masker/pyproject.toml               |   2 +-
 task-sdk/pyproject.toml                            |   2 +-
 uv.lock                                            |  12 +-
 57 files changed, 1020 insertions(+), 845 deletions(-)
 create mode 100644 airflow-core/newsfragments/62369.significant.rst
 rename airflow-core/src/airflow/ui/tests/e2e/pages/{configurationpage.ts => 
ConfigurationPage.ts} (100%)
 delete mode 100644 chart/newsfragments/60750.significant.rst
 delete mode 100644 chart/newsfragments/61018.significant.rst
 delete mode 100644 chart/newsfragments/61414.significant.rst
 delete mode 100644 chart/newsfragments/61820.significant.rst
 delete mode 100644 chart/newsfragments/61890.significant.rst
 delete mode 100644 chart/newsfragments/62334.significant.rst
 delete mode 100644 chart/newsfragments/63019.feature.rst
 delete mode 100644 chart/newsfragments/63392.significant.rst
 delete mode 100644 chart/newsfragments/63659.significant.rst

Reply via email to