sonyxperiadev / gerrit-events

MIT License
47 stars 62 forks source link

Add hashtags-changed event #83

Closed defer closed 5 years ago

defer commented 5 years ago

With the arrival of NoteDB[1], gerrit now supports hashtags on changes which might open interesting use-cases, like go's use of hashtags for managing CL[2].

This patch adds support for the hashtag changed event.

[1] https://gerrit-review.googlesource.com/Documentation/note-db.html [2] https://github.com/golang/go/issues/24836

rsandell commented 5 years ago

Sorry for the delay in reviewing