From ce832dbb4d14e5d46691ed930cfef22dc5d85dd4 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 13 May 2025 11:58:20 +0200 Subject: Invocation server: add links to blob references in analysis errors When using a serve endpoint, analysis errors my contain a reference to a build failure on serve, shown as 'blob '. For each such blob reference add a link offering to read this blob. --- doc/invocations-http-server/templates/invocation.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index c8d77f58..50d5690a 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -158,7 +158,14 @@ Inocations {{invocation | e}}

Analysis errors

{% else %} -- cgit v1.2.3