Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Releases: parautenbach/TeamCity-HipChat-Notifier

Contributors when build started and including branch info where available

31 Mar 22:02
Compare
Choose a tag to compare
  • Enhancement: The branch will be rendered as part of the notification for VCSs that uses branches.
  • Enhancement: The ability to reload rooms when configurating the API URL and token.
  • Enhancement: Switched from StringTemplate to Freemarker for better MVC separation.
  • Enhancement: Contributors will now be rendered also in the build started notification.

Contributors would only be included if they have a name on the build server

25 Mar 22:34
Compare
Choose a tag to compare

Bug: Contributors would only be included if they have a name (and not only a username) on the build server.

Server extension registration failed when emoticons couldn't be retrieved during initialisation

22 Mar 08:32
Compare
Choose a tag to compare

If emoticons can't be retrieved during plugin initialisation, the server extension's registration will fail (#10).

Made the project/build configuration a clickable link.

18 Mar 15:03
Compare
Choose a tag to compare

Made the project/build configuration a clickable link.

List the contributors to a build

17 Mar 20:58
Compare
Choose a tag to compare

Enhancement: List the contributors to a build (if available).

Clickable links in messages to the build

16 Mar 22:27
Compare
Choose a tag to compare

Notification messages now include a clickable build number link. See: #5.

Bug fix for project configuration when implicitly inheriting default or parent project configuration

13 Mar 19:44
Compare
Choose a tag to compare

When the project implicitly inherits from the default configuration (if it's the root project) or the parent configuration (if it's a subproject), the room ID of the corresponding configuration was used, instead of indicating clearly to the user that the default or parent configuration is used.

Disable or enable build and server events

08 Mar 16:51
Compare
Choose a tag to compare

Build and server events can now be globally enabled or disabled.

Hierarchical per-project configuration

01 Mar 19:43
Compare
Choose a tag to compare
  • Feature: Allow setting different rooms for different projects, and allow to use the default configuration or none, or inherit from the parent project. As a consequence, server up and down events are sent to only the default room, if configured.
  • Improvement: Instead of entering a room ID, it can now be selected from a dropdown list of available rooms.
  • Improvement: Added a button on the configuration page to test the API credentials.
  • Bug: Fixed UI bug where disabling the plugin after saving settings didn't respond.

First release.

08 Feb 18:18
Compare
Choose a tag to compare

This is the first release of this new HipChat notifier server plugin for TeamCity.