org_heigl/captainhook_sendtime_backend_tine2
Composer 安装命令:
composer require org_heigl/captainhook_sendtime_backend_tine2
包简介
Send the time from a time-entry in your git commit-message to a Tine2.0 instance
README 文档
README
A small addition to CaptainHook that will send timing-entries from your commit-messages to your Tine2.0 instance.
That way you can track your times via your commit-messages.
This is a backend implementation for the sendtime-addon to CaptainHook
Usage
Add this to your captainhook.json-File. Make sure to adapt the relevant values.
{
"post-commit" : {
"enabled" : true,
"actions" : [{
"action": "\\Org_Heigl\\CaptainHook\\Hooks\\SendTime\\SendTimeAction",
"options": {
"account" : "Tine2.0 Action-ID",
"backendfactory" : "\\Org_Heigl\\CaptainHook\\Hooks\\SendTimeTine2Backend\\Tine2Factory",
"username" : "Tine 2.0 Username",
"passwordfile" : "Path/to/a/file/containing/your/Tine2.0/login/password",
"uri" : "https://tine20.example.net"
}
}]
}
}
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-26