[wp-meta] [Making WordPress.org] #5453: Allow users to view their props launched in a release

Making WordPress.org noreply at wordpress.org
Mon Sep 28 04:31:04 UTC 2020


#5453: Allow users to view their props launched in a release
-------------------------+---------------------
 Reporter:  Mista-Flo    |       Owner:  (none)
     Type:  defect       |      Status:  new
 Priority:  normal       |   Milestone:
Component:  Trac         |  Resolution:
 Keywords:  needs-patch  |
-------------------------+---------------------
Changes (by dd32):

 * milestone:  Improved Search =>


Comment:

 Just noting that I looked into creating a trac report for this.

 Two immediate issues I encountered:
  - Having to use a regular expression to parse the `Props ...,...,...`
 list (`Props.+$USER.+$`)
  - Trac no having a very useful Commit -> Ticket mapping list, the
 revisions are stored in a table that's effectively `( repository, commit
 number, commit text )` and not linked to tickets at all, Trac tickets
 contain a comment that references the commit but it's just a regular
 comment and queryable without filtering every trac comment. Which lead to
 parsing the Commit message for the `See #.....` which is where I gave up
 for now.

 This would probably be better done as a separate table and trac plugin
 and/or external tooling.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5453#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list