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

potiuk pushed a change to branch backport-aae7c8f-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard cf8a7d4e6f1 [v3-3-test] Reject reserved XCom serialization keys 
submitted as JSON string literals (#69378)
     add 7cccda2e26d [v3-3-test] Remove defensive bundle/team pre-cleaning from 
api_fastapi tests (#69416) (#69420)
     add fd2e8c33b66 [v3-3-test] Fix partition label casing and Taiwanese 
Mandarin ranslations (#69455) (#69470)
     add 06314a00243 [v3-3-test] Archive worker-reported end date and rendered 
map index on task retry (#69248) (#69458)
     add 6426923672e Bump the 3-3-core-ui-package-updates group across 1 
directory with 47 updates (#69425)
     add 1276cd9bebb [v3-3-test] Allow manual triggering of constraints refresh 
workflow (#69457) (#69461)
     add d5d4b1c7058 [v3-3-test] Reject reserved XCom serialization keys 
submitted as JSON string literals (#69378)

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   (cf8a7d4e6f1)
            \
             N -- N -- N   refs/heads/backport-aae7c8f-v3-3-test (d5d4b1c7058)

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/ci-image-build.yml               |    6 +
 .github/workflows/generate-constraints.yml         |    8 +-
 .github/workflows/update-constraints-on-push.yml   |   76 +-
 .../execution_api/routes/task_instances.py         |   23 +-
 .../src/airflow/models/taskinstancehistory.py      |    7 +-
 airflow-core/src/airflow/ui/package.json           |   94 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 3376 ++++++++++----------
 .../airflow/ui/public/i18n/locales/en/admin.json   |    1 +
 .../airflow/ui/public/i18n/locales/en/common.json  |    4 +-
 .../ui/public/i18n/locales/zh-TW/common.json       |    8 +-
 .../src/components/MonacoEditor/configureMonaco.ts |    8 +-
 .../components/MonacoEditor/pythonFStrings.test.ts |    2 +-
 .../ui/src/components/TaskInstanceTooltip.tsx      |    4 +-
 .../src/context/colorMode/useMonacoTheme.test.ts   |    3 +-
 .../ui/src/context/colorMode/useMonacoTheme.ts     |    8 +-
 .../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx |    6 +-
 .../airflow/ui/src/pages/Dag/DagHeader.test.tsx    |    4 +-
 .../src/airflow/ui/src/pages/ReactPlugin.tsx       |    3 +-
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |    3 +-
 .../airflow/ui/src/queries/useGridTISummaries.ts   |   14 +-
 airflow-core/src/airflow/ui/testsSetup.ts          |    4 +-
 .../tests/unit/api_fastapi/common/db/test_dags.py  |    1 -
 .../core_api/routes/public/test_assets.py          |    2 -
 .../core_api/routes/public/test_backfills.py       |    1 +
 .../core_api/routes/public/test_dag_run.py         |    2 -
 .../core_api/routes/public/test_dag_stats.py       |    4 -
 .../core_api/routes/public/test_dag_tags.py        |    2 -
 .../core_api/routes/public/test_dag_versions.py    |    3 +-
 .../core_api/routes/public/test_import_error.py    |    1 -
 .../core_api/routes/public/test_pools.py           |    2 +-
 .../core_api/routes/public/test_task_instances.py  |    1 -
 .../routes/public/test_task_state_store.py         |    1 -
 .../core_api/routes/public/test_tasks.py           |    1 -
 .../core_api/routes/public/test_variables.py       |    1 -
 .../core_api/routes/ui/test_backfills.py           |    1 -
 .../versions/head/test_task_instances.py           |   57 +-
 .../tests/unit/models/test_taskinstance.py         |   24 +
 ...UALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md |   49 +
 dev/README_RELEASE_AIRFLOW.md                      |   10 +
 .../src/airflow_breeze/commands/release_command.py |   21 +-
 dev/breeze/tests/test_release_command.py           |   52 +
 41 files changed, 2078 insertions(+), 1820 deletions(-)

Reply via email to