+46
-3
appview/db/pipeline.go
+46
-3
appview/db/pipeline.go
··················
+7
appview/pages/funcmap.go
+7
appview/pages/funcmap.go
···
+12
appview/pages/pages.go
+12
appview/pages/pages.go
···return p.executePlain("repo/fragments/diff", w, []any{params.RepoInfo.FullName, ¶ms.Diff})
+1
appview/pages/repoinfo/repoinfo.go
+1
appview/pages/repoinfo/repoinfo.go
+1
-1
appview/pages/templates/repo/commit.html
+1
-1
appview/pages/templates/repo/commit.html
-119
appview/pages/templates/repo/fragments/pipelineStatusSymbol.html
-119
appview/pages/templates/repo/fragments/pipelineStatusSymbol.html
···-<div class="absolute z-[9999] hidden group-hover:block bg-white dark:bg-gray-900 text-sm text-black dark:text-white rounded-md shadow p-2 w-80 top-full mt-2">
+1
-1
appview/pages/templates/repo/index.html
+1
-1
appview/pages/templates/repo/index.html
···
+2
-2
appview/pages/templates/repo/log.html
+2
-2
appview/pages/templates/repo/log.html
···<td class=" py-3 align-top text-gray-500 dark:text-gray-400">{{ timeFmt $commit.Committer.When }}</td>···
+53
appview/pages/templates/repo/pipelines/fragments/pipelineSymbol.html
+53
appview/pages/templates/repo/pipelines/fragments/pipelineSymbol.html
···
+8
appview/pages/templates/repo/pipelines/fragments/pipelineSymbolLong.html
+8
appview/pages/templates/repo/pipelines/fragments/pipelineSymbolLong.html
+30
appview/pages/templates/repo/pipelines/fragments/tooltip.html
+30
appview/pages/templates/repo/pipelines/fragments/tooltip.html
···+<div class="absolute z-[9999] hidden group-hover:block bg-white dark:bg-gray-900 text-black dark:text-white rounded-md shadow w-80 top-full mt-2">
+26
appview/pages/templates/repo/pipelines/fragments/workflowSymbol.html
+26
appview/pages/templates/repo/pipelines/fragments/workflowSymbol.html
···
+93
appview/pages/templates/repo/pipelines/pipelines.html
+93
appview/pages/templates/repo/pipelines/pipelines.html
···+<a href="/{{ $root.RepoInfo.FullName }}/pipelines/{{ .Id }}/workflow/{{ index $workflows 0 }}" class="block">
+30
appview/pipelines/pipelines.go
+30
appview/pipelines/pipelines.go
···