BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401810 )

Change subject: Bump striker submodule and add ddl changes
......................................................................

Bump striker submodule and add ddl changes

* Update for diffusion.repository.search API change
* Enhance workflow for tool labs membership requests
* Add Referrer-Policy header

Bug: T182142
Bug: T168027
Change-Id: I80069242d69c98181897049e85a8ee1b9dcb5815
---
A ddl/20180103-01-T168027.sql
M striker
2 files changed, 28 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/striker/deploy 
refs/changes/10/401810/1

diff --git a/ddl/20180103-01-T168027.sql b/ddl/20180103-01-T168027.sql
new file mode 100644
index 0000000..f7836f7
--- /dev/null
+++ b/ddl/20180103-01-T168027.sql
@@ -0,0 +1,27 @@
+-- T168027: Enhance workflow for tool labs membership requests
+-- Generated with mysqldump and hand edited by bd808
+--
+-- NOTE: requires a server with innodb_large_prefix enabled to support UNIQUE
+-- indexes on varchar(255) columns with a utf8mb4. If innodb_large_prefix is
+-- not enabled you will receive errors mentioning "Specified key was too long;
+-- max key length is 767 bytes"
+
+CREATE TABLE `tools_accessrequestcomment` (                                    
   `id` int(11) NOT NULL AUTO_INCREMENT,                                        
   `created_date` datetime NOT NULL,                                            
   `comment` longtext COLLATE utf8mb4_bin NOT NULL,                             
   `request_id` int(11) NOT NULL,                                               
   `user_id` int(11) NOT NULL,                                                  
   PRIMARY KEY (`id`),                                                          
   KEY `tools_accessrequestcomment_d5240003` (`created_date`),                  
   KEY `tools_accessrequestcomment_f68d2c36` (`request_id`),                    
   KEY `tools_accessrequestcomment_e8701ad4` (`user_id`),                       
   CONSTRAINT 
`tools_accessreq_user_id_11c3c61e2a34db92_fk_labsauth_labsuser_id` FOREIGN KEY 
(`user_id`) REFERENCES `labsauth_labsuser` (`id`),                    
CONSTRAINT `tools_acces_request_id_c7857228c268e3f_fk_tools_accessrequest_id` 
FOREIGN KEY (`request_id`) REFERENCES `tools_accessrequest` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
+
+LOCK TABLES `django_content_type` WRITE;
+INSERT INTO `django_content_type` VALUES
+(26,'tools','accessrequestcomment');
+UNLOCK TABLES;
+
+LOCK TABLES `auth_permission` WRITE;
+INSERT INTO `auth_permission` VALUES
+(76,'Can add access request comment',26,'add_accessrequestcomment'),
+(77,'Can change access request comment',26,'change_accessrequestcomment'),
+(78,'Can delete access request comment',26,'delete_accessrequestcomment');
+UNLOCK TABLES;
+
+LOCK TABLES `django_migrations` WRITE;
+INSERT INTO `django_migrations` VALUES
+(48,'tools','0010_T168027','2017-08-27 21:30:17');
+UNLOCK TABLES;
diff --git a/striker b/striker
index 6dfe25a..93f4600 160000
--- a/striker
+++ b/striker
@@ -1 +1 @@
-Subproject commit 6dfe25ac4e85f5237bb666c5b1ebc27bb35556ff
+Subproject commit 93f46007e1c511b8efd6addb556bdc889a19af86

-- 
To view, visit https://gerrit.wikimedia.org/r/401810
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80069242d69c98181897049e85a8ee1b9dcb5815
Gerrit-PatchSet: 1
Gerrit-Project: labs/striker/deploy
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to