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 86cf384b Merge branch 'feat/1.4.3/ui' into test
add b31d644b fix: Fix render comments with line breaks
add 6203b5b4 fix: use TrimSpace
add 30534ad0 feat: Check HTML comments in question, answer or comments
add 4a74eed4 feat: Add permanently delete
add 15cbfa87 fix: Optimize user delete
add d91e3c20 fix: get user info error
add 81832913 fix: Apply code from review
add 57b153c9 feat(user): add FilterEmptyString function and apply to user
ID filtering
add 0df7bec0 fix: parse user Accept-Language
new be8098a4 Merge branch 'dev' into test
The 1 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:
docs/docs.go | 55 ++++++++++++++++++++++
docs/swagger.json | 55 ++++++++++++++++++++++
docs/swagger.yaml | 35 ++++++++++++++
i18n/en_US.yaml | 15 +++++-
i18n/zh_CN.yaml | 15 +++++-
internal/base/constant/user.go | 6 +++
internal/base/middleware/accept_language.go | 34 ++++++-------
internal/base/reason/reason.go | 3 ++
.../controller_admin/user_backyard_controller.go | 20 ++++++++
internal/repo/activity/vote_repo.go | 3 ++
internal/repo/answer/answer_repo.go | 8 ++++
internal/repo/question/question_repo.go | 8 ++++
internal/repo/user/user_backyard_repo.go | 9 ++++
internal/router/answer_api_router.go | 2 +
internal/schema/answer_schema.go | 14 ++++++
internal/schema/backyard_user_schema.go | 5 ++
internal/schema/comment_schema.go | 14 ++++++
internal/schema/question_schema.go | 29 ++++++++++++
internal/service/answer_common/answer.go | 1 +
internal/service/question_common/question.go | 3 +-
internal/service/user_admin/user_backyard.go | 13 +++++
internal/service/user_common/user.go | 10 ++++
pkg/checker/zero_string.go | 11 +++++
pkg/converter/markdown.go | 7 +--
ui/src/pages/Admin/Answers/index.tsx | 46 ++++++++++++++----
ui/src/pages/Admin/Questions/index.tsx | 46 ++++++++++++++----
ui/src/pages/Admin/Users/index.tsx | 28 +++++++++++
ui/src/services/common.ts | 4 ++
28 files changed, 456 insertions(+), 43 deletions(-)