This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 31f7cfc3 fix: i18n files
new db7e0808 fix: typo
new 7ced6400 feat: Add "Privacy Policy" and "Terms of Service" link in
footer (#1217)
new d9bd3a26 feat: remove user config
new ac8d0278 fix: rename DeleteUserBadge to DeleteUserBadgeAward
The 4 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:
cmd/command.go | 2 +-
cmd/wire_gen.go | 8 ++---
internal/migrations/migrations.go | 2 +-
internal/repo/activity_common/activity_repo.go | 2 +-
internal/repo/badge_award/badge_award_repo.go | 9 +++++
internal/repo/notification/notification_repo.go | 16 +++++++++
.../repo/plugin_config/plugin_user_config_repo.go | 8 +++++
internal/service/activity_common/activity.go | 2 +-
internal/service/badge/badge_award_service.go | 2 ++
internal/service/content/question_service.go | 2 +-
.../service/notification_common/notification.go | 2 ++
.../service/plugin_common/plugin_common_service.go | 1 +
internal/service/user_admin/user_backyard.go | 41 +++++++++++++++++++---
ui/src/components/Footer/index.tsx | 20 +++++++++--
14 files changed, 101 insertions(+), 16 deletions(-)