Skip to content

Releases: hubot-js/hubot.js

v1.6.1

01 May 14:02
ad32cc1
Compare
Choose a tag to compare

Update gear-code-review version

v1.6.0

22 Apr 00:04
9c934cc
Compare
Choose a tag to compare

Update gear-code-review version

Remove package with security issue

v1.4.0

23 Jan 00:31
671a2a5
Compare
Choose a tag to compare

Changes strategy to restart hubot in case of connection loss

The previous method to try to reconnect when losing the connection to Slack was not working. It has been changed to perform a periodic check to indicate if the bot is online. If not, the Node process will be terminated. A restart command was added to start the Docker container. This way, in case of loss of connection, the Node process will be closed and the container will be automatically restarted.

Update gear-code-review

The gear-code-review database file is now saved in the user folder to make it easier to map volumes with Docker.

v1.3.2

09 Dec 11:38
ec342fc
Compare
Choose a tag to compare

Fix issue with database permission

Docker was running as a root user, causing some problems in saving the database file. Now the application runs with a user named node. The command to execute the image has been updated in the README.

Update gear-code-review

It's now possible to pass a supplementary text when asking for the review

v1.3.1

03 Dec 23:28
Compare
Choose a tag to compare

Fix bot name

Fix issue #59

Add gear-code-review

Add gear to asking for code reviews

Reconnect when lose connection

Add event to reconnect when lose connection

v1.1.1

29 May 01:05
Compare
Choose a tag to compare

Update Node version

Updated Node version used in Docker image and Travis build to 7.10.0

Update gear-jenkins version

Update gear-jenkins to get new version that resolves a bug with the database

1.1.0

29 May 00:57
Compare
Choose a tag to compare

Multiple languages

Now the hubot has the ability to speak in different languages. So far the supported languages are English and Portuguese.

Standardization of commands

Commands used directly in a chat with the bot no longer need their name as a prefix. In a channel the name of the bot as a prefix is still required.

Hubot commands in help

Hubot commands are now displayed in the help command

v1.0.0

29 Nov 03:03
Compare
Choose a tag to compare

Version 1.0.0 is the first stable version of hubot.js. Some features have been added such as the ability to choose which use gears, and configuration using Slack.