Skip to content

glenbot/err-reviewboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

err-reviewboard

Monitors Review Board for new review requests and displays them in your chat room

For more information about err you can find it here: https://github.com/gbin/err

Installation and Configuration

Dependencies

config.py

Make sure you have all the required reviewboard settings in the err config.py

RB_API_URL='http://uri-to-your-rb-install/api/'
RB_USERNAME='yourusername'
RB_PASSWORD='yourpassword'

Intstallation

Make sure the plugin is in the BOT_EXTRA_PLUGIN_DIR path and it will get auto-discovered.

Known issues

Currenly if the URI of your API is under a subdirectory ex (http://your-uri/reviewboard/api), the linking in the chat will not work correctly. The API endpoint that review board provides does not have a solid link to the review unless you make two queries to the API. Code just needs to be updated.

About

Err bot that displays the latest reviews from review board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages