Merge "Add support for liasons to project pages"

This commit is contained in:
Zuul
2019-06-28 19:01:05 +00:00
committed by Gerrit Code Review
3 changed files with 7 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ def _team_to_rst(name, info):
service = info.get('service')
if service:
yield ':Service: ' + service
liasons = info.get('liasons')
if liasons:
yield ':Liasons: ' + ", ".join(liasons)
yield ''
mission = info.get('mission', '').rstrip()
if mission:

View File

@@ -53,6 +53,7 @@ class Team(object):
dn: Deliverable(dn, di, self)
for dn, di in self.data.get('deliverables', {}).items()
}
self.liasons = data.get('liasons', [])
@property
def tags(self):

View File

@@ -31,6 +31,9 @@ Release Management:
versioning rules and tools, then enabling project teams to produce
their own releases.
url: https://wiki.openstack.org/wiki/Release_Management
liasons:
- zaneb
- ttx
tags:
- team:diverse-affiliation
deliverables: