This is an automated email from the ASF dual-hosted git repository.
kumfo pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git
from 6b834c74 Merge remote-tracking branch 'origin/dev' into test
add f05f1eb8 feat(menu): update admin menu settings to include questions,
tags, and advanced options
add 9efa9471 feat(menu): update admin menu settings to include questions,
tags, and advanced options
add c2a0bee7 feat(siteinfo): add users settings endpoint and update
interface settings structure
add 3264fdd1 feat(siteinfo): refactor site legal and security settings to
use new policies and security endpoints
add 128c44f5 feat(menu): update schema to remove deprecated min_tags and
add MinimumTags to SiteQuestionsReq
add 63690569 feat(siteinfo): fix GetSiteTag method to correctly assign
response from siteInfoCommonService
add 18b76f3e feat(siteinfo): add site_security to response structure and
update related schemas
add 73cfbace feat(menu): deprecate default_avatar and gravatar_base_url in
SiteInterfaceReq schema
add 86c2d64d feat(docs): add Apache License 2.0 header to docs.go and
swagger.yaml
add 29ec29bd feat(menu): update admin menu settings to include questions,
tags, and advanced options
add 3cd3e4a8 feat(menu): update admin menu settings to include questions,
tags, and advanced options
add 0d7979e9 feat(siteinfo): add users settings endpoint and update
interface settings structure
add f0636d43 feat(siteinfo): refactor site legal and security settings to
use new policies and security endpoints
add 94de2136 feat(menu): update schema to remove deprecated min_tags and
add MinimumTags to SiteQuestionsReq
add 0bb33e7e feat(siteinfo): fix GetSiteTag method to correctly assign
response from siteInfoCommonService
add 60f8cd18 feat(siteinfo): add site_security to response structure and
update related schemas
add 81511e38 feat(menu): deprecate default_avatar and gravatar_base_url in
SiteInterfaceReq schema
add 8b8550e9 feat(docs): add Apache License 2.0 header to docs.go and
swagger.yaml
add d65e257f feat(docs): add Apache License 2.0 header to wire_gen.go
add f3dddfeb Merge remote-tracking branch 'origin/feat/1.8.0/menu' into
feat/1.8.0/menu
No new revisions were added by this update.
Summary of changes:
cmd/wire_gen.go | 72 +-
docs/docs.go | 997 ++++++++++++++-------
docs/swagger.json | 980 +++++++++++++-------
docs/swagger.yaml | 521 +++++++----
go.mod | 2 +-
internal/base/constant/site_type.go | 21 +-
internal/base/middleware/auth.go | 4 +-
internal/base/middleware/visit_img_auth.go | 4 +-
internal/controller/answer_controller.go | 2 +-
internal/controller/siteinfo_controller.go | 22 +-
internal/controller/template_controller.go | 2 +-
internal/controller_admin/siteinfo_controller.go | 188 +++-
internal/migrations/init.go | 85 +-
internal/migrations/migrations.go | 1 +
internal/migrations/v30.go | 396 ++++++++
internal/router/answer_api_router.go | 21 +-
internal/schema/siteinfo_schema.go | 118 ++-
internal/service/dashboard/dashboard_service.go | 17 +-
internal/service/mock/siteinfo_repo_mock.go | 139 ++-
internal/service/question_common/question.go | 2 +-
internal/service/siteinfo/siteinfo_service.go | 106 ++-
.../service/siteinfo_common/siteinfo_service.go | 72 +-
internal/service/tag_common/tag_common.go | 8 +-
internal/service/uploader/upload.go | 32 +-
24 files changed, 2798 insertions(+), 1014 deletions(-)
create mode 100644 internal/migrations/v30.go