Skip to content

Latest commit

 

History

History
293 lines (236 loc) · 6.5 KB

CHANGELOG.md

File metadata and controls

293 lines (236 loc) · 6.5 KB

Changelog

0.19.7

Bugfixes

  • Fixed saving messaged for reminder
  • Fixed duty create

0.19.6

Bugfixes

  • Fixed reminder feature

0.19.5

Bugfixes

  • Fixed hider reason disable feature

0.19.4

Bugfixes

  • Fixing hide reason feature
  • Code cleanup
  • Fixing answer at non-working hours and working hours
  • Fixing problems actions with nil values

0.19.3

Bugfixes

  • Deleted not used code

0.19.2

Bugfixes

  • Fixed creation of duty for other users.
  • Improved error handling.

0.19.1

Bugfixes

  • Fixed issue with new lines \n in custom answer.

0.19.0

Improvements

  • Improved help description
  • Updated documentation
  • Code refactoring

0.18.3

Bugfixes

  • Reminder fixes
  • Help documentation fixes

0.18.2

Bugfixes

  • Fixing version display in help

0.18.1

Bugfixes

  • DB migration fixes

0.18.0

Improvements

  • Added command to display known problems for channel #169
  • Added command to display solution for substring of known problem #169

0.17.1

Bugfixes

  • DB migration fixes

0.17.0

Improvements

  • Security updates of dependencies
  • Added feature to enable bot answer at working time #192
  • Added feature to tag reporter in thread
  • OpsGenie code moved to lib folder
  • MessageProcessor moved to lib folder
  • Commands help refactored

0.16.3

Bugfixes

  • Fixes memory leak in sync git repos

0.16.2

Bugfixes

  • Fixes in skip logic

0.16.1

Bugfixes

  • Date fixes

0.16.0

Improvements

  • Added more logic around skipping repos without new changes

0.15.0

Improvements

  • Added skip repo sync if last import was less 1 day ago

0.14.2

Bugfixes

  • Deleted hardcoded params

0.14.1

Bugfixes

  • Deleted wrong name in response

0.14.0

Improvements

  • Added multithreading for sync git repos
  • Added pull request commits discovery
  • Added additional logging for sync git repos

0.13.2

Improvements

  • Increased limit for elements

0.13.1

Improvements

  • Fixes in sync git repos

0.13.0

Improvements

  • Better logging of sync git repos
  • Added sync of non default branches

0.12.1

Bugfixes

  • Layout and constraint fixes

0.12.0

Features

  • Added new action git commits - it will return last 10 user commits

0.11.0

Features

  • Added Bitbucket Datacenter commits report feature

0.10.4

Bugfixes

  • Gem::LoadError: can't activate sqlite3 (~> 1.4), already activated sqlite3-2.2.0-x86_64-linux-gnu.

0.10.3

Improvements

  • Update ruby up to 3.3.6

0.10.2

Improvements

  • Dependencies updates

0.10.1

Improvements

  • Deleting no needed code
  • Improved statistic output.
  • Added channel labels merge

0.10.0

Improvements

  • Added MIT license
  • Updated dependencies
  • Removed vagrant files
  • Added labels feature for threads and show statistic for last 9 weeks
  • Changed user status to custom

0.9.0

Bugfixes

  • OpsGenie rake task fixes
  • Updated version in Gemfile

Improvements

  • Known-problem reply feature doesn't trigger if problem is in a code block #134
  • No non-working-hours message if known-problem reply triggered #135

0.8.1

Bugfixes

  • Small bugfixes

0.8.0

Improvements

  • Added option create action in chat with bot #124

0.7.1

Bugfixes

  • Check for nil #85.

0.7.0

Improvements

  • Added command hide reason #113.
  • Added display custom message #116
  • Added display hours for person on duty #100
  • Added option mark thread as replied #99
  • Added support of winter/summer time. #70

Bugfixes

  • Check for nil #85.

Fixes

  • Fixed publishing docker image with latest tag.
  • Fixed reminder of not answered requests.

0.6.8

Improvements

  • Added github flow
  • Added Makefile to build project and tag it
  • Added versioning from CHANGELOG.md

0.6.7

Improvements

  • Added actions table, bot will suggest "actions" on certain "problems"
  • Bump addressable,puma,nio4r due to security issues

0.6.6

Improvements

Fixes

0.6.5

Fixes

  • Fixing reminder do not remind about events

0.6.4

Fixes

  • Fixing answers in threads

0.6.3

Fixes

  • Fixed constant replies from bot in thread
  • Fixed saving messages with empty message id

0.6.2

Fixes

  • Fixed reminder logic for saved messages.
  • Dockerfile fixed broken apt-get

0.6.1

Fixes

  • Fixed rake execution task.

0.6.0

Fixes

  • Fixed bug with missed answers in old threads.

Features

  • Reminder about threads without replies.

0.5.0

Improvements

  • Added view web page to see answers.

Fixes

  • Fixed usage of undefined variable.

0.4.0

Improvements

  • Working hours now in UTC time in messages, to avoid confusing people.
  • Some old code refactored.

Features

  • Added option to set custom text in bot answers.

0.3.3

Improvements

  • Added OpsGenie escalation.

0.3.2

Improvements

  • Docker build optimisation.
  • Update translation.

0.3.1

Fixes

  • Fixed rotation function.

Changelog

0.3.0

Improvements

  • Logging switched to info mode.
  • Added link on slack message in alert.

0.2.1

Fixes

  • Fixed missed variables and translation.

0.2.0

Features

  • Syncing duty schedule from OpsGenie 25.

Fixes

  • Display working hours in local time of requester 8.
  • Stop replying on messages in channel from duty person 26.

0.1.0

Features

  • Call duty person over OpsGenie service.
  • User can enable themselves in channel as a duty person.
  • Users in channel can ask bot who is on duty?
  • User can tell to bot create/update/delete his (user) duty schedule in channel.
  • User can set own status lunch/work/holidays.
  • In non working time bot will reply on all messages in channel with option escalate it.
  • Bot have internal Web UI: 127.0.0.1:3000.
  • Web page list of duties in channels with delete option.
  • Web page list of users.
  • Web page list of replied messages.