Collect stats from Neutron feature branches

Also show the name of branch in activity log

Change-Id: If3fe2d3c778f38311e867498f55fe6c75aceb587
Closes-Bug: #1485109
This commit is contained in:
Ilya Shakhat
2015-08-17 17:16:59 +03:00
parent db04e74e01
commit e30f400ba7
2 changed files with 17 additions and 1 deletions

View File

@@ -13697,6 +13697,18 @@
"tag_to": "HEAD",
"release_name": "Liberty",
"tag_from": "2015.1.0rc1"
},
{
"branch": "feature/pecan",
"tag_from": "2015.1.0rc1",
"tag_to": "HEAD",
"release_name": "Liberty"
},
{
"branch": "feature/qos",
"tag_from": "2015.1.0rc1",
"tag_to": "HEAD",
"release_name": "Liberty"
}
],
"uri": "git://git.openstack.org/openstack/neutron.git",

View File

@@ -79,7 +79,11 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
{%else%}
<div class="header">{%html author_link %} ({%html company_link %})</div>
{%/if%}
<div class="header">${date_str} in {%html module_link%}</div>
<div class="header">${date_str} in {%html module_link%}
{%if record_type == "mark" || record_type == "review" || record_type == "patch" %}
{%if branch != "master" %}(${branch}){%/if%}
{%/if%}
</div>
{%if record_type == "commit" %}
<div class="header">Commit &ldquo;${subject}&rdquo;</div>