Commit Graph

12 Commits

Author SHA1 Message Date
Kendall Nelson 23655d0b1a Add Hao Wang to exceptions.txt
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
2018-02-12 19:36:24 +00:00
Emmet Hikory 82df456526 Update exceptions.txt for Rocky PTL candidates
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
2018-02-08 15:37:50 -05:00
Tony Breeds 272c3b8dfb Add cache or PTL names to reduce the impact on gerrit
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
2017-10-10 09:02:50 +00:00
Tony Breeds 71437b724f Update email address for Vladimir Kuklin
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
2017-07-14 11:43:43 +10:00
Tristan Cacqueray bf43bdfdf2 Fix TC candidate name
Change-Id: Ieac8a3e3cd94be9eaf0cea3401e48bbb715e77b5
2017-04-10 09:08:12 +00:00
Tristan Cacqueray d415d401d8 Fix Solum PTL candidate name
Change-Id: I3054d28c04a7ffe133c5c1251c04c4a27750fd7e
2017-03-28 06:36:08 +00:00
Tristan Cacqueray 20ca00cac5 Fix PTL candidates name (bis)
Change-Id: Ic0e1ad6f61b2cd356b44c1721d32569dedb06137
2017-01-30 07:24:00 +00:00
Tristan Cacqueray a297ab13ca Fix PTL candidates name
Change-Id: I6461678f5315ce7ef8e1819559065cd754fa6e51
2017-01-30 01:14:31 +00:00
Tony Breeds 71cd35d4e7 Add a couple of fullname exceptions
Change-Id: Ib8630718bb86b315b7287ad81d3169da9eeb110c
2016-09-21 11:27:45 +10:00
Renat Akhmerov 182ae5a3f2 Adding Renat Akhmerov candidacy for Mistral
Change-Id: Ibad836fd95fec7f7f3361ee8dff18dd9f08ac829
2016-09-18 09:20:26 +00:00
Tristan Cacqueray b82c818efd Adds exception for Eric Kao
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
2016-09-14 05:50:43 +00:00
Tristan Cacqueray 2709992456 Refactor sphinx candidate list rendering
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
2016-09-09 14:29:23 +00:00