Page MenuHomePhabricator

Add CheckUser as a dependency
Open, Needs TriagePublic

Description

Based on the investigation results of T342786, we need to add CheckUser as a dependency on Nuke.

Acceptance criteria:

  • Check user is added as a dependency. If there is any broken functionality, it should be fixed.

Event Timeline

I'm pretty sure Nuke doesn't need to check IP addresses on Recent Changes. It should work using actor only. Looking at the code, I think usages of rc_user_text should be replaced by an actor name

I'm pretty sure Nuke doesn't need to check IP addresses on Recent Changes. It should work using actor only. Looking at the code, I think usages of rc_user_text should be replaced by an actor name

Per T342785, we're planning to extend Nuke to enable users to nuke all pages created by temporary accounts originating from a particular IP address. Because of this, we'll need to query the CU table to fetch temporary accounts used by an IP.