This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from eaa8ca07a42 Grid view optimization (#51805) add 121a31f0647 Add React Apps to plugin (#52255) No new revisions were added by this update. Summary of changes: .../docs/administration-and-deployment/plugins.rst | 42 ++++++++-- airflow-core/docs/howto/custom-view-plugin.rst | 12 ++- .../api_fastapi/core_api/datamodels/plugins.py | 22 +++++- .../core_api/openapi/v2-rest-api-generated.yaml | 59 +++++++++++++- airflow-core/src/airflow/plugins_manager.py | 8 +- .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 87 ++++++++++++++++++-- .../airflow/ui/openapi-gen/requests/types.gen.ts | 19 ++++- .../unit/cli/commands/test_plugins_command.py | 10 +++ airflow-core/tests/unit/plugins/test_plugin.py | 10 +++ .../src/airflowctl/api/datamodels/generated.py | 92 +++++++++++++--------- .../src/tests_common/test_utils/mock_plugins.py | 1 + docs/spelling_wordlist.txt | 1 + 12 files changed, 299 insertions(+), 64 deletions(-)