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 4fa9816eef6 derive keycloak oauth redirect_uri from configured base
url (#69801)
add 5271c99bd50 Add deadlines to Calendar Tab (#69559)
No new revisions were added by this update.
Summary of changes:
.../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx | 32 ++++++++--
.../ui/src/pages/Dag/Calendar/CalendarCell.tsx | 31 ++++++++-
.../ui/src/pages/Dag/Calendar/CalendarLegend.tsx | 73 +++++++++-------------
.../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx | 72 +++++++++++++++------
.../src/pages/Dag/Calendar/DailyCalendarView.tsx | 14 ++++-
.../src/pages/Dag/Calendar/HourlyCalendarView.tsx | 11 +++-
.../ui/src/pages/Dag/Calendar/LegendIcon.tsx | 64 +++++++++++++++++++
.../src/pages/Dag/Calendar/calendarUtils.test.ts | 67 +++++++++++++++++++-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 54 +++++++++++++---
.../src/airflow/ui/src/pages/Dag/Calendar/types.ts | 6 ++
.../src/airflow/ui/src/utils/datetimeUtils.ts | 3 +-
11 files changed, 344 insertions(+), 83 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/LegendIcon.tsx