Skip to content

Releases: phospodka/slackhub

v0.3.0

23 Aug 02:56
Compare
Choose a tag to compare

Worked on a number of features, reorganized the code to be more reusable, and nearing completion of core functionality. Added support for notifications based on labels, notifications based on individual repositories, and maintainers feature that sets up ability to receive notifications for all PRs for a repository. Added support for admins users that can create notification configs for channels.

v0.2.0

11 Jul 03:16
Compare
Choose a tag to compare

Separated out many of the concepts into their own file instead of being contained within one. Added the bulk of web hook functionality which required the additional dependency of flask so we can create a sink. Channel scraping is still maintained but will be going away in the next release to remove the dependency of my specific fork of slakbot. It does still have some awkwardness to starting. You'll want to either make sure you start slackhubbot.py from the directory it is in, or add the directory to the path so it can include all the other files while running.

v0.1.0

26 Apr 05:05
Compare
Choose a tag to compare

This is the really base version before I refactor. It supports basic keyword mentions from message scraping a channel looking for the specific #bot_text message that is sent by the modified slackbot project. It does work, but it is not pretty,