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

ui.git.branch.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
<#-- @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}
<#list fileChanges.commitChanges as commitChanges>
Type User Commit Message
${commitChanges.type} ${commitChanges.commit.username} ${util.commitHashUrl(commitChanges.commit.commitId, gitCommitBaseUrl!'', gitEmbeddedBrowse)}
${commitChanges.commit.message}
Total diff over ${fileChanges.commitChanges?size} commit(s):

                

<#include "../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy