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

vincbeck pushed a change to branch vincbeck/fab_remove_sqla_limit
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 3da6f88db8e Set `SQLALCHEMY_ENGINE_DEBUG`
 discard 997cd768afb Remove SQLA 1 limit in Fab provider
     add 274e096e6df Fix flaky test_get_last_ti_filters_removed_tasks and 
Pydantic v2 discriminator error to fix CI (#59273)
     add 612a290a34e Enhance code view to support search and diff (#55467)
     add bd9e60f0f89 Remove SQLA 1 limit in Fab provider
     add 4de0f5e226b Set `SQLALCHEMY_ENGINE_DEBUG`

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   (3da6f88db8e)
            \
             N -- N -- N   refs/heads/vincbeck/fab_remove_sqla_limit 
(4de0f5e226b)

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:
 .../execution_api/datamodels/taskinstance.py       |   3 +-
 airflow-core/src/airflow/ui/package.json           |   1 +
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  41 ++++
 .../airflow/ui/public/i18n/locales/en/common.json  |   3 +
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     | 249 ++++++++++++++-------
 .../ui/src/pages/Dag/Code/CodeDiffViewer.tsx       |  87 +++++++
 .../Dag/Code/VersionCompareSelect.tsx}             |  52 +++--
 airflow-core/tests/unit/models/test_dagrun.py      |   9 +-
 8 files changed, 333 insertions(+), 112 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Dag/Code/CodeDiffViewer.tsx
 copy airflow-core/src/airflow/ui/src/{components/DagVersionSelect.tsx => 
pages/Dag/Code/VersionCompareSelect.tsx} (72%)

Reply via email to