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 4fdc3c92 chore: ui add split codemirrow bundle
new 0dce3848 fix: Unescape when displaying site name
new cdfe6fea chore: fix some typos
new fe44c8f3 fix: missing btns.more in i18n
new 359131ab fix: align tag update slug
new 056c5ce1 fix: move slugcheck to correct line
new ecf75669 [wip] start issue 909
new 5a999433 enhancement: 909; update initial data
new 6ff4a8b1 enhancement: 909; fix broken tests
new d6b53cda enhancement: 909; use camelCase, modify init data
new 7d75f2fa feat(user): add the API for get staff
The 10 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:
charts/values.yaml | 2 +-
i18n/en_US.yaml | 1 +
i18n/zh_CN.yaml | 1 +
internal/controller/user_controller.go | 20 +++
internal/controller_admin/siteinfo_controller.go | 2 +
internal/migrations/init.go | 138 +++++++++++++++++++++
internal/repo/repo_test/tag_rel_repo_test.go | 14 +--
internal/repo/user/user_repo.go | 8 +-
internal/router/answer_api_router.go | 1 +
internal/schema/user_schema.go | 16 +++
internal/service/content/user_service.go | 20 ++-
.../service/siteinfo_common/siteinfo_service.go | 2 +
internal/service/tag_common/tag_common.go | 15 ++-
internal/service/user_common/user.go | 5 +-
ui/src/components/Editor/utils/index.ts | 2 +-
15 files changed, 228 insertions(+), 19 deletions(-)