This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-0eca324-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 065be21ca67 [v3-3-test] Clarify provider release testing status issue
creation instructions (#70356) (cherry picked from commit
0eca3240914834dc2263a5bfc8243100d5c0389e)
add 82fe885f4c2 [v3-3-test] Fix Grid view scrollbar hiding latest Dags run
(#69693) (#70555)
add 7c66d3b95be [v3-3-test] UI: Move JSON validation and prettifying into
JsonEditor (#70380) (#70554)
add 29b6a9aaaa4 [v3-3-test] Clarify provider release testing status issue
creation instructions (#70356) (cherry picked from commit
0eca3240914834dc2263a5bfc8243100d5c0389e)
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 (065be21ca67)
\
N -- N -- N refs/heads/backport-0eca324-v3-3-test (29b6a9aaaa4)
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:
.../airflow/ui/src/components/JsonEditor.test.tsx | 86 ++++++++++++++++++++++
.../src/airflow/ui/src/components/JsonEditor.tsx | 23 +++++-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 28 +++++--
.../ui/src/pages/Asset/CreateAssetEventModal.tsx | 21 +-----
4 files changed, 131 insertions(+), 27 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/components/JsonEditor.test.tsx