This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5d51beee35 Add `on_kill` to Databricks Workflow Operator (#42115)
add 2baca06154 AIP-84 Serve new UI from FastAPI API (#42663)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/app.py | 32 ++++++++++++++++-
airflow/ui/.env.example | 3 +-
airflow/ui/src/App.tsx | 1 -
airflow/ui/src/layouts/Nav/DocsButton.tsx | 2 +-
airflow/ui/src/layouts/Nav/Nav.tsx | 2 +-
airflow/ui/src/main.tsx | 4 +--
airflow/ui/src/vite-env.d.ts | 2 +-
airflow/ui/vite.config.ts | 4 +--
airflow/www/app.py | 2 --
airflow/www/extensions/init_react_ui.py | 40 ----------------------
airflow/www/templates/airflow/main.html | 2 +-
contributing-docs/14_node_environment_setup.rst | 10 ------
.../in_container/run_update_fastapi_api_spec.py | 2 ++
13 files changed, 41 insertions(+), 65 deletions(-)
delete mode 100644 airflow/www/extensions/init_react_ui.py