Skip to content

Releases: AndelaOSP/wirebot

v1.1.0

28 May 11:55
v1.1.0
Compare
Choose a tag to compare

New Features

  • #43 Adds a '/status' endpoint to notify GCP that the server is up and running
  • #40 Newly created incidents trigger a Slack notification in the appropriate P&C channel
  • #35 A Slack notification is sent to a Slack monitoring channel when the cron job completes execution
  • #32 Errors on the bot server are logged to a Slack monitoring channel in the form of a notification
  • #31 Adds a cron job that POSTs new P&C Slack channel members' details to the API for creation on the backend every Monday at 10PM
  • #29 Sets up docker for Wirebot

v1.0.0

04 Apr 10:24
Compare
Choose a tag to compare

New Features

  • #25 Notify tagged witnesses
  • #23 Post incident to API
  • #12 Send user info to API
  • #11 Validate subject of incident entered
  • #10 Capture subject of incident entered
  • #9 Validate witnesses entered
  • #8 Validate location entered where incident took place
  • #7 Validate description of incident entered
  • #6 Validate date entered when incident occurred
  • #5 Define the incident reporting bot workflow

Improvements

  • #20 Setup ESLint
  • #14 Cleanup package.json
  • #13 Update project README

Bug Fixes

  • #26 Fix Heroku deploy yarn.lock error
  • #15 Fix subject length validation bug