插件目录 » Intouch
|
作者 | Igor Olemskoi (Southbridge) |
---|---|---|
网站 | https://github.com/southbridgeio/redmine_intouch | |
代码仓库 | https://github.com/southbridgeio/redmine_intouch.git | |
注册时间 | 2015-12-02 (超过8年前) | |
当前版本 | 1.5.1 | |
兼容 | Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x | |
用户评分 |
Redmine工单更新提醒插件,当任务在预期时间内未更新时,向分配者和全局定义的抄送用户发送电子邮件提醒。
安装说明
1. 将仓库克隆到您的redmine/plugins目录
git clone https://github.com/southbridgeio/redmine_intouch.git
2. 安装依赖项
bundle install
3. 运行迁移
rake redmine:plugins:migrate
4. 按照以下链接中的说明启动Sidekiq和Telegram机器人:https://github.com/centosadmin/redmine_intouch/blob/master/README.md
变更日志
1.5.1 (2020-01-28)
兼容Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x。
- 从gemfile中删除sidekiq-rate-limiter
- 从构建矩阵中删除ruby 2.7.0
1.5.0 (2020-01-10)
兼容Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x。
- 添加插件弃用警告
- 修复项目设置页面性能
- 实现消息预览
- 不要向已更新的用户发送更新
- 不要向非活动用户发送实时更新
- 处理Telegram群组升级错误
- 设置Telegram速率限制
- 在Telegram中使用HTML格式
- 修复幂等性
1.4.0 (2018-12-26)
兼容Redmine 4.1.x, 4.0.x, 3.4.x。
- 适用于Redmine 4
- 修复sidekiq中的设置缓存问题
v1.4.0引入了Redmine 4支持。如果您正在运行Redmine 4,则需要运行此任务
RAILS_ENV=production bundle exec rake intouch:fix_settings
以修复与Rails 5的兼容性。
1.3.0 (2018-08-08)
兼容Redmine 3.4.x, 3.3.x。
- 使用redmine_bots而不是redmine_telegram_common
- 添加Slack支持(以及对自定义协议的透明支持)
- 修复redmine_helpdesk集成
1.2.1 (2018-04-26)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
- 修复帮助台插件支持
1.2.0 (2018-04-12)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
- 修复rack-protection问题
- 在cron作业编辑页面添加时区通知
- 添加assigner_roles设置
- 添加/notify命令
- 添加redmine_telegram_common依赖
1.1.1 (2018-04-05)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
- 修复状态更新消息
- 将问题项目更新发送到组
- 添加redmine-helpdesk支持
1.1.0 (2018-03-01)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
警告!从本版本开始,我们所有的Telegram插件都使用来自redmine_telegram_common设置的通用机器人。
- 更新telegram-bot-ruby
- 使用来自redmine_telegram_common的机器人
1.0.2 (2018-02-20)
兼容Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
- 修复循环依赖问题
- 添加机器人碰撞检查
- 不要向非活动用户发送通知
- 修复状态更新消息
1.0.1 (2017-08-01)
兼容Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
- 添加Rails 5.1支持
- 修复uninitialized constant TelegramMessageSender::Telegram
- 从插件代码中删除git使用
- 修复LiveHandlerWorker未找到问题
- 修复mail from字段
1.0.0 (2017-06-30)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
需要redmine_telegram_common 0.1.0或更高版本。
- 升级redmine_telegram_common到版本0.1.0
- 从telegrammer迁移到telegram-bot-ruby
- Telegram机器人可以通过getUpdates或WebHooks工作。
- Telegram rake机器人默认绑定到tmp/pids。
0.6.2 (2017-05-23)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.6.0 (2017-03-30)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.5.3 (2017-03-17)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
0.4.0 (2016-12-20)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
变更日志: https://github.com/centosadmin/redmine_intouch/blob/master/CHANGELOG.md
从版本0.2开始,此插件使用https://github.com/centosadmin/redmine_telegram_common插件。
0.2.1 (2016-09-01)
兼容Redmine 4.0.x, 3.5.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x。
错误修复。
0.1.12 (2015-12-02)
兼容Redmine 3.2.x, 3.1.x。