[00:07:31] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) [00:16:33] James_F fyi reverting "Inject services into SpecialUserrights" since it broke central auth [00:16:47] https://meta.wikimedia.beta.wmflabs.org/wiki/Special:GlobalUserRights/DannyS712 [00:17:09] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) >>! In T245757#6642525, @jijiki wrote: > If that is the case,... [00:43:25] DannyS712: Argh, fun. [00:45:04] * James_F for some reason thought that CentralAuth was in the main gate and so would catch that. [00:45:15] I was mostly worried about MobileFrontend. [00:45:47] I only saw it when https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UploadWizard/+/642856 failed its tests [00:47:36] * James_F nods. [00:48:27] DannyS712: That's just a sneaky way to get me to review and merge that patch, right? ;-) [00:53:55] I mean no, thats genuinely what notified me that it was broken, but if you're willing to merge it, then sure, lets go with that :) [01:01:35] * James_F grins. [01:02:56] (03PS2) 10Jforrester: layout: [mediawiki/services/graphoid/deploy] Archive [integration/config] - 10https://gerrit.wikimedia.org/r/642459 (https://phabricator.wikimedia.org/T242855) [01:03:11] (03CR) 10Jforrester: [C: 03+2] layout: [mediawiki/services/graphoid/deploy] Archive [integration/config] - 10https://gerrit.wikimedia.org/r/642459 (https://phabricator.wikimedia.org/T242855) (owner: 10Jforrester) [01:04:22] (03Merged) 10jenkins-bot: layout: [mediawiki/services/graphoid/deploy] Archive [integration/config] - 10https://gerrit.wikimedia.org/r/642459 (https://phabricator.wikimedia.org/T242855) (owner: 10Jforrester) [01:04:40] James_F any code you want reviewed? [01:04:46] !log Zuul: Archive mediawiki/services/graphoid/deploy [01:04:49] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [01:04:51] DannyS712: Not right now, but thank you. [01:05:26] DannyS712: Unless you want to do the magic investigative work on a potential library that'd let us use ES6, but has some really bad pathological performance issues. [01:05:37] DannyS712: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/411387 might be interesting. :-) [01:06:11] (03PS2) 10Jforrester: jjb: Drop graphoid-deploy-npm-node-6-docker, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/642460 [01:06:19] (03CR) 10Jforrester: [C: 03+2] "Deployed." [integration/config] - 10https://gerrit.wikimedia.org/r/642460 (owner: 10Jforrester) [01:06:20] "a potential library that'd let us use ES6" - what do you mean? Something to covert ES6 to ES5 syntax? [01:06:28] (03PS2) 10Jforrester: dockerfiles: Drop npm-test-graphoid, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/642461 [01:06:39] (03CR) 10Jforrester: [C: 03+2] "Woohoo. Death to node 6." [integration/config] - 10https://gerrit.wikimedia.org/r/642461 (owner: 10Jforrester) [01:07:38] (03Merged) 10jenkins-bot: jjb: Drop graphoid-deploy-npm-node-6-docker, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/642460 (owner: 10Jforrester) [01:07:51] (03Merged) 10jenkins-bot: dockerfiles: Drop npm-test-graphoid, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/642461 (owner: 10Jforrester) [01:09:21] 10Continuous-Integration-Config, 10Release-Engineering-Team (CI & Testing services), 10Release-Engineering-Team-TODO (2020-10-01 to 2020-12-31 (Q2)), 10JavaScript, 10Patch-For-Review: Upgrade all CI jobs from node6/npm3 to node10/npm6 across all projects - https://phabricator.wikimedia.org/T211784 (10Jdfo... [01:27:16] James_F sorry, but I can barely understand how jsminplus works [01:27:53] DannyS712: Yeah, the whole minification process is dark magic to me too. [01:28:05] * James_F is hoping Perf will take on the work. [01:29:12] it doesn't help that the variables are $t, $tt, $s, $n, $i, $j, etc. - I can **kind of** manage my way through the big `parseTree` method, but other than that nope [01:35:56] and it doesn't help that that file doesn't follow our coding conventions in terms of lines, indentation, braces, etc. [02:07:12] Well, that's third party libraries for you. [02:22:28] !log click "Disable publishing" for extensions-Scribunto ref T267587#6624926, T143162 [02:22:32] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [02:22:32] T143162: Reduce task notification noise/frequency of changes to associated open patchsets - https://phabricator.wikimedia.org/T143162 [02:22:32] T267587: Language: Use of Language::formatNum with a non-numeric string was deprecated in MediaWiki 1.36 (Scribunto formatNum) - https://phabricator.wikimedia.org/T267587 [02:25:33] DannyS712: JavaScriptMinifier (the one we use in prod) is a bit easier to follow than jsminplus (only for validating syntax of user scripts, we use eslint instead for prod code) [02:26:26] but unless you have a resume that includes writing the ES6 specification and/or having written spec-compliant JS parsers before in PHP or other languagees, don't bother trying to update this one [02:26:34] we'll adopt an existing one for this [02:27:04] I'm proposing for 2 quarters from now to take Mattias' work and give it some perf attention to make it suitable for on-demand use [02:27:06] and then use that [02:50:32] Krinkle so we use JavaScriptMinifier in prod for mimification, and jsminplus for validation of syntax? [02:51:28] but JavaScriptMinifier says its for ECMAScript 3 only, but jsminplus lints against 5? [02:56:11] jsminplus is used only for syntax validation and only for ".js" wiki pages, not normal source code [02:56:19] JavaScriptMinifier is used for all mnification indeed [02:56:36] it was originally developed for ES3 and updated for ES5. the comment is likely wrong [02:57:39] so we allow es5 in gerrit/repo/mw/extension/skin code, and only es3 in on-wiki code; repo code is linted with eslint, etc. in CI, and on-wiki code is linted with jsminplus; both are minified with JavaScriptMinifier? [02:58:32] and we don't (yet) allow es5 in on-wiki code because we can't lint it in a way that is acceptable from a performance standpoint? [02:59:26] Krinkle is ^ a correct summary? [03:01:06] no, we allow es5 both ways [03:01:09] es3 is no more [03:01:45] source code is validated by eslint, on-wiki code by jsminplus. minification by JavaScriptMinifier [03:01:53] the future is about es6 [03:02:12] we don't yet have a ES6-capable minifier [03:02:27] oh, that makes more sense - do we allow es6 in source code currently? [03:02:33] no distinction for wiki vs git, neither can use es6 [03:02:35] no [03:03:02] okay, thanks for explaining [03:03:07] yw :) [03:13:22] Krinkle so question for you; after looking through JavaScriptMinifier, I found that `true` and `false` are converted to `!0` and `!1` to save space (https://gerrit.wikimedia.org/g/mediawiki/core/+/fb19c8b235805a516f730f3039dcffc15ffa379a/includes/libs/JavaScriptMinifier.php#821) - however, looking through `mw.loader.moduleRegistry.user.script`, [03:13:22] which I understand to be the minified version of my users scripts, I see a plain `false` corresponding to `if (false){` in my common.js [03:17:49] DannyS712: It is limited to contexts where it is safe and simple to do. Mainly for object literals in [03:18:03] x = true/false; { foo: true/false } [03:18:25] property and value expressions only [03:18:36] oh, okay [03:19:22] in other contexts, operator precedence can change the meaning [03:19:33] it's not worth it anyway, since it's not really aimed at general code [03:19:37] gzip takes care of it there [03:19:54] but for JSON blobs we can cover them all and thus eliminate two items from the dictionary entirely [03:20:08] for above-the-fold respones [03:20:27] but this is kind of a silly old optimisation really for the 16KB goal of [03:21:15] compression and transfer size is no longer the bottle neck [03:21:18] more info about that at https://phabricator.wikimedia.org/T49437#6044157 [03:21:33] (which is why uglifyJS or Brotli are not a priority) [03:21:42] neat; will read through that. Also can you take a look at https://gerrit.wikimedia.org/r/c/mediawiki/core/+/643146 ? [03:22:17] another time :) [03:22:19] good night [03:22:19] o/ [03:22:41] good night (though it should take 5 seconds; its adding a semicolon to a javascript example) [07:18:58] * DannyS712 is live testing something [07:19:20] (on beta) [07:38:56] done [08:05:54] 10VPS-project-codesearch, 10Operations: Graduate codesearch to production - https://phabricator.wikimedia.org/T268199 (10Legoktm) We will also need to build the docker image ourselves instead of relying on upstream's on docker hub. >>! In T268199#6635059, @Ladsgroup wrote: > In general I like the idea but I'm... [08:31:58] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10MoritzMuehlenhoff) With all Puppet patches and debs landed, mwdebug10... [08:41:52] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10MoritzMuehlenhoff) >>! In T245757#6644078, @MoritzMuehlenhoff wrote:... [10:25:46] 10MediaWiki-Codesniffer, 10phan, 10Upstream: PHPCS: Allow long lines for phan annotations - https://phabricator.wikimedia.org/T231922 (10Daimona) Actually, I think we should just wait for https://github.com/phan/phan/issues/1488 [12:14:02] (03CR) 10Hashar: [C: 03+1] "From our quick chat today and since I wasn't clear earlier: it is fine to have this merged right now given you two already spend a large a" [integration/quibble] - 10https://gerrit.wikimedia.org/r/516729 (https://phabricator.wikimedia.org/T225218) (owner: 10Kosta Harlan) [12:16:24] 10Beta-Cluster-Infrastructure: New Scap release candidate .deb not visible on deployment-cumin - https://phabricator.wikimedia.org/T268337 (10LarsWirzenius) The cumin host used to have scap installed. If it doesn't, I consider that to be a breaking change from before. Oh well. [12:47:13] 10Beta-Cluster-Infrastructure: New Scap release candidate .deb not visible on deployment-cumin - https://phabricator.wikimedia.org/T268337 (10hashar) `/etc/apt/sources.list.d/project-aptly.list` comes from the Puppet class `aptly::client`. The class is applied on every instances of the project via Horizon projec... [13:20:43] 10VPS-project-codesearch, 10TechCom: Automatically index extensions in CodeSearch - https://phabricator.wikimedia.org/T268328 (10daniel) >>! In T268328#6640010, @Aklapper wrote: >>>! In T268328#6639104, @daniel wrote: >> if your extension has a page on mediawiki.org and is actively maintained, it gets indexed.... [13:20:45] 10Beta-Cluster-Infrastructure, 10Release-Engineering-Team: Upgrade deployment-prep-db hosts to buster/MariaDB 10.4 - https://phabricator.wikimedia.org/T268628 (10jcrespo) [13:21:04] 10Beta-Cluster-Infrastructure, 10Release-Engineering-Team: Upgrade deployment-prep-db hosts to buster/MariaDB 10.4 - https://phabricator.wikimedia.org/T268628 (10jcrespo) Maybe @Hashar will know the best person to contact for this? [13:23:27] (03PS1) 10Gilles: Review access change [analytics/statsv] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/643153 [13:24:07] (03CR) 10Gilles: "So we don't depends on the Analytics anymore for emergency fixes to statsv" [analytics/statsv] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/643153 (owner: 10Gilles) [13:27:41] 10VPS-project-codesearch, 10TechCom: Automatically index extensions in CodeSearch - https://phabricator.wikimedia.org/T268328 (10daniel) >>! In T268328#6639842, @Nikerabbit wrote: > Making a page on mediawiki.org feels like more effort than sending a pull request to be included on MWState's extension list. I c... [14:08:36] (03CR) 10Milimetric: [C: 03+2] Review access change [analytics/statsv] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/643153 (owner: 10Gilles) [14:26:33] (03CR) 10Ottomata: [V: 03+2] Review access change [analytics/statsv] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/643153 (owner: 10Gilles) [14:34:36] 10Release-Engineering-Team-TODO, 10Scap, 10serviceops: Deploy Scap version 3.16.0-1 - https://phabricator.wikimedia.org/T268634 (10LarsWirzenius) [15:19:03] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10jijiki) [15:19:31] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, and 2 others: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10jijiki) [15:19:49] 10Release-Engineering-Team-TODO, 10Scap, 10serviceops, 10User-jijiki: Deploy Scap version 3.16.0-1 - https://phabricator.wikimedia.org/T268634 (10jijiki) [15:20:00] (03PS1) 10ZPapierski: Added Flink Swift Plugin [integration/config] - 10https://gerrit.wikimedia.org/r/643279 (https://phabricator.wikimedia.org/T262942) [15:26:31] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, and 2 others: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10MoritzMuehlenhoff) [15:35:56] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, and 2 others: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10jijiki) >>! In T245757#6614669, @jijiki wrote: > There are a couple of things... [15:38:50] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, and 2 others: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10jijiki) [15:39:24] 10Release-Engineering-Team (Deployment services), 10Release-Engineering-Team-TODO, 10Operations, 10serviceops, and 2 others: Upgrade MediaWiki appservers to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10jijiki) [15:54:58] 10Release-Engineering-Team-TODO (2020-10-01 to 2020-12-31 (Q2)), 10Release: Tag Scap release 1.36.0 and ask serviceops to deploy it to production - https://phabricator.wikimedia.org/T266676 (10LarsWirzenius) [15:55:00] 10Release-Engineering-Team-TODO, 10Scap, 10serviceops, 10User-jijiki: Deploy Scap version 3.16.0-1 - https://phabricator.wikimedia.org/T268634 (10LarsWirzenius) [16:33:38] 10VPS-project-codesearch, 10TechCom: Automatically index extensions in CodeSearch - https://phabricator.wikimedia.org/T268328 (10Jdforrester-WMF) >>! In T268328#6644960, @daniel wrote: >>>! In T268328#6639842, @Nikerabbit wrote: >> Making a page on mediawiki.org feels like more effort than sending a pull reque... [16:49:52] (03PS1) 10Mstyles: add pipeline config to ci [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) [16:50:01] 10Release-Engineering-Team-TODO, 10Patch-For-Review, 10Release, 10Train Deployments: 1.36.0-wmf.18 deployment blockers - https://phabricator.wikimedia.org/T263184 (10hashar) 05Open→03Resolved Deployed to all wikis. Congratulations everyone. [17:01:01] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10WMDE-leszek) [17:04:48] 10Beta-Cluster-Infrastructure, 10DBA, 10Operations, 10serviceops, 10Patch-For-Review: Upgrade the MediaWiki servers to ICU 63 - https://phabricator.wikimedia.org/T264991 (10Trizek-WMF) [17:06:45] (03PS2) 10Jforrester: [rdf-streaming-updater] Add pipeline CI [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:07:12] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10WMDE-leszek) ccing @thcipriani hoping he could direct our questions to someone from his team that might have a few minutes to read those. thanks! [17:08:41] (03PS3) 10Jforrester: [rdf-streaming-updater] Add pipeline CI [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:09:26] (03CR) 10Jforrester: [C: 03+2] "jjb jobs pushed into production." [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:11:09] (03Merged) 10jenkins-bot: [rdf-streaming-updater] Add pipeline CI [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:11:35] !log Zuul: Install pipeline CI for rdf-streaming-updater T265512 [17:11:37] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [17:11:38] T265512: Set up Pipeline Configuration in WDQS repo - https://phabricator.wikimedia.org/T265512 [17:11:53] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10Reedy) >Is it possible for Wikibase release tarballs (i.e. Wikibase extension, other MW extensions, and non-extension software) to be stored on releases.wikimedia.org ? I'd... [17:13:27] (03CR) 10Jforrester: "Oh. This is for wikidata/query/rdf-streaming-updater but your repo seems to be wikidata/query/flink-rdf-streaming-updater instead?" [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:15:46] (03PS1) 10Jforrester: Follow-up 823287e4f: Fix name of repo to flink-rdf-streaming-updater [integration/config] - 10https://gerrit.wikimedia.org/r/643312 (https://phabricator.wikimedia.org/T265512) [17:15:56] (03CR) 10Jforrester: "Fixed in 56705f86e491c69676d1a18f4bf91fe61d271417." [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [17:16:08] (03CR) 10Jforrester: [C: 03+2] Follow-up 823287e4f: Fix name of repo to flink-rdf-streaming-updater [integration/config] - 10https://gerrit.wikimedia.org/r/643312 (https://phabricator.wikimedia.org/T265512) (owner: 10Jforrester) [17:17:24] (03Merged) 10jenkins-bot: Follow-up 823287e4f: Fix name of repo to flink-rdf-streaming-updater [integration/config] - 10https://gerrit.wikimedia.org/r/643312 (https://phabricator.wikimedia.org/T265512) (owner: 10Jforrester) [18:02:21] (03PS1) 10Jeena Huneidi: Don't fail helm check [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643323 [18:05:08] (03CR) 10Ahmon Dancy: [C: 03+2] Don't fail helm check [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643323 (owner: 10Jeena Huneidi) [18:06:01] (03CR) 10Ahmon Dancy: [V: 03+2 C: 03+2] Don't fail helm check [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643323 (owner: 10Jeena Huneidi) [18:21:26] (03PS1) 10Ahmon Dancy: Pass DEBIAN_FRONTEND=noninteractive to apt-get install [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643326 [18:21:28] (03PS1) 10Ahmon Dancy: Add a newline to the end of Makefile [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643327 [18:34:15] (03PS1) 10Ahmon Dancy: sshfs_keygen.sh: quiet grep [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643330 [19:16:02] (03CR) 10Mstyles: "> Patch Set 3:" [integration/config] - 10https://gerrit.wikimedia.org/r/643297 (https://phabricator.wikimedia.org/T265512) (owner: 10Mstyles) [19:24:57] 10VPS-project-codesearch, 10TechCom: Automatically index extensions in CodeSearch - https://phabricator.wikimedia.org/T268328 (10daniel) >>! In T268328#6645534, @Jdforrester-WMF wrote: >> Ok, so "extensions need to be either on gerrit or listed in the MWStake list" to be part of the "ecosystem" may be an opti... [19:31:52] 10phan-taint-check-plugin, 10Technical-blog-posts: Story idea for Blog: Automatic security analysis for PHP code - https://phabricator.wikimedia.org/T268652 (10Daimona) [19:40:55] 10Release-Engineering-Team, 10Shape Expressions, 10Wikidata, 10Wikimedia-GitHub, 10User-Addshore: Fix gerrit / phab mirroring to https://github.com/wikimedia/mediawiki-extensions-EntitySchema - https://phabricator.wikimedia.org/T239264 (10Addshore) Not sure who can fix this, but It's come up a few times... [19:46:23] (03CR) 10Jeena Huneidi: [V: 03+2 C: 03+2] "Thanks!" [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643330 (owner: 10Ahmon Dancy) [19:48:01] (03CR) 10Jeena Huneidi: [V: 03+2 C: 03+2] Add a newline to the end of Makefile [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643327 (owner: 10Ahmon Dancy) [19:51:53] (03CR) 10Jeena Huneidi: [C: 03+2] "I'll trust your verification. Merge when you are ready :)" [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643326 (owner: 10Ahmon Dancy) [20:13:34] (03PS2) 10Ahmon Dancy: Add a newline to the end of Makefile [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643327 [20:13:57] (03CR) 10Ahmon Dancy: [V: 03+2] Add a newline to the end of Makefile [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643327 (owner: 10Ahmon Dancy) [20:15:15] (03PS2) 10Ahmon Dancy: Pass DEBIAN_FRONTEND=noninteractive to apt-get install [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643326 [20:15:25] (03CR) 10Ahmon Dancy: [V: 03+2] Pass DEBIAN_FRONTEND=noninteractive to apt-get install [releng/local-charts] - 10https://gerrit.wikimedia.org/r/643326 (owner: 10Ahmon Dancy) [20:17:23] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10toan) Thank you for the reply! > Any reason to not use ExtensionDistributor for Wikibase/MW extensions? ... Or are you planning to create bundles etc? The pipeline we are... [20:39:22] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10Peachey88) >>! In T268345#6646520, @toan wrote: >> Does ExtensionDistributor work with tags? > > From what I can tell it currently does not. {T70939} [21:25:25] Krinkle are you around? [21:26:14] I am but not for long [21:26:39] its not urgent; was hoping you might be able to help me with T268267 [21:26:40] T268267: Reduce CORS preflight requests - https://phabricator.wikimedia.org/T268267 [22:26:53] 10phan-taint-check-plugin: Create a web demo - https://phabricator.wikimedia.org/T257301 (10Daimona) 05Open→03Resolved a:03Daimona https://taintcheck.toolforge.org/ Served you are, my young padawan. [22:40:39] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10Reedy) Of course there was a bug for it :) Could be worth WMDE putting a bit of time (I imagine it's not going to need too much engineering effort, probably, maybe...) into... [22:40:39] * DannyS712 is live debugging on beta [23:24:32] 10Release-Engineering-Team-TODO: Hosting wikibase release tarballs on releases.wikimedia.org - https://phabricator.wikimedia.org/T268345 (10thcipriani) > Is it possible for Wikibase release tarballs (i.e. Wikibase extension, other MW extensions, and non-extension software) to be stored on releases.wikimedia.org... [23:32:56] * DannyS712 finally able to sync, done debugging [23:37:57] 10Release-Engineering-Team-TODO (2020-10-01 to 2020-12-31 (Q2)): Add flag to rebuildLocalisationCache.php to skip MessageBlobStore::clearGlobalCacheEntry - https://phabricator.wikimedia.org/T268698 (10dancy) [23:38:19] 10Release-Engineering-Team-TODO (2020-10-01 to 2020-12-31 (Q2)): Add flag to rebuildLocalisationCache.php to skip MessageBlobStore::clearGlobalCacheEntry - https://phabricator.wikimedia.org/T268698 (10dancy) [23:38:21] 10Release-Engineering-Team (Pipeline), 10Release-Engineering-Team-TODO (2020-10-01 to 2020-12-31 (Q2)): Investigate/trace rebuildLocalisationCache process for MW containerization - https://phabricator.wikimedia.org/T260827 (10dancy)