← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~wallyworld/launchpad/reviewer-inclusive-team-1009832 into lp:launchpad

 

As discussed on the standup call, editing existing branches owned by inclusive teams will be ok since validation is only done when the data is saved.

For the branch reviewers, we will set the reviewer to null for reviewers which are open teams. There are currently 31 affected branches, common to a small number of owners and projects. We will notify the affected branch owners by email that they need to reconfigure their branches.  

with "open_teams" as (select id, name from person where teamowner is not null and subscriptionpolicy in (2, 4))
select unique_name, open_teams.name as reviewer from branch
join open_teams on reviewer = open_teams.id
order by unique_name

                       unique_name                        |                reviewer                
----------------------------------------------------------+------------------------------------
 ~armagetronad-dev/armagetronad/trunk-armagetronad-eevent | armagetronad-squat
 ~arthur-guillaume/+junk/pendu                            | projet.reseau.2010
 ~binwiederhier/syncany/trunk                             | syncany-team
 ~bryce/gtg/notebook                                      | gtg-user
 ~esale/openobjects-esale/eSale_Joomla                    | esale
 ~g-akyoo/+junk/videokiosk                                | coict-apps-2011
 ~g-akyoo/videokiosk/videokiosk                           | coict-apps-2011
 ~inx-translation/inx/translation                         | inx-translation
 ~openerp-brazil-team/openerp.pt-br-localiz/6.0           | openerp-brazil-core-team
 ~openerp-community/openobject-addons/evaluation          | openerp-community
 ~ouahabix/yaseer/yaseer-1.1.14                           | arabic4all
 ~pr0xybot/plymouth-theme-ugr/dev                         | ugr-testing
 ~pr0xybot/plymouth-theme-ugr/main                        | ugr-testing
 ~pr0xybot/ubuntu-seeds/gubuntu.oneiric                   | ugr-testing
 ~pr0xybot/ugr-cantarell/andromeda                        | ugr-testing
 ~pr0xybot/ugr-cantarell/dev                              | ugr-testing
 ~pr0xybot/ugr-ebuild/natty-dev                           | ugr-testing
 ~pr0xybot/ugr-seeds/dev                                  | ugr-testing
 ~pr0xybot/ugr-seeds/main                                 | ugr-testing
 ~pr0xybot/ugr-seeds/onepointzero                         | ugr-testing
 ~pr0xybot/ugr-ubiquity-branding/dev                      | ugr-testing
 ~pr0xybot/ugr-ubiquity-branding/main                     | ugr-testing
 ~pr0xybot/ugr-wallpapers/dev                             | ugr-testing
 ~pr0xybot/ugr-wallpapers/main                            | ugr-testing
 ~ryan-szrama/uc/main                                     | ubercore
 ~teliute/teliute/gnome3.0                                | gnome-doc-china-trans-contributors
 ~txaws-dev/txaws/trunk                                   | txaws-tech
 ~ugr-builds/gnome-shell-extensions/dev                   | ugr-testing
 ~ugr/ugr-artwork/dev                                     | ugr-testing
 ~zulcss/ubuntu/hardy/php5/php5-sru-515740                | ubuntu-server
 ~zulcss/ubuntu/jaunty/nut/sru-416812                     | ubuntu-server
(31 rows)

-- 
https://code.launchpad.net/~wallyworld/launchpad/reviewer-inclusive-team-1009832/+merge/120323
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.


References