This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-946871c-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 6ebd2df61b8 [v3-1-test] Improve 404 handling by adding fallback route
for invalid URLs (#58546)
add 94bd23ef497 [v3-1-test] Fix Dag doc markdown display issue (#58340)
(#58627)
add 2d3be8741bd Add number of queries guard for ui grid (#57977)
add b867d5dc5ff Change translation freeze setting to False (#56116)
(#58631)
add de52f1c26fb [v3-1-test] Improve 404 handling by adding fallback route
for invalid URLs (#58546)
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 (6ebd2df61b8)
\
N -- N -- N refs/heads/backport-946871c-v3-1-test (de52f1c26fb)
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/ReactMarkdown.tsx | 180 ++++++++++++++-------
.../src/airflow/ui/src/pages/Dag/Code/Code.tsx | 7 +-
.../src/pages/TaskInstance/RenderedTemplates.tsx | 12 +-
.../src/airflow/ui/src/utils/syntaxHighlighter.ts | 35 ++++
.../api_fastapi/core_api/routes/ui/test_grid.py | 70 +++++---
.../src/airflow_breeze/utils/selective_checks.py | 2 +-
dev/breeze/tests/test_selective_checks.py | 1 +
7 files changed, 208 insertions(+), 99 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/utils/syntaxHighlighter.ts