Difference and Changelogs Overview

Go back...
csv format...

Difference between {{ old['name'] }} and {{ new['name'] }}

Highlights

{% set git_web = gitweb %} {% if diff['added'] %} {% for item in diff['added'] %} {% for commit_item in item['commit_log'] %} {% endfor %} {% endfor %} {% endif %} {% if diff['removed'] %} {% for item in diff['removed'] %} {% endfor %} {% endif %} {% if diff['modified'] %} {% for item in diff['modified'] %} {% for commit_item in item['commit_log'] %} {% endfor %} {% endfor %} {% endif %}

Added Packages

PackageGit PathCommitIdCommitterCommitDateCommitLog
{{ item['newpkg']['name'] }} {{ item['newpkg']['git_path'] }} {{ commit_item['commit_id'] }} {{ commit_item['committer'] }} {{ commit_item['commit_date'] }} {{ commit_item['commit_log']['html'] }}

Removed Packages

PackageVersionGitPathCommitId
{{ item['oldpkg']['name'] }} {{ item['oldpkg']['version']['ver'] }}-{{item['oldpkg']['version']['rel']}} {{ item['oldpkg']['git_path'] }} {{ item['oldpkg']['commit_id'] }}

Modified Packages

PackageGit PathCommitIdCommitterCommitDateCommitLog
{{ item['oldpkg']['name'] }} {{ commit_item['commit_id'] }} {{ commit_item['committer'] }} {{ commit_item['commit_date'] }} {{ commit_item['commit_log']['html'] }}