getpatchwork / patchwork

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
GNU General Public License v2.0
273 stars 82 forks source link

[Feature] Support filtering patch tags #566

Closed rossburton closed 10 months ago

rossburton commented 11 months ago

We use a single mailing list for all patches, and differentiate whether the patches are for master or specific stable branches with [FOO] tags in the subject:

Subject: [PATCH v3][mickledore] Frob the foobar

It would be really helpful if patchwork supported extracting these tags and letting them be filtered. If I'm doing patch review for master I don't want to see patches for stable branches.

stephenfin commented 10 months ago

This is a long-time feature request. Alas, we've yet to figure out a way to do this in a way that doesn't kill the database. We'll get there eventually. Closing as a duplicate of #22.