Skip to content

TfsNotificationRelay v1.12.0

Compare
Choose a tag to compare
@kria kria released this 11 Aug 22:45
· 102 commits to master since this release

Changelog

New

  • A new notifier that can send DMs to Slack users. Slack API is used (instead of incoming webhook) so a Slack bot user with API token is needed. Mapping between domain users and Slack users also needs to be set up. See config file for an example.
  • Inheritance of bot settings and rules using the new basedOn attribute.
  • Filtering by branch and tag for Git push and pull requests.
  • Customizable formatting of Git branch and tag: branchFormat, tagFormat, refSeparator.

Fixes

  • Ref update rows pointing to old commits are now ordered according to
    commit date.
  • The natural (alphanumerical) order of tags on the same row was messed
    up if both lightweight and annotated tags pointing to the same commit
    was pushed.

Known issues

  • The 2015 release won't work on any of the release candidates, only RTM.