Sorry for my late reply. I was running composer install --no-dev --ignore-platform-reqs from the root of MediaWiki, using the merge plugin to merge OAuth composer.json into the root. Previously, when the above error appears, the merge plugin fallbacks by removing merged contents, leaving extension dependencies uninstalled.
I tested again and it seems that only when --ignore-platform-reqs is used, the error appears. I apologize for my previous vague description. The patches fixed the issue! Thank you!
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sat, Nov 22
Sat, Nov 15
Aug 29 2025
I just released a series of new versions. mwtitle 0.2.6, parsoid 0.10.0, wikipedia_prosesize 0.3.0, mwapi 0.7.0, mwapi_responses 0.5.0, mwbot 0.7.0. Enjoy new features!
Aug 28 2025
Aug 23 2025
I am at school this and next weeks, sorry, so I will look into this next Saturday. It would be appreciated if someone else could release it. cc @Legoktm @mirror-kt
Jul 5 2025
Jun 28 2025
May 30 2025
May 24 2025
May 4 2025
Apr 18 2025
Hi @dcaro, wmgmc_monitoring is okay. Thanks!
Apr 13 2025
I tried to fix it, manually triggered a build for mwbot-rs and mwseaql and it seems that coverage report now works.
I temporarily ignored that test because it is constantly failing: https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/-/commit/377a605775799f21e2850ec6dbe29f1486a61b7a
Apr 12 2025
Apr 4 2025
Mar 22 2025
Mar 21 2025
The token store also needs to be flushed once api_url is updated.
Feb 22 2025
@taavi thank you! I have updated the task description to a group request.
cargo binstall toolforge, probably. The crate is published on crates.io as toolforge instead of toolforge-tunnel.
Feb 16 2025
Feb 11 2025
Thank all of you for looking into this (:
Feb 4 2025
not completely. after sending the request for more times, the ETag is continuously missing but hit-local seldomly become hit-front (also without etag), however, it will become hit-local again shortly (basically in next request).
What's the difference between hit-local and hit-front?
Feb 3 2025
( Just to record, in my tests, repeating querying one URL made its ETag disappear (:
Feb 1 2025
Jan 23 2025
Have you forked the repository? I couldn't see your fork repository on gitlab.
Jan 22 2025
btw it seems that the GitLab approval request queue is now suspended and requests are not being handled for unknown reasons (:
Making it not dismissable sounds good to me (:
Jan 20 2025
Hi. If your gitlab account is already activated, you could first click the fork button and push changes to your fork, then make a merge request to send your code for review. If not, you should follow the banner on gitlab.wikimedia.org to activate it.
Jan 19 2025
You can claim by youself, by clicking the Edit Task on the right of this page, add yourself to "Assignee" and save.
Jan 11 2025
Hi! Thanks for your interest in mwbot-rs.
First of all, to let others know that you are working on this task, you should claim this task, by clicking "Edit Task" at the right of this page, and add yourself to "Assignee".
Then you need to clone the repository (if you does not have a WMF GitLab account, you can clone with HTTP before your account is activated) and make code changes.
The general idea of this task has been clearly explained in the description (if you still have other questions, you can ask here or just do as what you think is right).
To submit your code, you will need to request for an account on https://gitlab.wikimedia.org/ first, then make a merge request to https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot .
Jan 5 2025
Jan 4 2025
For your GitLab account, according to the GitLab banner, you may need to fill out [ https://phabricator.wikimedia.org/maniphest/task/edit/form/117/ | this form ] on Phabricator to activate your account.
You should fork the repository and then clone your fork. You may be added a a member of the mwbot-rs org so you can directly clone and push to the mwbot-rs/mwbot repository.
Jan 1 2025
Dec 31 2024
Dec 20 2024
@Priyanshu_Chahal Thanks for your contribution to the mwbot-rs project! Please submit your MR to https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot , where most development of mwbot-rs happens. The old mirror on gitlab.com is outdated.
@Priyanshu_Chahal Hi! You may implement your code in the mwbot crate: https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/-/tree/main/mwbot.
Nov 23 2024
As in T380675, I created a new rc release for mwbot, which should include the fix.
This is actually fixed by d6a97188f526 ("mwbot: Fix revisions generator"). Please verify if this issue still exists in the latest code.