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 8e42d3d fix: replace TextCensorResult with textCensorResult
new 2b50e8e Create user center slack and integrate with importer
new b1e4437 Fix readme and integrate notification
new 81a8ba0 Fix i18n
new 67bb89a Importer logic change
new 90d3920 With slash command /ask
new 262cf43 Fix slack_user_center
new d296971 Update info.yaml
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:
notification-slack/README.md | 26 +-
notification-slack/config.go | 106 +++---
notification-slack/go.mod | 96 +++---
notification-slack/go.sum | 309 +++++++++---------
notification-slack/i18n/en_US.yaml | 192 ++++++-----
notification-slack/i18n/translation.go | 124 ++++---
notification-slack/i18n/zh_CN.yaml | 190 ++++++-----
notification-slack/info.yaml | 44 +--
notification-slack/schema.go | 106 +++---
notification-slack/slack_notification.go | 356 +++++++++++----------
notification-slack/user_config.go | 302 +++++++++--------
user-center-slack/README.md | 38 +++
user-center-slack/client.go | 176 ++++++++++
{user-center-wecom => user-center-slack}/config.go | 294 +++++++++--------
{user-center-wecom => user-center-slack}/cron.go | 80 ++---
{notification-lark => user-center-slack}/go.mod | 44 +--
.../go.sum | 101 +++---
user-center-slack/handler.go | 149 +++++++++
.../i18n/en_US.yaml | 237 +++++++-------
user-center-slack/i18n/translation.go | 87 +++++
.../i18n/zh_CN.yaml | 235 +++++++-------
user-center-slack/importer.go | 178 +++++++++++
{user-center-wecom => user-center-slack}/info.yaml | 44 +--
.../notification.go | 305 ++++++++----------
user-center-slack/schema.go | 110 +++++++
user-center-slack/slack_user_center.go | 251 +++++++++++++++
.../user_config.go | 302 +++++++++--------
27 files changed, 2793 insertions(+), 1689 deletions(-)
create mode 100644 user-center-slack/README.md
create mode 100644 user-center-slack/client.go
copy {user-center-wecom => user-center-slack}/config.go (71%)
copy {user-center-wecom => user-center-slack}/cron.go (85%)
copy {notification-lark => user-center-slack}/go.mod (55%)
copy {notification-dingtalk => user-center-slack}/go.sum (68%)
create mode 100644 user-center-slack/handler.go
copy {user-center-wecom => user-center-slack}/i18n/en_US.yaml (88%)
create mode 100644 user-center-slack/i18n/translation.go
copy {user-center-wecom => user-center-slack}/i18n/zh_CN.yaml (82%)
create mode 100644 user-center-slack/importer.go
copy {user-center-wecom => user-center-slack}/info.yaml (89%)
copy notification-slack/slack_notification.go =>
user-center-slack/notification.go (61%)
create mode 100644 user-center-slack/schema.go
create mode 100644 user-center-slack/slack_user_center.go
copy {notification-dingtalk => user-center-slack}/user_config.go (69%)