RFR: 386: Move PR notification handling to the mailing list bridge

Robin Westberg rwestberg at openjdk.java.net
Mon Apr 27 13:20:16 UTC 2020


Hi all,

Please review this change that moves the handling of PR integration notices from the notifier to the mailing list
bridge. The notifier will continue to post the traditional `git:` messages only. This change also makes it easier to
change the prefix handling, as this is now done in a single place.

It also checks if a PR has been integrated "manually" by a user with write access that uses the web UI integration
button.

Best regards,
Robin

-------------

Commit messages:
 - Remove unused prefix handling from the notifier
 - Let the mlbridge post integrated notices for PRs
 - Drop notifier support for posting in PR threads

Changes: https://git.openjdk.java.net/skara/pull/605/files
 Webrev: https://webrevs.openjdk.java.net/skara/605/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/SKARA-386
  Stats: 471 lines in 9 files changed: 141 ins; 301 del; 29 mod
  Patch: https://git.openjdk.java.net/skara/pull/605.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/605/head:pull/605

PR: https://git.openjdk.java.net/skara/pull/605


More information about the skara-dev mailing list