Page MenuHomePhabricator
Feed Search

Fri, Apr 10

Wellverywell added a comment to T422312: For very high-risk actions, require approvals from 2 distinct people.

The one major thing that have led to the accident was that one should NEVER, EVER run random scripts (in batches of hundreds of them in alphabetic order) from an interface-admin account.

Fri, Apr 10, 9:33 AM · Product Safety and Integrity, CheckUser, MediaWiki-User-Interface, 2026-user-javascript-incident, Security

Wed, Apr 8

Wellverywell added a comment to T422435: Enable Edit Checks in additional namespaces.
  1. Not really, I think. Incubator namespace hosts only short-lived page drafts, so there shouldn't be any concerns. User namespace can include different things apart from page drafts, but this is the same on all wikis.
Wed, Apr 8, 5:04 PM · EditCheck

Fri, Apr 3

Wellverywell added a comment to T421579: Change the naming pattern for temporary accounts on WMF sites.

I am an active member of Russian Wikipedia (and so is the ticket's author). I can tell you that even English words as accounts names would be much, much more readable than random strings of numbers that no person could remember or compare between users.

Fri, Apr 3, 4:54 PM · Product Safety and Integrity, Temporary accounts

Thu, Apr 2

Wellverywell added a comment to T421579: Change the naming pattern for temporary accounts on WMF sites.

I'm pretty sure the global community, same as me and the ticket's author, finds words naming much easier to keep in mind then the numbers one. I don't see why there would be a need in "two name formats" that need to be supported.

Thu, Apr 2, 4:08 PM · Product Safety and Integrity, Temporary accounts
Wellverywell added a comment to T421579: Change the naming pattern for temporary accounts on WMF sites.

A name consisting of few generated words would be much much more readable than a random string of numbers.

Thu, Apr 2, 11:08 AM · Product Safety and Integrity, Temporary accounts
Wellverywell triaged T422130: Database servers in cluster(number) are overloaded as Unbreak Now! priority.
Thu, Apr 2, 10:48 AM · Wikimedia-Incident, SRE, DBA

Wed, Mar 18

Wellverywell added a comment to T379942: Gradually drop all thumbnails as a one-off clean up.

Oh, ok, thank you! So is this a bug in file descriptions on Commons? (Well, for another image, 480px produces an actual 480px image -- so what is the bug in that case?)

Wed, Mar 18, 7:51 AM · SRE-swift-storage, Thumbor

Tue, Mar 17

Wellverywell updated subscribers of T379942: Gradually drop all thumbnails as a one-off clean up.

Is there some ETA on whether thumbnail cache cleanup will happen on Commons? User @Medvednikita has reported that this image offers in its description thumbnails of sizes 240, 480, 600, 768, but the real sizes are 250, 500, 900, 900. My understanding is that this is related to this task and T360589 (something along of the lines "thumbnails of these 250-500px sizes exist in cache cos they weren't cleaned up, MediaWiki now offers the closest size instead of always the requested one, and for some reason generation of 240-480px didn't happen"). (Probably until all the cache is cleaned we should make file description pages always show the real sizes -- but probably this needs a new task.)

Tue, Mar 17, 1:25 PM · SRE-swift-storage, Thumbor

Mar 7 2026

Wellverywell added a comment to T197160: All security-sensitive MediaWiki functionality should require elevated security.

That's strange. When I bought my YubiKey a year ago from Amazon it costed like $100.

Mar 7 2026, 5:36 PM · MediaWiki-Platform-Team (Radar), Security, User-Tgr, Epic, MediaWiki-Core-AuthManager

Mar 6 2026

Restricted Application added a project to T208823: Support asynchronous reauthentication: MediaWiki-Platform-Team.
Mar 6 2026, 11:36 AM · MediaWiki-Platform-Team, Security, User-Tgr, MediaWiki-Core-AuthManager
Restricted Application added a project to T136101: Rethink AuthManager::securitySensitiveOperationStatus: MediaWiki-Platform-Team.
Mar 6 2026, 11:35 AM · MediaWiki-Platform-Team, Security, MediaWiki-Core-AuthManager
Restricted Application added a project to T133040: Remember "Remember me": MediaWiki-Platform-Team.
Mar 6 2026, 11:35 AM · MediaWiki-Platform-Team, MediaWiki-Core-AuthManager
Restricted Application added a project to T197153: Make some providers optional for reauthentication: MediaWiki-Platform-Team.
Mar 6 2026, 11:34 AM · Patch-Needs-Improvement, MediaWiki-Platform-Team (Q3 Kanban Board), Security, User-Tgr, MediaWiki-Core-AuthManager
Restricted Application added a project to T168557: "Keep me logged in" check box shouldn't be shown when a logged-in user is being verified: MediaWiki-Platform-Team.
Mar 6 2026, 11:34 AM · Patch-Needs-Improvement, MediaWiki-Platform-Team, MediaWiki-Core-AuthManager
Restricted Application added a project to T197150: User right changes should require elevated security: MediaWiki-Platform-Team.
Mar 6 2026, 11:31 AM · MediaWiki-Platform-Team, Security, MediaWiki-User-management, MediaWiki-extensions-CentralAuth, Stewards-and-global-tools

Feb 9 2026

Wellverywell added a comment to T411319: Some chart modes have problems with displaying non-uniform X data.

I didn't know there was a community wish on this theme. Can you send it?

Feb 9 2026, 3:56 PM · Reader Growth Team, Charts

Jan 30 2026

Wellverywell added a comment to T411319: Some chart modes have problems with displaying non-uniform X data.

An option could be to not filter out missing data, but explicitly pass in all null rows as well, so that they have the same indices. That seems to work; see example here.

This sounds like a good idea.

Jan 30 2026, 1:17 PM · Reader Growth Team, Charts

Jan 25 2026

Wellverywell reopened T201233: Long math output unreadable on small screens due to scrolling off the side of screen as "Open".

@Jdlrobson-WMF user @Bezik on Russian Wikipedia has reported that this is actually a breaking change.
In any theme (MinervaNeue, Timeless, Vector-2022), any browser (Firefox, Vivaldi), without user CSS, when increasing browser scale/decreasing window width any punctuation marks after formulas go on the next line. Example on this page:

image.png (638×1 px, 205 KB)
image.png (653×1 px, 152 KB)

I've investigated this issue and pinned down that it's due to commit https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Math/+/1154054. What I think is happening is when window width goes below @max-width-breakpoint-tablet, width: 100% is activated even for .mwe-math-element-inline elements, which makes them non-inline, and the punctuation mark goes off. In my opinion that style should not be applied to .mwe-math-element-inline elements.

Jan 25 2026, 4:27 AM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.1; 2025-05-13), MW-1.44-notes (1.44.0-wmf.24; 2025-04-08), Verified, Readers Essential Work (Improve display of large content in Vector 2022 and Minerva skins), Design, Mobile, Math
Wellverywell reopened T201233: Long math output unreadable on small screens due to scrolling off the side of screen, a subtask of T361737: [EPIC] With the current layout, some elements extend beyond the content area and overlap sticky page tools, as Open.
Jan 25 2026, 4:27 AM · Community-Wishlist, MediaWiki-Parser, Readers Essential Work (Improve display of large content in Vector 2022 and Minerva skins), Epic, Vector 2022, Design

