← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rharding/launchpad/private_projects_ff into lp:launchpad

 

Richard Harding has proposed merging lp:~rharding/launchpad/private_projects_ff into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rharding/launchpad/private_projects_ff/+merge/121256

== Summary ==

Adding an initial feature flag to hold back the work on PrivateProjects


-- 
https://code.launchpad.net/~rharding/launchpad/private_projects_ff/+merge/121256
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rharding/launchpad/private_projects_ff into lp:launchpad.
=== modified file 'lib/lp/services/features/flags.py'
--- lib/lp/services/features/flags.py	2012-08-14 18:51:43 +0000
+++ lib/lp/services/features/flags.py	2012-08-24 18:33:20 +0000
@@ -1,4 +1,4 @@
-# Copyright 2010-2012 Canonical Ltd.  This software is licensed under the
+# Copyright 2011-2012 Canonical Ltd.  This software is licensed under the
 # GNU Affero General Public License version 3 (see the file LICENSE).
 
 __all__ = [
@@ -286,6 +286,13 @@
      '',
      '',
      ''),
+    ('disclosure.private_projects.enabled',
+     'boolean',
+     'If true, enabled access to private project registration features.',
+     '',
+     '',
+     'https://dev.launchpad.net/LEP/PrivateProjects'),
+
     ])
 
 # The set of all flag names that are documented.


Follow ups