User Details
- User Since
- Apr 16 2024, 8:33 PM (103 w, 3 d)
- Availability
- Available
- IRC Nick
- katherine_g
- LDAP User
- Kgraessle
- MediaWiki User
- KGraessle-WMF [ Global Accounts ]
Yesterday
Thu, Apr 9
Does that sound ok to you?
I was chatting in RTL that this may make more sense to implement as a follow on to the pinia store refactor in T422607: Define and add Pinia storage for PersonalDashboard Review Changes module.
Wed, Apr 8
This is very minor, but it looks like there's now more spacing between the Review Changes header and the Header Message:
Tue, Apr 7
Hi @MNeisler, question for you now that we've turned on enwiki with a 10% sampling rate.
How will this impact retention rate measurements? For example, if we're only sampling 10% but miss a second visit (if the user wasn't sampled during the second visit) then our retention rates will incorrectly look like they are lower?
Not sure if you have already addressed this or not, but just curious what you recommend?
Mon, Apr 6
Tue, Mar 31
Verified this is fixed on patch demo, but would love others to test on various phones to make sure there are no regressions.
Ok, sounds fine to me, thanks for catching that though!
What would we like the log description message to be?
Maybe something like:
"This is a log of edits that AutoModerator would have reverted."
Mon, Mar 30
Stalling this while we figure out an automated testing strategy for the team.
Thu, Mar 26
Verified that this is working as expected on idwiki.
Resolving as @Samwalton9-WMF is now able to view the dashboard without crashing.
Wed, Mar 25
It does not appear that external links are allowed to be rendered in log lines, should we update the link to be a local one that then redirects to mediawiki https://www.mediawiki.org/wiki/Moderator_Tools/Automoderator?
Tue, Mar 24
What do we want the log action and action type to be?
See here for an example: https://www.mediawiki.org/wiki/Manual:Log_actions.
Mon, Mar 23
Fri, Mar 20
Is the logstash error we're seeing, indicating that the query for retrieving reviewed edit count is timing out.
$revisionCount = $this->dbr ->newSelectQueryBuilder() ->field( '1' ) ->table( 'revision' ) ->join( 'change_tag', null, 'ct_rev_id = rev_id' ) ->join( 'change_tag_def', null, 'ctd_id = ct_tag_id' ) ->where( [ 'rev_actor' => $actorId, 'ctd_name' => [ 'mw-undo', 'mw-reverted', 'mw-manual-revert' ] ] ) ->limit( 1000 ) ->caller( __METHOD__ ) ->fetchRowCount();