Jan 5 2026

Wellverywell added a comment to T413737: Disable installing a "block cookie" to a proxy-blocked anons in ruwiki.

These are different things. You are talking about the situation when admin block a user and blocks also their IPs. This ticket is about the situation when a global admin or local admin blocks an entire IP range.

Jan 5 2026, 8:38 AM · Wikimedia-Site-requests

Jan 4 2026

Wellverywell added a comment to T403020: Support date/time data type.

That issue is T411319. "then gaps in the data should be handled" is not true, they are not.

Jan 4 2026, 8:52 AM · Reader Growth Team, Wikimedia Wishathon, Charts

Dec 26 2025

Wellverywell added a project to T413518: "km" (kilometers) is not translatable in the Android app: Language and Product Localization.
Dec 26 2025, 4:14 PM · Wikipedia-Android-App-Backlog (Android Release - FY2025-26), I18n
Wellverywell added a project to T413517: Activity tab longest streak messages confuse edits and days: Language and Product Localization.
Dec 26 2025, 4:14 PM · Wikipedia-Android-App-Backlog
Wellverywell renamed T413518: "km" (kilometers) is not translatable in the Android app from Incorrect display of kilometers in the Russian-language mobile app to "km" (kilometers) is not translated to Russian in the mobile app.
Dec 26 2025, 4:12 PM · Wikipedia-Android-App-Backlog (Android Release - FY2025-26), I18n
Wellverywell renamed T413517: Activity tab longest streak messages confuse edits and days from The number of edits is mixed up in the Russian-language mobile app to The Russian translation for "X edits" in the mobile app is wrong.
Dec 26 2025, 4:10 PM · Wikipedia-Android-App-Backlog
Wellverywell renamed T413516: Error message when blocked or lacking permissions on Android App is malformed and doesn't let you copy the source code from A bug in the Russian-language Wikipedia app on Android to Bugs in the Russian-language Wikipedia app on Android.
Dec 26 2025, 4:07 PM · Wikipedia-Android-App-Backlog, Russian-Sites, Mobile

Dec 24 2025

Wellverywell added a comment to T413353: Charts mix up data when data points don't match in time.

I see even two feature requests here -- 1) adding support in Extension:Chart for null or NaN values -- making continuous lines by ignoring them, 2) adding support in Extension:JsonConfig for producing null values from Lua (and obviously 3) patching Module:Graph:Chart in the required way).

Dec 24 2025, 1:01 PM · Reader Growth Team, JsonConfig, Charts

Dec 22 2025

Wellverywell added a comment to T413353: Charts mix up data when data points don't match in time.

It's not a bug in Charts extension, it's a bug in the Graphs module on Commons. I've reported it about a month ago.

Dec 22 2025, 10:02 AM · Reader Growth Team, JsonConfig, Charts

Dec 18 2025

Wellverywell added a comment to T396269: [Epic] Charts should work at least for the use cases graphs had.

Yeah, currently I introduced with some hacks only the size parameter. Some more info here: https://phabricator.wikimedia.org/T376845#11417667

Dec 18 2025, 8:57 AM · Epic, Charts
Wellverywell added a comment to T396269: [Epic] Charts should work at least for the use cases graphs had.

There already is one. You can take the code from here: {{WikidataChart|P1082|pageIds={{{from|}}}|chart=Wikidata population (with dynamic data)}

Dec 18 2025, 8:37 AM · Epic, Charts
Wellverywell added a comment to T396269: [Epic] Charts should work at least for the use cases graphs had.

There are two required parameters, a chart and Wikidata property to display on Y axis. Have you tried the examples slightly below?

Dec 18 2025, 8:28 AM · Epic, Charts

Dec 14 2025

Wellverywell added a comment to T396269: [Epic] Charts should work at least for the use cases graphs had.

See Module:Graph:Chart and Template:WikidataChart -- effectively, we now have graphs with dynamic data (e.g. from Wikidata) working again.

Dec 14 2025, 5:22 PM · Epic, Charts

Dec 4 2025

Wellverywell added a comment to T376845: Allow editors to control size of charts.

This is pretty much the biggest issue for charts in Russian Wikipedia.

Dec 4 2025, 3:30 AM · Charts
Wellverywell raised the priority of T376845: Allow editors to control size of charts from Medium to High.
Dec 4 2025, 3:30 AM · Charts
Wellverywell raised the priority of T411315: Add support for changing colors of chart lines from Low to Medium.
Dec 4 2025, 3:29 AM · Reader Growth Team, Charts
Wellverywell raised the priority of T381768: Do not blur non-JS version of chart while loading from Low to Medium.
Dec 4 2025, 3:29 AM · Charts
Wellverywell lowered the priority of T411314: Charts don't show immediately after a change from Medium to Low.
Dec 4 2025, 3:28 AM · VisualEditor, VisualEditor-MediaWiki-2017WikitextEditor, Charts
Wellverywell raised the priority of T411314: Charts don't show immediately after a change from Low to Medium.
Dec 4 2025, 3:28 AM · VisualEditor, VisualEditor-MediaWiki-2017WikitextEditor, Charts
Wellverywell raised the priority of T411319: Some chart modes have problems with displaying non-uniform X data from Low to Medium.
Dec 4 2025, 3:27 AM · Reader Growth Team, Charts

Dec 1 2025

Wellverywell added a comment to T385344: Support specifying axis ranges (min/max) in the chart definition.

The current workaround is to just remove the points outside the intervals, but this still doesn't allow 100% the same intervals as the page author intended.

Dec 1 2025, 3:26 PM · Reader Growth Team, Charts
Wellverywell merged T411317: Add support for specifying charts plot intervals into T385344: Support specifying axis ranges (min/max) in the chart definition.
Dec 1 2025, 3:25 PM · Reader Growth Team, Charts
Wellverywell merged task T411317: Add support for specifying charts plot intervals into T385344: Support specifying axis ranges (min/max) in the chart definition.
Dec 1 2025, 3:25 PM · Charts

Nov 30 2025

Wellverywell added a comment to T411316: Add support for inverting chart axes.

No, you can't. This is exactly the "multiply the data values by -1" thing, and with it the users will see the negative values.

Nov 30 2025, 10:47 AM · Reader Growth Team, Charts
Wellverywell added a comment to T411314: Charts don't show immediately after a change.

@Johannnes89 100% related, but I don't see in that task any mentions that originally graphs also look very small, not only blurred. Also probably the 2017 editor's is another bug.

Nov 30 2025, 10:45 AM · VisualEditor, VisualEditor-MediaWiki-2017WikitextEditor, Charts
Wellverywell added a comment to T376845: Allow editors to control size of charts.

Workarounds:
With some CSS hacks, here's what I was able to achieve on Russian Wikipedia: Template:WikidataChart (Lua, CSS). I managed to limit charts width (which otherwise stretch to infinity, producing ugly white space), but it's impossible to do that after some minimal amount about 700-800 px (depends on something?). Currently there's a hack utilizing transform: scale() to scale the graphs (as CSS zoom property messes up mouse events), but this doesn't allow arbitrary sizes (for example, you can't change aspect ratio without getting completely broken labels).

Nov 30 2025, 10:42 AM · Charts
Wellverywell updated the task description for T411316: Add support for inverting chart axes.
Nov 30 2025, 7:35 AM · Reader Growth Team, Charts
Wellverywell created T411319: Some chart modes have problems with displaying non-uniform X data.
Nov 30 2025, 7:03 AM · Reader Growth Team, Charts
Wellverywell created T411318: Add support for changing chart sizes and make them sensible by default.
Nov 30 2025, 6:44 AM · Charts
Wellverywell created T411317: Add support for specifying charts plot intervals.
Nov 30 2025, 6:28 AM · Charts
Wellverywell created T411316: Add support for inverting chart axes.
Nov 30 2025, 6:26 AM · Reader Growth Team, Charts
Wellverywell created T411315: Add support for changing colors of chart lines.
Nov 30 2025, 6:22 AM · Reader Growth Team, Charts
Wellverywell created T411314: Charts don't show immediately after a change.
Nov 30 2025, 6:19 AM · VisualEditor, VisualEditor-MediaWiki-2017WikitextEditor, Charts

Nov 23 2025

Wellverywell created T410836: Contents of MediaWiki:Captchahelp-text are duplicated on Special:Captcha/help.
Nov 23 2025, 4:57 AM · ConfirmEdit (CAPTCHA extension)

Nov 22 2025

Wellverywell updated the task description for T410818: Allow Lua modules to fetch PageViews API data.
Nov 22 2025, 10:56 AM · Data-Engineering, Scribunto, Pageviews-API
Wellverywell created T410818: Allow Lua modules to fetch PageViews API data.
Nov 22 2025, 10:55 AM · Data-Engineering, Scribunto, Pageviews-API

Nov 15 2025

Wellverywell added a comment to T405861: Add support for generating non-interactive SVG images via Scribunto.

So does this mean somebody can now port Vega library to Lua (at least some very small subset of it) and we'll finally get working graphs from dynamic data (non-interactive, but still)?

Nov 15 2025, 6:35 PM · User-notice-archive, MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), SVG, Scribunto

Oct 30 2025

Wellverywell added a comment to T376955: MediaInfo.EditEntity() doesn't work for claims/statements.

Workaround:
Instead of this code (working for Wikidata):

item.editEntity(summary='my edit')

Use this (works for Commons):

data = item.toJSON(diffto=getattr(item, '_content', None))
data['claims'] = data['statements']
del data['statements']
commons.editEntity(item, data, summary='my edit')
Oct 30 2025, 1:19 PM · Pywikibot, StructuredDataOnCommons, Pywikibot-Commons, Pywikibot-Wikidata

Oct 29 2025

Wellverywell renamed T277826: Add interface for P6824 (replacement property) and P9729 (replacement value) qualifiers from Add a new qualifier for the conflicts-with constraint to specify the properties and values that should be used instead to Add interface for P6824 (replacement property) and P9729 (replacement value) qualifiers.
Oct 29 2025, 5:54 AM · Wikidata Omega Product, Wikibase-Quality-Constraints, Wikidata
Wellverywell added a comment to T277826: Add interface for P6824 (replacement property) and P9729 (replacement value) qualifiers.

I'm absolutely sure both of these properties should be implemented to display a button in the warning suggesting the user to autoreplace the incorrect value with the new one. There's just no sense in these properties without such a thing, and it seems like a trivial thing to implement.

Oct 29 2025, 5:48 AM · Wikidata Omega Product, Wikibase-Quality-Constraints, Wikidata

Oct 28 2025

Restricted Application added a project to T149672: OAuth: don't abort if the username does not exist on project: MediaWiki-Platform-Team.
Oct 28 2025, 6:16 PM · MediaWiki-Platform-Team, MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), MediaWiki-extensions-OAuth, Pywikibot-OAuth, Pywikibot
Restricted Application added a project to T168222: Querying wikidata with pywikibot fails for items with images when user is not registered for commons: cloud-services-team.

Still an issue for my bot for some random Wikinews projects:

pywikibot.exceptions.OtherPageSaveError: Edit to page [[wikidata:Q8823]] failed:
Failed OAuth authentication for wikinews:de: The authorization headers in your request are for a user that does not exist here
CRITICAL: Exiting due to uncaught exception OtherPageSaveError: Edit to page [[wikidata:Q8823]] failed:
Failed OAuth authentication for wikinews:de: The authorization headers in your request are for a user that does not exist here
Oct 28 2025, 6:14 PM · Pywikibot-Login, Pywikibot, Pywikibot-Wikidata

Oct 27 2025

Wellverywell created T408432: MediaInfo.editEntity() doesn't work in Pywikibot because Commons API requires "claims" field instead of "statements".
Oct 27 2025, 5:37 PM · Commons, Pywikibot

Aug 21 2025

Wellverywell added a comment to T402097: Develop a less resource intensive DPL-like extension for Wikimedia to replace DPL (WMF), DPL3, and DPL4.

Why not just allow only listing all of the pages from a category (+ subcategories)? This shouldn't be really resource intensive (I think?), and cover like 90% of use cases, no? If an intersection is required, just a new subcategory ould be created, same as is constantly done now.

Aug 21 2025, 12:11 PM · affects-Miraheze, DynamicPageList, MediaWiki-extension-requests

Aug 5 2025

Wellverywell triaged T401055: Mistake in declination of months in Russian in mobile application as Medium priority.
Aug 5 2025, 10:57 AM · Upstream, Wikipedia-Android-App-Backlog, I18n

Jul 17 2025

Wellverywell added a comment to T228745: Allow creating an independent "incubator wiki" instead of hosting all new wikis in one Incubator wiki with prefixes.

Why wasn't this task pushed forward?

Jul 17 2025, 3:56 PM · incubator.wikimedia.org, I18n

Jul 3 2025

Restricted Application added a project to T344877: SQL function to recover the normal hostname, to install on Wiki Replica instances: cloud-services-team.
Jul 3 2025, 5:03 PM · cloud-services-team, Data-Services
Wellverywell added a comment to T120085: RFC: Serve Main Page of Wikimedia wikis from a consistent URL.

On what exactly is this task stalled? AFAICS it was planned to be done in early 2020?

Jul 3 2025, 6:35 AM · Community-consensus-needed, Wikimedia-Performance-recommendation, Traffic-Icebox, Fundraising-Backlog, Editing-team, Parsing-Team--ARCHIVED, User-notice, Platform Engineering, SRE, TechCom-RFC, SEO, Wikimedia-Site-requests

Jul 2 2025

Wellverywell created T398448: HTTP 503 errors trying to reach Wikipedia: 2025-07-02 s4 overload.
Jul 2 2025, 2:02 PM · DBA, serviceops-deprecated, MW-1.45-notes (1.45.0-wmf.8; 2025-07-01), MW-1.44-notes, Wikimedia-Incident, SRE

Mar 19 2025

Wellverywell created T389379: Cannot enable WebAuthn.
Mar 19 2025, 3:38 PM · Wikimedia-production-error, MediaWiki-extensions-OATHAuth

Feb 28 2025

Wellverywell updated the task description for T387549: Wikipedia central page (https://www.wikipedia.org) fails to load with Too Many Redirects error.
Feb 28 2025, 9:12 AM · Wikimedia-Apache-configuration, SRE, Wikimedia-production-error, Wikimedia-Portals
Wellverywell updated the task description for T387549: Wikipedia central page (https://www.wikipedia.org) fails to load with Too Many Redirects error.
Feb 28 2025, 9:09 AM · Wikimedia-Apache-configuration, SRE, Wikimedia-production-error, Wikimedia-Portals
Wellverywell added a comment to T387549: Wikipedia central page (https://www.wikipedia.org) fails to load with Too Many Redirects error.

image.png (963×1 px, 27 KB)

Feb 28 2025, 9:08 AM · Wikimedia-Apache-configuration, SRE, Wikimedia-production-error, Wikimedia-Portals
Wellverywell triaged T387549: Wikipedia central page (https://www.wikipedia.org) fails to load with Too Many Redirects error as Unbreak Now! priority.
Feb 28 2025, 8:29 AM · Wikimedia-Apache-configuration, SRE, Wikimedia-production-error, Wikimedia-Portals
Wellverywell created T387549: Wikipedia central page (https://www.wikipedia.org) fails to load with Too Many Redirects error.
Feb 28 2025, 8:25 AM · Wikimedia-Apache-configuration, SRE, Wikimedia-production-error, Wikimedia-Portals

Feb 9 2025

Wellverywell added a comment to T377849: Deprecate {{outdent}} in favor of per-script pure visual behavior.

Another example of outdent creating a mess:

*** A
{{outdent}}
* B, reply to A
** C, reply to B
*** D, reply to C
**** E, reply to... D or A?
Feb 9 2025, 8:01 PM · Chinese-Sites, Convenient-Discussions, DiscussionTools

Dec 5 2024

Wellverywell added a comment to T381547: Wikis were dead for several minutes on 2024-12-05.

Seems it became better.

Dec 5 2024, 5:09 AM · Wikimedia-Incident
Wellverywell updated the task description for T381547: Wikis were dead for several minutes on 2024-12-05.
Dec 5 2024, 4:55 AM · Wikimedia-Incident
Wellverywell added a comment to T381547: Wikis were dead for several minutes on 2024-12-05.

Currently they either do not open at all (as described above), or open very slowly.

Dec 5 2024, 4:44 AM · Wikimedia-Incident
Wellverywell updated the task description for T381547: Wikis were dead for several minutes on 2024-12-05.
Dec 5 2024, 4:41 AM · Wikimedia-Incident
Wellverywell created T381547: Wikis were dead for several minutes on 2024-12-05.
Dec 5 2024, 4:40 AM · Wikimedia-Incident

Oct 24 2024

Wellverywell added a comment to T378076: Parsercache issues in codfw causing large-scale outage.

This happens on any page on any wiki trying to open it while logged-in.

Oct 24 2024, 11:15 AM · SRE, DBA, Wikimedia-production-error

Oct 22 2024

Wellverywell created T377849: Deprecate {{outdent}} in favor of per-script pure visual behavior.
Oct 22 2024, 2:10 PM · Chinese-Sites, Convenient-Discussions, DiscussionTools

Nov 10 2023

Wellverywell updated the task description for T350930: Almost impossible to access and impossible to do anything other with a page starting with a valid language prefix.
Nov 10 2023, 6:08 AM
Wellverywell created T350930: Almost impossible to access and impossible to do anything other with a page starting with a valid language prefix.
Nov 10 2023, 6:06 AM

Sep 12 2023

Wellverywell updated the task description for T346172: All Wikimedia projects inaccessible on 2023-09-12 for several minutes.
Sep 12 2023, 4:58 PM · SRE
Wellverywell updated the task description for T346172: All Wikimedia projects inaccessible on 2023-09-12 for several minutes.
Sep 12 2023, 4:55 PM · SRE
Wellverywell created T346172: All Wikimedia projects inaccessible on 2023-09-12 for several minutes.
Sep 12 2023, 4:54 PM · SRE