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

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


 discard 42813344d77 [v3-1-test] Improve startup information printed when 
Breeze starts (#58926)
     add 930dce3fc8d Add migration options for Airflow 2 users using database 
access in tasks (#57479)
     add 33c4ac2efbc make sure the taskInstances's endDate is not null (#58435)
     add 0465461a191 +Parse string with timezone to dayjs object, rather than 
create dayjs object and convert it (#57880)
     add 589689c87d9 Add Consuming Tasks in asset header (#58060)
     add 12ced9acdef Add missing Dag run table translation (#58572)
     add 1e20c1c70d7 Fix for object rendering in HITL interface (#58611)
     add b3fd4863333 docs: Clarify masking in Connection extra JSON is 
keyword-dependent (#58587)
     add f887c9fb1f9 [v3-1-test] Improve startup information printed when 
Breeze starts (#58926)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (42813344d77)
            \
             N -- N -- N   refs/heads/backport-6c50b62-v3-1-test (f887c9fb1f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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