All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.clusters.pendingBranches.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @ftlvariable name="pendingBranches"  type="java.util.List>" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="gitBranchBaseUrl"  type="java.lang.String" -->
<#-- @ftlvariable name="gitCommitBaseUrl"  type="java.lang.String" -->
<#-- @ftlvariable name="gitEmbeddedBrowse"  type="java.lang.Boolean" -->

<#import "../common/infoIcon.ftl" as hInfo>

Pending branches
<#if pendingBranches?size == 0> (no pending changes) <#else> <#list pendingBranches as branchChanges>
Branch Clusters Commit
<#if gitBranchBaseUrl??> <#assign url = gitBranchBaseUrl + branchChanges.branch?url> ${branchChanges.branch} <#elseif gitEmbeddedBrowse> ${branchChanges.branch} <#else> branch '${branchChanges.branch}' <#list branchChanges.requests as clusterRequest> ${clusterRequest.identifier}<#if !clusterRequest?is_last>, <#list branchChanges.commits as commitChanges> <#assign commit = commitChanges.commit> <#assign tooltipHtml> ${commit.username}
${(commit.timestampSec*1000)?number_to_datetime} UTC

${commit.message}

<@hInfo.icon tooltip=tooltipHtml/> <#if gitCommitBaseUrl??> <#assign commitUrl = gitCommitBaseUrl + commit.commitId> target="_blank" href="${commitUrl}">${commit.commitId?substring(0, 6)}<#if !commitChanges?is_last>, <#else> ${commit.commitId?substring(0, 6)}<#if !commitChanges?is_last>,
Edit from...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy