I'm trying my best to help with things around here ☺️.
User Details
- User Since
- Sep 13 2015, 6:40 AM (546 w, 3 d)
- Availability
- Available
- IRC Nick
- xSavitar
- LDAP User
- Alangi Derick
- MediaWiki User
- X-Savitar [ Global Accounts ]
Dec 7 2025
Dec 6 2025
Dec 3 2025
After some local testing, I noticed the following:
- Setting EVENTLOGGING_IMAGE=docker-registry.wikimedia.org/repos/data-engineering/eventgate-wikimedia:v1.26 (as recommended in your comment above) gives an error when I try to recreate the event logging container:
mwcli [master] mw docker eventlogging create [+] Running 1/1 ✘ eventlogging Error manifest for docker-registry.wikimedia.org/repos/data-engineering/eventgate-wikimedia:v1.26 not found: manifest unknown: manifest unknown 4.1s Error response from daemon: manifest for docker-registry.wikimedia.org/repos/data-engineering/eventgate-wikimedia:v1.26 not found: manifest unknown: manifest unknown ERROR exit status 1
That was because the image version is v1.26.0, not v1.26. Verified here: https://docker-registry.wikimedia.org/repos/data-engineering/eventgate-wikimedia/tags/
Oct 14 2025
Oct 3 2025
Aug 10 2025
May 4 2025
I'll close this as declined. Maybe this was happening because of an out of date extension but if this comes up again, I'll find a possible root cause but I don't think it will.
May 2 2025
Actually the issue is the opposite (spoke with the reporter at the WMHackathon 2025 now) of what was reported here: T362669: docker-compose.yml `version` is now obsolete with Docker Desktop v4.29.0
Yeah that looks like a duplicate of the tasks @Douginamug mentioned above. Could you update your build and see if this is still happening? I'll close this task as duplicate but please reopen if you still face this issue.
Apr 4 2025
Feel free to resolve the task if all looks good.
Aug 6 2024
Please change you remote configuration to use https for fetching:
git remote set-url origin https://gerrit.wikimedia.org/r/mediawiki/core.git git remote set-url --push ssh://gerrit.wikimedia.org:29418/mediawiki/core.git
Aug 3 2024
Jun 3 2024
Jan 31 2024
Sep 26 2023
Jul 9 2023
Jun 5 2023
Jun 1 2023
Thanks Aklapper. Done!
May 30 2023
A tab character when URL encoded gives %09 and when used as part of a page name/title, it's normalized to a bad title from my tests with User:%09Foobar etc. Maybe we should validate the input and error that the username is invalid rather than try to normalize to a name that doesn't match the input?
This should be fine now. Please reopen if error still occurs.
May 29 2023
May 22 2023
May 21 2023
May 14 2023
Should we be consistent and use a action-based config for the exclusion of namespaces as well?
May 12 2023
May 9 2023
May 4 2023
Per https://www.mediawiki.org/wiki/Extension:Lingo (the version bump for MW and also the composer package), this is now done!
@Schtom, sounds like a reasonably feature per the use case you mentioned above. Adding 2 more configuration variables/setting (as it's called nowadays) is not a bad idea but let's not make them too many because once we introduce them, it's hard to remove :).