Skip to content

add bugzilla auto-assign/reference support

Harald Sitter requested to merge sitter/gitlab-react:work/bugz into master

automatically post a comment and assign a bugzilla bug report if the BUG or FEATURE or CCBUG keyword is used. to facilitate this all data processing is now in the worker inside a generic process() method rather than the server as the server wants to return ASAP anyway, so loading json blobs runs counter to that.

regexes shamelessly stolen from our hookslib

from proposal @ https://markmail.org/message/4for6c7punhax3aj

TODO

  • I am wondering if selectively enabling for only plasma/* for starters might make sense
Edited by Harald Sitter

Merge request reports