← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wallyworld/launchpad/sample-data-disclosure-feature-flags into lp:launchpad

 

Ian Booth has proposed merging lp:~wallyworld/launchpad/sample-data-disclosure-feature-flags into lp:launchpad.

Requested reviews:
  Curtis Hovey (sinzui)

For more details, see:
https://code.launchpad.net/~wallyworld/launchpad/sample-data-disclosure-feature-flags/+merge/106322

Update sample data to turn on disclosure feature flags by default. Also turn on the combo loader feature flag.

disclosure.enhanced_choice_popup.enabled

disclosure.information_type_notifications.enabled

disclosure.show_information_type_in_ui.enabled

disclosure.enhanced_sharing.writable

disclosure.enhanced_sharing_details.enabled

js.combo_loader.enabled

-- 
https://code.launchpad.net/~wallyworld/launchpad/sample-data-disclosure-feature-flags/+merge/106322
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/sampledata/current-dev.sql'
--- database/sampledata/current-dev.sql	2012-05-10 23:42:07 +0000
+++ database/sampledata/current-dev.sql	2012-05-18 07:54:20 +0000
@@ -1,6 +1,6 @@
 -- Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 -- GNU Affero General Public License version 3 (see the file LICENSE).
--- Created using pg_dump (PostgreSQL) 8.4.11
+-- Created using pg_dump (PostgreSQL) 9.1.3
 
 SET check_function_bodies = false;
 SET client_encoding = 'UTF8';
@@ -4293,7 +4293,13 @@
 
 ALTER TABLE featureflag DISABLE TRIGGER ALL;
 
-INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 1, 'longpoll.merge_proposals.enabled', 'true', '2011-10-06 12:44:04.317554');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'disclosure.enhanced_choice_popup.enabled', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'disclosure.enhanced_sharing.writable', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'disclosure.enhanced_sharing_details.enabled', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'disclosure.information_type_notifications.enabled', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'disclosure.show_information_type_in_ui.enabled', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 0, 'js.combo_loader.enabled', 'true', '2012-05-18 07:34:39.239649');
+INSERT INTO featureflag (scope, priority, flag, value, date_modified) VALUES ('default', 1, 'longpoll.merge_proposals.enabled', 'true', '2012-05-18 07:34:39.239649');
 
 
 ALTER TABLE featureflag ENABLE TRIGGER ALL;


Follow ups