User Details
- User Since
- Oct 7 2014, 2:31 PM (556 w, 2 d)
- Availability
- Available
- LDAP User
- Umherirrender
- MediaWiki User
- Umherirrender [ Global Accounts ]
Wed, Jun 4
Tue, Jun 3
Sounds similiar to T389536: Selenium timeouts can cause the job to remain stuck until the build times out, which takes this for all extensions.
Mon, Jun 2
When getting upload warnings and stash errors with UploadStashBadPathException, the stash errors can be ignored.
In case of warnings from the api module the uploaded file is stashed (and can be seen at Special:UploadStash). This allows easier upload after warnings by providing the filekey and a better filename (for example).
Sat, May 31
Fri, May 30
That is a helpful feature when clicking throw a patch set.
The codesniffer is a tool for developer, it not running in wmf production. There is T266890 to discuss the release process.
Thu, May 29
Using the generator executes the requested api module and collects the pages, with this list the generator collects the data from all prop modules and combine it into a result.
The order is lost here to allow a better combine.
There is no way to preserve the random value from generator to the output.
Would say that this needs some work on how the generator collects data (ApiPageSet). Not very likly this feature can be implemented.
Wed, May 28
Mon, May 26
Sun, May 25
After fixing many of the non-static data provider in wmf-deployed code (T332865) I have tested PHPUnit on core. My demo patch can be found under https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1149986.
This should not block any other work to upgrade PHPUnit 10, feel free to start your own work, starting on my work or not, mention my work or not.
Sat, May 24
Thu, May 22
Wed, May 21
The linktarget view should get also an exists check on the new table. Append to the existing where: or exists ( select 1 from existencelinks where exl_target_id = lt_id )
Tue, May 20
The data for the data provider are stored in lua files. To access lua files a LuaEngine is needed. To create a LuaEngine some non-static parts of the test case are used/needed, to get engine name or for a template callback.
Mon, May 19
Sat, May 17
Sorry for the confusion, I have read the task description as there was a problem with the captcha backend and moved the tasks to the ConfirmEdit board and also marked it as production error.
Fri, May 16
CentralNotice is special about deployment, see T179536: Unexpected side-effect of CentralNotice wmf_deploy branch strategy
Thu, May 15
Your SQL indicates you want all category member of that category, but https://en.wikipedia.org/wiki/Category:A-Class_Austria_articles has no articles in it.
Wed, May 14
Mon, May 12
Happens sometimes, see T17430: Uploads sometimes are incomplete: file is there, but image page is missing
Chould be the result from https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1140725 / T362324
Sun, May 11
Linking your change: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1143959
It is for the same reason invalid as T393824: Mediawiki/includes/http not compatible with psr/http-message version 1.1
Sat, May 10
The error is about return type declarations resulting in a mismatch for the function signature.
Fri, May 9
Thu, May 8
Wed, May 7
Created a patch set to move the mocks into it's test function as a "quick win" (as this is only low priority and maybe fall out some day of the work queue)