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 87a3db98fc5 Start the api-server in AF3, webserver in AF2 (#47085)
add 133d2f8596b AIP-38 Integrate dag versions (#47109)
No new revisions were added by this update.
Summary of changes:
airflow/ui/src/components/DagVersionSelect.tsx | 101 +++++++++++++++++++++
.../LimitedItemsList.tsx} | 34 +++----
airflow/ui/src/constants/searchParams.ts | 1 +
airflow/ui/src/layouts/Details/DetailsLayout.tsx | 36 +-------
airflow/ui/src/layouts/Details/Graph/Graph.tsx | 9 +-
airflow/ui/src/layouts/Details/PanelButtons.tsx | 55 +++++++++++
airflow/ui/src/pages/Dag/Code/Code.tsx | 80 ++--------------
airflow/ui/src/pages/Dag/Header.tsx | 7 ++
airflow/ui/src/pages/DagsList/DagTags.tsx | 36 ++------
airflow/ui/src/pages/Run/Header.tsx | 9 ++
airflow/ui/src/pages/TaskInstance/Header.tsx | 10 +-
11 files changed, 224 insertions(+), 154 deletions(-)
create mode 100644 airflow/ui/src/components/DagVersionSelect.tsx
copy airflow/ui/src/{pages/DagsList/DagTags.tsx =>
components/LimitedItemsList.tsx} (60%)
create mode 100644 airflow/ui/src/layouts/Details/PanelButtons.tsx