Page MenuHomePhabricator

Update SQL output for Phabricator WMF QLS report mails
Closed, ResolvedPublic

Description

Related to ticket: T362804

For the next quarterly report and moving forward, the SQL output should include the following fields:

  • PHID
  • Author
  • Status
  • Owner
  • Date Closed Date
  • Closer
  • Priority
  • Subtype
  • URL
  • Title
  • Created Date
  • Days between Created and Closed
  • Tags (see below for more information)
  • Subscribers (names of folks subscribed to the task)

Example of information captured in Tags:

  • MW-1.42-notes (1.42.0-wmf.25; 2024-04-02)
  • MediaWiki-Platform-Team
  • MediaWiki-libs-BagOStuff
  • Regression
  • Chinese-Sites
  • Patch-For-Review
  • VPS-project-Codesearch

Event Timeline

Dzahn renamed this task from Update SQL output to Update SQL output for Phabricator WMF QLS report mails.Jul 24 2024, 6:50 PM
Dzahn updated the task description. (Show Details)

All items listed above except for the last two entries are 1:1 relations, thus easy.

The last two items (Tags, Subscribers) are 1:many relations, thus SQL query output does not allow rendering, say, 10 subscriber names in the "same" query output field/row. I'd put them into a separate query each, as I do not have a better idea how to provide/render such info in a meaningful way.

Aklapper triaged this task as Medium priority.

Change #1056992 had a related patch set uploaded (by Aklapper; author: Aklapper):

[operations/puppet@production] Include tags and subscibers in quarterly Phabricator data for WMF QLS

https://gerrit.wikimedia.org/r/1056992

Change #1056992 merged by Dzahn:

[operations/puppet@production] Include tags and subscibers in quarterly Phabricator data for WMF QLS

https://gerrit.wikimedia.org/r/1056992

Thanks a lot, email looks as expected!

I wish good luck to the folks who have to go through all that data and manually identify and remove false positives.