← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/launchpad/subscribe-to-tag-bug-151129 into lp:launchpad/devel

 

The proposal to merge lp:~allenap/launchpad/subscribe-to-tag-bug-151129 into lp:launchpad/devel has been updated.

Description changed to:

This adds the ability to subscribe to tags as part of a structural
subscription. It was already possible to subscribe to the presence or
absense of tags, just not specific tags (presence or absense thereof).

The implementation is perhaps interesting. Because set operations need
to be performed, it's not enough to simply left join to the subscribed
tags table (BugSubscriptionFilterTag). So, in this implementation I've
used PostgreSQL ARRAY types.


-- 
https://code.launchpad.net/~allenap/launchpad/subscribe-to-tag-bug-151129/+merge/40324
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/launchpad/subscribe-to-tag-bug-151129 into lp:launchpad/devel.



References