This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a24be08e2a4 Fix Dashboard overflow and handle no status tasks (#49964)
new 1cab47475a1 Add `--preview` flag to `ruff` for AF 2 to 3 migration
(#49954)
new 543a9a01238 Fix timezone setting for logical date input on Trigger Run
form (#49662)
new 551a2326874 Create a timezone-aware datetime input component (#49911)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE_NOTES.rst | 6 +--
.../docs/installation/upgrading_to_airflow3.rst | 6 +--
.../src/components/DagActions/RunBackfillForm.tsx | 7 ++-
.../{JsonEditor.tsx => DateTimeInput.tsx} | 53 ++++++++++++----------
.../src/components/FlexibleForm/FieldDateTime.tsx | 13 ++++++
.../src/components/TriggerDag/TriggerDAGForm.tsx | 5 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 7 ++-
reproducible_build.yaml | 4 +-
8 files changed, 61 insertions(+), 40 deletions(-)
copy airflow-core/src/airflow/ui/src/components/{JsonEditor.tsx =>
DateTimeInput.tsx} (50%)