Zaqar PTL's name doesn't display correctly on the
governance.openstack.org/election site. This patch adds Hao
to the exceptions list.
Change-Id: Ie3e0da300d15c3d281001a3031bb0ad585b906ce
This prolongs a workaround, and the lookup code should probably perform
a lookup directly against the Foundation DB to generate the names, but
sorting that takes longer, so we'll do more of this for now.
Change-Id: Ib792b96c083951aeaf4284ed92a3c5fb7380c2d0
This is a quick fix for right now but we should look at adding a step
in the process to ensure this data is better cached during the PTL
election process.
We have a method for caching it at the close of the $series TC election
but not before
Change-Id: Ic8b6f2b1bba53b5fd02876a259f7e18b8d408ade
At the time od election Vladimir used the @mirantis address. Since
then that email address has been removed from gerrit. Using the REST
api we can confirm that the account that uploaded that review matches
the new email address.
---
[tony@thor ~]$ curl https://review.openstack.org/changes/?q=I8d4fba4f2c39bf0542c79e9999a3face2261f2ce
)]}'
[
{
"id": "openstack%2Felection~master~I8d4fba4f2c39bf0542c79e9999a3face2261f2ce",
"project": "openstack/election",
"branch": "master",
"hashtags": [],
"change_id": "I8d4fba4f2c39bf0542c79e9999a3face2261f2ce",
"subject": "Nominate Vladimir Kuklin for Fuel PTL for Pike",
"status": "MERGED",
"created": "2017-01-27 13:26:56.000000000",
"updated": "2017-01-30 09:28:04.000000000",
"submitted": "2017-01-28 01:29:56.000000000",
"insertions": 126,
"deletions": 0,
"_number": 426230,
"owner": {
"_account_id": 8786
}
}
]
[tony@thor ~]$ curl https://review.openstack.org/accounts/8786
)]}'
{
"_account_id": 8786,
"name": "Vladimir Kuklin",
"email": "aglarendil@gmail.com",
"username": "aglarendil"
}
---
Change-Id: Idedb61072b9996976c372c5e57d0cc356a2b9308
Eric's fullname from git nor gerrit includes his full last name.
This change fix it from 'Eric K' to 'Eric Kao'
Change-Id: I32a1df3f9acc469e4e233e845bdc8712efe4a3e2
This change now uses the new schema to render candidate
list including ircname.
Moreover this change introduces an exceptions.txt file to
manage candidacies exception where a candidate isn't the
git commit author of a candidacy statement. In such case
the candidacy needs to be manually verified and the candidate
fullname needs to be added to the exceptions.txt.
Change-Id: I2e59f4880d34cdb09321dbc110ecf5a103f81dff