ui.git.branch.ftl Maven / Gradle / Ivy
<#-- @ftlvariable name="lastCommit" type="java.lang.String" -->
<#-- @ftlvariable name="appUrl" type="com.infobip.kafkistry.webapp.url.AppUrl" -->
<#-- @ftlvariable name="branchChanges" type="com.infobip.kafkistry.repository.storage.git.GitRepository.BranchChanges" -->
<#-- @ftlvariable name="gitCommitBaseUrl" type="java.lang.String" -->
<#-- @ftlvariable name="jiraBaseUrl" type="java.lang.String" -->
<#include "../commonResources.ftl"/>
Branch changes
<#include "../commonMenu.ftl">
<#import "../common/util.ftl" as util>
<#include "../common/backBtn.ftl"> Branch changes against main branch
Branch: ${branchChanges.branchName}
Files affected in this branch:
<#list branchChanges.filesChanges as fileChanges>
${fileChanges.type}
File:
${fileChanges.name}
Type
User
Commit
Message
<#list fileChanges.commitChanges as commitChanges>
${commitChanges.type}
${commitChanges.commit.username}
${util.commitHashUrl(commitChanges.commit.commitId, gitCommitBaseUrl!'', gitEmbeddedBrowse)}
${commitChanges.commit.message}
#list>
Total diff over ${fileChanges.commitChanges?size} commit(s):
#list>
<#include "../common/pageBottom.ftl">