~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
     'int',
79
79
     "How many package syncs may be done directly in a web request.",
80
80
     '100'),
81
 
    ('soyuz.derived-series-ui.enabled',
 
81
    ('soyuz.derived_series_ui.enabled',
82
82
     'boolean',
83
83
     'Enables derivative distributions pages.',
84
84
     ''),
85
 
    ('soyuz.derived-series-sync.enabled',
 
85
    ('soyuz.derived_series_sync.enabled',
86
86
     'boolean',
87
87
     'Enables syncing of packages on derivative distributions pages.',
88
88
     ''),
102
102
     'boolean',
103
103
     'Changes the appearance of notifications on private bugs.',
104
104
     ''),
 
105
    ('disclosure.picker_enhancements.enabled',
 
106
     'boolean',
 
107
     ('Enables the display of extra details in the person picker.'),
 
108
     ''),
105
109
    ])
106
110
 
107
111
# The set of all flag names that are documented.