Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Apr 4, 2024
1 parent 16ff5b5 commit e669811
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 0.11.0
### Improvements
- Added `action list` to display known actions in channel [#169](/../../issues/169)
- Added `allow list` to perform call on duty person [#153](/../../issues/153)
- Added Jira integration to create tasks from threads [#13](/../../issues/13)
- Added option to set 2 custom answers, working and non working time [#154](/../../issues/154)
- Added release notes announces

## 0.10.1
### Improvements
- Deleting no needed code
Expand All @@ -15,7 +23,7 @@

## 0.9.0
### Bugfixes
- Opsgenie rake task fixes
- OpsGenie rake task fixes
- Updated version in Gemfile
### Improvements
- Known-problem reply feature doesn't trigger if problem is in a code block [#134](/../../issues/134)
Expand Down Expand Up @@ -61,8 +69,8 @@
## 0.6.6
### Improvements
- Switched to Ruby 2.7.3
- [Rake job to sync person on call from OpsGenie shedule.](https://github.com/mr-exz/whoisondutytoday/issues/55)
- [Improved sync with OpsGenie shedule.](https://github.com/mr-exz/whoisondutytoday/issues/29)
- [Rake job to sync person on call from OpsGenie schedule.](https://github.com/mr-exz/whoisondutytoday/issues/55)
- [Improved sync with OpsGenie schedule.](https://github.com/mr-exz/whoisondutytoday/issues/29)

### Fixes
- [Fixed no replies to messages with attachments](https://github.com/mr-exz/whoisondutytoday/issues/56).
Expand Down Expand Up @@ -110,7 +118,7 @@

## 0.3.3
### Improvements
- Added Opsgenie escalation.
- Added OpsGenie escalation.

## 0.3.2
### Improvements
Expand All @@ -133,14 +141,14 @@

## 0.2.0
### Features
- Syncing duty schedule from Opsgenie [25](https://github.com/mr-exz/whoisondutytoday/issues/25).
- Syncing duty schedule from OpsGenie [25](https://github.com/mr-exz/whoisondutytoday/issues/25).
### Fixes
- Display working hours in local time of requester [8](https://github.com/mr-exz/whoisondutytoday/issues/8).
- Stop replying on messages in channel from duty person [26](https://github.com/mr-exz/whoisondutytoday/issues/26).

## 0.1.0
### Features
- Call duty person over Opsgenie service.
- 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.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ GEM
racc
popper_js (1.16.1)
public_suffix (5.0.3)
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -346,7 +346,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mail
nokogiri (>= 1.13.10)
puma (~> 5.6.7)
puma (~> 5.6.8)
rails (~> 6.1.7.4)
rubocop
sass-rails (~> 6.0, >= 6.0.0)
Expand Down

0 comments on commit e669811

Please sign in to comment.