This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
from d99270e build(render-markdown-codehighlight): bump version to 0.2.2
new 9d75869 feat: add wecom notification
new 19bf88c feat: update package name for find plugins
new 0126396 feat: update package name for find plugins in go.mod
new e0fbafb Revert "feat: update package name for find plugins in go.mod"
new cded6aa feat: update notication-wecom package name and version
new d0b0cc7 feat: adjust apache header and recheck code
new 8a25e44 feat: format code and add notification-wecom to README.md
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 1 +
notification-wecom/README.md | 35 ++++++++++
notification-wecom/README_CN.md | 35 ++++++++++
.../config.go | 4 +-
notification-wecom/docs/wecom-config.png | Bin 0 -> 104028 bytes
{connector-dingtalk => notification-wecom}/go.mod | 3 +-
.../go.sum | 4 +-
.../i18n/en_US.yaml | 49 +++++---------
notification-wecom/i18n/translation.go | 53 +++++++++++++++
.../i18n/zh_CN.yaml | 48 ++++---------
notification-wecom/info.yaml | 5 ++
.../notification_wecom.go | 74 ++++++++++++++-------
.../schema.go | 11 ++-
.../user_config.go | 4 +-
14 files changed, 221 insertions(+), 105 deletions(-)
create mode 100644 notification-wecom/README.md
create mode 100644 notification-wecom/README_CN.md
copy {notification-dingtalk => notification-wecom}/config.go (94%)
create mode 100644 notification-wecom/docs/wecom-config.png
copy {connector-dingtalk => notification-wecom}/go.mod (94%)
copy {notification-dingtalk => notification-wecom}/go.sum (98%)
copy {notification-dingtalk => notification-wecom}/i18n/en_US.yaml (55%)
create mode 100644 notification-wecom/i18n/translation.go
copy {notification-dingtalk => notification-wecom}/i18n/zh_CN.yaml (55%)
create mode 100644 notification-wecom/info.yaml
copy user-center-wecom/notification.go =>
notification-wecom/notification_wecom.go (70%)
copy {notification-dingtalk => notification-wecom}/schema.go (82%)
copy {notification-dingtalk => notification-wecom}/user_config.go (97%)