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:
@@ -13697,6 +13697,18 @@
|
|||||||
"tag_to": "HEAD",
|
"tag_to": "HEAD",
|
||||||
"release_name": "Liberty",
|
"release_name": "Liberty",
|
||||||
"tag_from": "2015.1.0rc1"
|
"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",
|
"uri": "git://git.openstack.org/openstack/neutron.git",
|
||||||
|
|||||||
@@ -79,7 +79,11 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
|
|||||||
{%else%}
|
{%else%}
|
||||||
<div class="header">{%html author_link %} ({%html company_link %})</div>
|
<div class="header">{%html author_link %} ({%html company_link %})</div>
|
||||||
{%/if%}
|
{%/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" %}
|
{%if record_type == "commit" %}
|
||||||
<div class="header">Commit “${subject}”</div>
|
<div class="header">Commit “${subject}”</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user