All Projects → kria → Tfsnotificationrelay

kria / Tfsnotificationrelay

Licence: gpl-3.0
An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC

Projects that are alternatives of or similar to Tfsnotificationrelay

Yii2 Slack Log
Pretty Slack log target for Yii 2
Stars: ✭ 24 (-80%)
Mutual labels:  slack, notifications
Craft Brief
Quick, easy, and customizable user-group notifications for Craft CMS.
Stars: ✭ 47 (-60.83%)
Mutual labels:  slack, notifications
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (-79.17%)
Mutual labels:  slack, irc
Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (+486.67%)
Mutual labels:  slack, notifications
Gocd Slack Build Notifier
GoCD (gocd.org) plugin to push build notifications to Slack
Stars: ✭ 96 (-20%)
Mutual labels:  slack, notifications
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+505.83%)
Mutual labels:  slack, notifications
Synology Notifications
Synology notifications service
Stars: ✭ 47 (-60.83%)
Mutual labels:  slack, notifications
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+3610%)
Mutual labels:  slack, irc
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (-30%)
Mutual labels:  slack, irc
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-57.5%)
Mutual labels:  slack, irc
Laravel Failed Job Monitor
Get notified when a queued job fails
Stars: ✭ 582 (+385%)
Mutual labels:  slack, notifications
Ravenx
Notification dispatch library for Elixir applications
Stars: ✭ 100 (-16.67%)
Mutual labels:  slack, notifications
Znc Push
Push notification service module for ZNC
Stars: ✭ 519 (+332.5%)
Mutual labels:  notifications, irc
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (-84.17%)
Mutual labels:  slack, irc
Alertmanager
Prometheus Alertmanager
Stars: ✭ 4,574 (+3711.67%)
Mutual labels:  slack, notifications
Push Fcm Plugin
Official Firebase Cloud Messaging plugin for Push.js v1.0 🔥
Stars: ✭ 37 (-69.17%)
Mutual labels:  plugin, notifications
Yetibot
🤖 Extreme chatops bot for Slack and IRC 🔧 New contributors welcome 🏗
Stars: ✭ 311 (+159.17%)
Mutual labels:  slack, irc
Chronos
📊 📊 📊 Monitors the health and web traffic of servers, microservices, and containers with real-time data monitoring and receive automated notifications over Slack or email.
Stars: ✭ 347 (+189.17%)
Mutual labels:  slack, notifications
Honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly!
Stars: ✭ 48 (-60%)
Mutual labels:  plugin, irc
Parrot
A package to rotate text and party with parrots at the same time
Stars: ✭ 99 (-17.5%)
Mutual labels:  plugin, slack

TfsNotificationRelay

TfsNotificationRelay is an extensible plugin for Team Foundation Server that sends notifications to Slack, HipChat and IRC.

Build status

Integrations

  • Slack
  • HipChat
  • IRC
  • SMTP
  • Microsoft Teams

Third-party Integrations

Features

  • Notify multiple targets
  • Rule-based event filtering
  • Regex filtering on collection, project, repository, branch etc.
  • Configurable notification format
  • Notification links back to event in TFS web
  • Extensible to support other targets

Supported Events

  • XAML Build completion
  • vNext Build completion*
  • Build quality change
  • Work item update
  • Team project creation/deletion
  • Release creation*
  • Release deployment*
  • Git
    • Push and force-push
    • Pull request*
    • Comment on Pull request*
    • Comment on Commit*
    • Repository created
    • Repository renamed/deleted*
    • Branch created/deleted
    • Tag created/deleted (both lightweight and annotated)
    • Ref updated
  • TFVC
    • Checkin
    • Comment on changeset*

*TFS 2015 only

Screenshots

Slack screenshot

HipChat screenshot

TFS version support

Since the TFS API changes quite frequently, there are multiple editions of TfsNotificationRelay. Make sure you pick the correct one for your system.

  • TfsNotificationRelay for TFS 2013 (2013.2+)
  • TfsNotificationRelay for TFS 2015 (2015.2+)
  • TfsNotificationRelay for TFS 2017
  • TfsNotificationRelay for TFS 2017.1
  • TfsNotificationRelay for TFS 2017.2

Discontinued support (last builds available in v1.16.0):

  • TfsNotificationRelay for TFS 2015 RTM
  • TfsNotificationRelay for TFS 2015.1

Download

Download from releases.

Installation & Configuration

See the wiki on how to install and configure TfsNotificationRelay.

Building

Visual Studio 2015 is required since TfsNotificationRelay uses C# 6. All needed TFS dependecies are included, so you should be able to just clone and build.

Branches

Branch Description Status
master TfsNotificationRelay for TFS 2017.2 master status
tfs2017.1 TfsNotificationRelay for TFS 2017.1 tfs2017.1 status
tfs2017 TfsNotificationRelay for TFS 2017 tfs2017 status
tfs2015 TfsNotificationRelay for TFS 2015.2+ tfs2015 status
tfs2013 TfsNotificationRelay for TFS 2013.2+ tfs2013 status

Extending TfsNotificationRelay

TfsNotificationRelay can easily be extended to send notifications to other services. Notifier modules referenced in the configuration file will be loaded dynamically at run time, so TfsNotificationRelay doesn't have to be recompiled.

  1. Start a new class library project.
  2. Add a reference to DevCore.TfsNotificationRelay.dll.
  3. Create a class that implements the single method in INotifier. Take a look at the SlackNotifier class for pointers.
  4. Build and drop in your new dll in the Plugins directory on the server.
  5. Add a new bot element in DevCore.TfsNotificationRelay.dll.config with the correct assembly-qualified type name and settings.

License

Copyright (C) 2014-2017 Kristian Adrup

TfsNotificationRelay is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See included file COPYING for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].