User Details
- User Since
- Feb 17 2021, 3:53 PM (194 w, 3 d)
- Roles
- Disabled
- LDAP User
- Unknown
- MediaWiki User
- TThoabala (WMF) [ Global Accounts ]
Nov 23 2023
Sep 6 2023
I have created a separate ticket to write tests on T345747
Aug 30 2023
Aug 29 2023
Aug 25 2023
Aug 23 2023
Aug 18 2023
Aug 17 2023
QA notes
Because of this change https://gitlab.wikimedia.org/repos/mediawiki/services/ipoid/-/merge_requests/28,
Aug 16 2023
Aug 11 2023
Jul 26 2023
Jul 24 2023
Jul 21 2023
The documentation describes behavior as an array of behavior tags for an IP Address.
This is similar to T341605 which was declined because as per documentation we should only get a boolean for anonymous column.
see comment on this patch
Jul 19 2023
Jul 16 2023
Jul 14 2023
@GMikesell-WMF as per the documentation here , anonymous should actually be a boolean, so we should not be expecting the data we got. I have created a ticket to update the column to a boolean T341880.
and I am going to proceed with closing this ticket.
Jul 12 2023
LGTM! thanks
Jul 11 2023
@dom_walden I didn't realise this can include false, I can move this back to in progress and create a separate patch. thank you.
Jul 7 2023
This should be covered by this merge request https://gitlab.wikimedia.org/repos/mediawiki/services/ipoid/-/merge_requests/27
The schema has been updated to accept null on this merge request.
I will move this to along with T339359
Jul 6 2023
As stated this happens when tunnels.type is not set, we could update the schema and make type and anonymous columns nullable.
Is it expected that some entries won't contain this data in production data? @STran
Jul 5 2023
UserGroupManager::addUserToGroup is only called on the user set by this variable wgMassMessageAccountUsername. this can only be done by an admin and it is u likely that an admin can set this to a temporary username.
Jul 4 2023
Jul 3 2023
Jul 2 2023
Jul 1 2023
I think it valid that this ticket is also declined as per T326921#8534054
As Prevent LDAP Authentication from setting preferences for temporary accounts
was declined on the same grounds.
The call here is made by the script that is used to generate sample notifications
Class: documentation: GenerateSampleNotifications
A maintenance script that generates sample notifications for testing purposes.
Jun 29 2023
Looks good to me. thanks
Jun 28 2023
Jun 27 2023
All calls on this seem to only be coming from tests(see code search link above).
Jun 23 2023
@GMikesell-WMF This looks like may be the expected behaviour, I think for we will need to tick Apply block to logged-in users from this IP address for the block to affect temporary users as well?
Jun 21 2023
Jun 18 2023
Jun 15 2023
Jun 14 2023
PR found here https://github.com/wikimedia/mw-node-qunit/pull/31