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

potiuk pushed a change to branch copy-release-notes
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard cecd25388d7 Copy 2.11.1 release notes to main
     add 75c34ac1cc7 Add E2E tests for Pools page functionality #60567 (#62149)
     add b6bb1552e55 Add E2E tests for Plugins page (#61057)
     add 058dd12462f Add zh-TW translations agent skill (#62275)
     add 46d5244ad37 Include unversioned docs when publishing distribution docs 
(#62288)
     add cb3b2413ad2 Copy 2.11.1 release notes to main

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   (cecd25388d7)
            \
             N -- N -- N   refs/heads/copy-release-notes (cb3b2413ad2)

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:
 .../locales/{zh-CN.md => zh-TW.md}                 |  68 +++++---
 .../e2e/pages/{AssetListPage.ts => PluginsPage.ts} |  47 +++---
 .../src/airflow/ui/tests/e2e/pages/PoolsPage.ts    | 178 +++++++++++++++++++++
 .../src/airflow/ui/tests/e2e/specs/plugins.spec.ts |  72 +++++++++
 .../src/airflow/ui/tests/e2e/specs/pools.spec.ts   |  99 ++++++++++++
 .../commands/release_management_commands.py        |   7 +-
 6 files changed, 416 insertions(+), 55 deletions(-)
 copy .github/skills/airflow-translations/locales/{zh-CN.md => zh-TW.md} (59%)
 copy airflow-core/src/airflow/ui/tests/e2e/pages/{AssetListPage.ts => 
PluginsPage.ts} (61%)
 create mode 100644 airflow-core/src/airflow/ui/tests/e2e/pages/PoolsPage.ts
 create mode 100644 airflow-core/src/airflow/ui/tests/e2e/specs/plugins.spec.ts
 create mode 100644 airflow-core/src/airflow/ui/tests/e2e/specs/pools.spec.ts

Reply via email to