Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Releases: alleyinteractive/hubot-code-review

v1.4.2 Final Release

17 Apr 19:56
630ca88
Compare
Choose a tag to compare

Important Note:

This represents the final release of hubot-code-review as the project is no longer actively maintained and the repository will be archived (see README).

Users interested in a replacement may wish to consider Helperbot via the Slack app store as an alternative.

Release Notes:

Update some dependencies and attempt to resolve 'channel ghosts' by storing room and channel_id directly.

v1.4.1 Alpha [pre-release]

21 Nov 21:49
2ad52f4
Compare
Choose a tag to compare
Pre-release

This is an internal testing release to diagnose a rare case when room names are not properly propagating.

v1.4.0 Alpha [pre-release]

10 Nov 14:30
001c533
Compare
Choose a tag to compare
Pre-release

This is an internal testing release

Minor Release: 1.3.2

20 Sep 13:28
Compare
Choose a tag to compare

This release:

  • Incorporates a new HUBOT_CODE_REVIEW_HOUR_MESSAGE variable thanks to @jaredcobb
  • Ignores CR releated robot.hear messages if they originate from a slack bot

v1.3.1

05 Apr 21:23
a2440af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Minor release: bumping min node version and fixing redis dependency

29 Nov 19:44
59078c6
Compare
Choose a tag to compare

Because we're incrementing the node/npm version here, this release is marked as MINOR, though it technically is just a dependency update

Hotfix Patch Release: Fix #channel mentions with Slack update

06 Oct 17:58
Compare
Choose a tag to compare

Starting yesterday(?), Slack started passing along all references to other room names as internal links (so #my_channel is reported to hubot as <#C000000|> or similar).

This will fix the regex to 'hear' those IDs and notify accordingly when the user specifies a notification option after the PR like

#52 #my_channel

Patch release

27 Sep 19:01
Compare
Choose a tag to compare

Ensure package.json version matches published version 1.2.1

Minor: Rely on Slack to link the channel name when notified

27 Sep 18:52
8bc357f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Minor: 'Changes Requested' sends DM instead of channel notice

22 Dec 18:09
Compare
Choose a tag to compare

thanks to @anubisthejackle for the commit

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.1.0