This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from bd2d5a48fa3 [v3-1-test] Small updates to release process (PMC provider 
check) (#58913) (#58917)
     new 930dce3fc8d Add migration options for Airflow 2 users using database 
access in tasks (#57479)
     new 33c4ac2efbc make sure the taskInstances's endDate is not null (#58435)
     new 0465461a191 +Parse string with timezone to dayjs object, rather than 
create dayjs object and convert it (#57880)
     new 589689c87d9 Add Consuming Tasks in asset header (#58060)
     new 12ced9acdef Add missing Dag run table translation (#58572)
     new 1e20c1c70d7 Fix for object rendering in HITL interface (#58611)
     new b3fd4863333 docs: Clarify masking in Connection extra JSON is 
keyword-dependent (#58587)

The 7 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:
 .../docs/installation/upgrading_to_airflow3.rst    | 95 ++++++++++++++++++++--
 .../security/secrets/mask-sensitive-values.rst     |  6 +-
 .../airflow/ui/public/i18n/locales/en/assets.json  |  1 +
 .../airflow/ui/src/components/DateTimeInput.tsx    |  2 +-
 .../airflow/ui/src/components/DurationChart.tsx    | 11 ++-
 .../src/airflow/ui/src/pages/Asset/Header.tsx      |  4 +
 .../ui/src/pages/AssetsList/DependencyPopover.tsx  |  2 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |  4 +-
 airflow-core/src/airflow/ui/src/utils/hitl.test.ts | 65 +++++++++++++++
 airflow-core/src/airflow/ui/src/utils/hitl.ts      | 33 +++++++-
 10 files changed, 208 insertions(+), 15 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/utils/hitl.test.ts

Reply via email to