Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: Change Prop: Disable transclusion update rules
......................................................................


Change Prop: Disable transclusion update rules

Ever since we have enabled the transclusion-update rules, CP has been
acting funky. While we investigate, disable the rules so that we can
narrow the cause down more easily.

Change-Id: I09b0aeefef2cccb0d4c48a822f8d6129abab7210
---
M modules/changeprop/templates/config.yaml.erb
1 file changed, 21 insertions(+), 21 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  Ppchelko: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/changeprop/templates/config.yaml.erb 
b/modules/changeprop/templates/config.yaml.erb
index de6d8a3..2c2a202 100644
--- a/modules/changeprop/templates/config.yaml.erb
+++ b/modules/changeprop/templates/config.yaml.erb
@@ -194,24 +194,24 @@
                       if-unmodified-since: '{{date(message.meta.dt)}}'
                     query:
                       redirect: false
-
-              transclusion_update:
-                topic: mediawiki.revision_create
-                exec:
-                  method: 'post'
-                  uri: '/sys/links/transcludes/{{message.page_title}}'
-                  body: '{{globals.message}}'
-
-              on_transclusion_update:
-                topic: resource_change
-                match:
-                  meta:
-                    uri: '/https?:\/\/[^\/]+\/wiki\/(?<title>.+)/'
-                  tags: [ 'change-prop', 'transcludes' ]
-                exec:
-                  method: get
-                  uri: '<%= @restbase_uri 
%>/{{message.meta.domain}}/v1/page/html/{{match.meta.uri.title}}'
-                  headers:
-                    cache-control: no-cache
-                  query:
-                    redirect: false
+#
+#              transclusion_update:
+#                topic: mediawiki.revision_create
+#                exec:
+#                  method: 'post'
+#                  uri: '/sys/links/transcludes/{{message.page_title}}'
+#                  body: '{{globals.message}}'
+#
+#              on_transclusion_update:
+#                topic: resource_change
+#                match:
+#                  meta:
+#                    uri: '/https?:\/\/[^\/]+\/wiki\/(?<title>.+)/'
+#                  tags: [ 'change-prop', 'transcludes' ]
+#                exec:
+#                  method: get
+#                  uri: '<%= @restbase_uri 
%>/{{message.meta.domain}}/v1/page/html/{{match.meta.uri.title}}'
+#                  headers:
+#                    cache-control: no-cache
+#                  query:
+#                    redirect: false

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I09b0aeefef2cccb0d4c48a822f8d6129abab7210
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mobrovac <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Ppchelko <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to