tfsaggregator / tfsaggregator-webhooks

WARNING: the team is no more maintaing this version. See aggreggator-cli instead.
https://github.com/tfsaggregator/aggregator-cli
19 stars 22 forks source link

Support for TEST button #12

Closed giuliov closed 5 years ago

giuliov commented 6 years ago

TFS/VSTS has a test button in the WebHook setup wizard. As it sends bogus data (non-exising URLs), TFS Aggregator fails with an exception, translated to an HTTP 500 code.

Add an explicit check for these URLs so it does not fail and replies some "hello world" with HTTP 200.