TFS Sticky Buddy layout fun…

I had a lot of fun trying to lay out my TFS Sticky Buddy project using Windows Forms, and eventually decided that it was way to fiddle doing it in a Forms based application. It was not just that tables and panels don’t work as I expected, but that there were way to many bits […]

TFS Sticky Buddy Codeplex project

I hade been looking with envy at the digital whiteboard experiment, and with dismay at the lack of open source for the project. So… I will be creating a version of the Sticky Buddy idea that will run off Team Foundation Server and allow teams to display information on the status of their development on […]

New Event Handlers

Naked ALM Consulting Logo

I have added an extra event handler to the TFS Event Handler (Prototype), and this makes two. Assigned To Handler The Assigned to handler send a users an email when a work item is assigned to them unless they did the assigning themselves. Reassigned Handler The reassigned handler send an email to a user to […]

TFS Event Handler (Prototype) Refresh

I found a couple of bugs in the TFS Event Handler Prototype release. As I am still supporting this release (many people use it in production) I have fixed the bugs and uploaded new installers. The config files have not changed, so you should make a copy of your config file before you uninstall the […]

TFS Event Handler CTP 2 Released

I have just uploaded CTP 2 of the TFS Event Handler.This is a fully functional version of the application and I will be releasing documentation for this in due course, but all configuration of team servers and events is handled through the TFS Event Handler Explorer, but all Event Handlers are setup manually. I have […]

TFS Event Handler CTP1 Released

I have just released a new version of the TFS Event Handler. This is a really rough version and you should not be used in a production environment. Event handler system will work in this version, but a manual config is required, and the user interface is a bit flaky. Also all errors that occur […]

TFS Event Handler Revisited

As I now have a TFS server in the office and we have  Go-Live on 1st February I will be revisiting the TFS Event Handler prototype. I think there is too much work in the main code to get it working, but I should be able to rework the Prototype for Visual Studio 2008 and […]

TFS Event Handler gets 3 stars from Accentient

All be it it is only popularity, but they are stars non the less… Willy-Peter Schaub brought and update of the Team System Widgets page to my attention and I remembered that I had submitted the TFS Event Handler I built and headed over to take a look. Its even second from the top … […]

TFS Event Handler in .NET 3.5

I have decided to have a little go at creating a Team Foundation Server Event Handler in .NET 3.5 that is resilient and scaleable. I will be using as many of the features of Team Suit as I can, but bear with me as there are a few things that are new to me. TFS Event […]

TFS Event Handler Prototype Feedback

I would be interested in finding out if anyone is using the TFS Event Handler I created on CodePlex. The main reason for this is to solicit feedback for the process and integration capabilities. The TFS Event Handler removes the need to integrate with the Team Foundation Server events. It provides a simple API for […]