Just noting that I'm working on this for pagination support (currently it only searches the page you are currently on)
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Today
Yesterday
In T416813#11609567, @Samwilson wrote:That's odd. I can't replicate. What is your config for $wgLocalisationCacheConf?
Wed, Feb 11
As mentioned on gerrit:
[samtar@deploy2002 ~]$ kube-env mw-cron codfw [samtar@deploy2002 ~]$ kubectl get jobs -l team=community-tech NAME STATUS COMPLETIONS DURATION AGE pageassessments-cleanup-29509722 Complete 1/1 8s 2d10h pageassessments-cleanup-29511162 Complete 1/1 7s 34h pageassessments-cleanup-29512602 Complete 1/1 8s 10h purge-loginnotify-29509860 Complete 1/1 27s 2d7h purge-loginnotify-29511300 Complete 1/1 32s 31h purge-loginnotify-29512740 Complete 1/1 25s 7h43m
Pretty much covered this in T416291: Update action=watch API to accept label IDs now, given that the labels will replace all that the page had (i.e. making it possible to add/remove labels)
Request
{ "action": "watch", "format": "json", "labels": "1|2", "titles": "Main Page", "formatversion": "2" }
Just an initial run at this (currently just a title search) - should probably get some design input but went with:
nb. I've opted to return both the label ID and label name, e.g.
Tue, Feb 10
In T417005#11601433, @Jdforrester-WMF wrote:Dupe of T416983 or is this different?
Mon, Feb 9
On pickle_storage02 volume, mounted to /pickles-02
PICKLE_FOLDER_AR = '/pickles-02/ar'
+PICKLE_FOLDER_EU = '/pickles-02/eu' # Moved from /pickles/eu @ 2026-02-09, T407660
PICKLE_FOLDER_FR = '/pickles-02/fr'
PICKLE_FOLDER_HU = '/pickles-02/hu'
PICKLE_FOLDER_ID = '/pickles-02/id'
I've been doing some cleaning up of pickle files which are over 4 years old in preparation for moving eu/es/de to pickles-02
Created the pickles-03 volume (5000GB), mounted at /pickles-03
just a snapshot of state:
samtar@wikiwho01:~$ df -h | grep /dev/sd /dev/sda1 20G 18G 738M 97% / /dev/sda15 124M 11M 114M 9% /boot/efi /dev/sdc 4.9T 4.2T 423G 92% /pickles /dev/sdb 4.9T 2.7T 2.0T 58% /pickles-02
hey @HMonroy - taking a look :)
Wed, Feb 4
Mon, Feb 2
Tue, Jan 27
Fix merged to master & backported to .13 to roll on this weeks' train
Mon, Jan 26
Thu, Jan 22
Wed, Jan 21
wikiadmin2023@10.192.11.10(testwiki)> show tables like "watchlist_label%"; +---------------------------------------+ | Tables_in_testwiki (watchlist_label%) | +---------------------------------------+ | watchlist_label | | watchlist_label_member | +---------------------------------------+ 2 rows in set (0.001 sec)
As we want to create these tables for testwiki initially, and then all wikis after, I intend to run
Jan 14 2026
Jan 5 2026
Drive-by comment that the ./whoisit.sh utility mentioned in https://wikitech.wikimedia.org/wiki/Nova_Resource:Deployment-prep/Blocking_and_unblocking#Unblocking_an_IP_or_network is using bgpview.io which shut down recently, in case anyone wants to find a replacement
Dec 17 2025
Dec 16 2025
In T412304#11461416, @GMikesell-WMF wrote:@TheresNoTime Did you want the same thing for mobile to be centered?
Dec 15 2025
Dec 11 2025
If it helps, so far with testing this the cases where I'm not on the first page of results and it works an offset value is sent in the payload, and where it fails the offset value is missing
In T411843#11447480, @Samwilson wrote:That sounds like a bug. Surely we don't want it showing if the feature flag is off?
Dec 10 2025
(have assumed that given the "Labels" toolbar item appears regardless of the feature flag being enabled that the help button linking to Special:WatchlistLabels is fine appearing too)
Current patch:
- sets wgEnableWatchlistLabels as default false for prod (no change from config var's default
- sets wgEnableWatchlistLabels as true for enwiki on the beta cluster
Dec 4 2025
At the moment, I have just the label names being returned via
$wl = []; foreach ( $labels as $label ) { $wl[] = $label->getName(); }
giving:
{ "batchcomplete": true, "query": { "userinfo": { "id": 1, "name": "Admin", "watchlistlabels": [ "fox", "label1", "label2", "label3", "label4" ] } },
Nov 24 2025
Oct 23 2025
Oct 14 2025
coincides with my backport for https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/1196061 finishing, but that change is unrelated..
