Skip to content

Commit

Permalink
153 (#167)
Browse files Browse the repository at this point in the history
## 0.10.2 
### Improvements
- Dependencies updates
  • Loading branch information
mr-exz authored Apr 4, 2024
1 parent d8abffa commit 2a7b143
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.7.6
ruby-2.7.8
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 0.10.2
### Improvements
- Dependencies updates

## 0.10.1
### Improvements
- Deleting no needed code
Expand All @@ -15,7 +20,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 +66,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 +115,7 @@

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

## 0.3.2
### Improvements
Expand All @@ -133,14 +138,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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.6-slim
FROM ruby:2.7.8-slim
ARG DOCKER_IMAGE_TAG

ENV DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "2.7.6"
ruby "2.7.8"
gem "rubocop"
gem "slack-ruby-bot", "~> 0.16.1"
gem "async-websocket", "~> 0.8.0"
Expand All @@ -22,7 +22,7 @@ gem "rails", "~> 6.1.7.4"
# Use sqlite3 as the database for Active Record
gem "sqlite3"
# Use Puma as the app server
gem "puma", "~> 5.6.7"
gem "puma", "~> 5.6.8"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0", ">= 6.0.0"
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 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 All @@ -363,7 +363,7 @@ DEPENDENCIES
whenever

RUBY VERSION
ruby 2.7.6p219
ruby 2.7.8p225

BUNDLED WITH
2.1.4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ with escalation option.
* [Changelog](./CHANGELOG.md)
* [Docker](https://hub.docker.com/r/mrexz/whoisondutytoday)
* ![Build](https://github.com/mr-exz/whoisondutytoday/actions/workflows/docker-build.yml/badge.svg)
* ![Known Vulnerabilities](https://snyk.io/test/github/mr-exz/whoisondutytoday/badge.svg)


## Features
Expand Down

0 comments on commit 2a7b143

Please sign in to comment.