This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch refactor/collection
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from ac18f302 fix: bookmark params changed
add 1a76d0aa ci(github): add docker image github action
add 7b709ece support tag search for synonyms
add 13893469 simply the GetTagPage logic
add 72ff929f add default notification config for users registered by third
party connector
add f1e6af0f sort imports
add 3e76a036 fix: permalink error on some pages
add 9dc0d566 fix by code review
add 7aa16f24 optimize code
add b2de62d0 Merge remote-tracking branch 'origin/main' into dev
add 42b4d74d Merge branch 'refactor/collection' into dev
add 1a7cbb78 docs(swagger): update swagger docs
No new revisions were added by this update.
Summary of changes:
...-for-release.yml => build-image-for-manual.yml} | 21 ++---
cmd/wire_gen.go | 2 +-
docs/docs.go | 102 ++++++++++++---------
docs/swagger.json | 83 ++++++++++++-----
docs/swagger.yaml | 74 +++++++--------
internal/controller/question_controller.go | 7 +-
internal/repo/search_common/search_repo.go | 15 ++-
internal/repo/tag_common/tag_common_repo.go | 32 ++++++-
internal/schema/answer_schema.go | 12 +--
internal/schema/question_schema.go | 54 +++++------
internal/schema/search_schema.go | 1 +
internal/service/question_common/question.go | 3 +
internal/service/question_service.go | 2 +-
.../user_external_login_service.go | 33 ++++---
ui/src/pages/Questions/Ask/index.tsx | 4 +-
15 files changed, 279 insertions(+), 166 deletions(-)
copy .github/workflows/{build-image-for-release.yml =>
build-image-for-manual.yml} (87%)