sonyxperiadev / gerrit-events

MIT License
47 stars 62 forks source link

hashtags: Also convey added and removed hashtags #84

Closed defer closed 5 years ago

defer commented 5 years ago

The hashtags-changed event also includes the added and removed hashtags on a change, which may be interesting to trigger on. This patch adds the getAddedHashtags/getRemovedHashtags to the HashstagsChanged event.

One sample usecase would be that of an embargo'ed change which gets built whenever the 'embargo' hashtag is removed.