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 84e08c56 fix: resolve 404 error on Tags static page
     add bf4de722 feat: update template files
     add 2bff049d fix: display timezone on Dashboard when set to UTC
     add 8cff85b7 docs: update license files
     add eeb79b3a fix: missing js-sha256 license
     add 6d933c2d docs: add front-matter license files
     add 3a688a09 Merge branch 'lufei-fix/licenses'
     add 8e3ce7d3 docs: rename codemirror license file name
     add 350db91d fix: fixed project initialization not allowing access to the 
plug-in interface, causing the page to continue loading #1162
     add c2ad8c64 fix: delete unused log
     add 795f56f5 Merge branch 'main' into dev
     add 8283c01c fix: update useRenderHtmlPlugin to target specific HTML 
element
     add 5a2b2a52 fix: Tag summary display is not as expected on tag detail page
     add d40820fd refactor(gomock): update gomock dependence and docs
     add c8336de7 feat(file): update the max image size
     add 8005ec88 fix(review): reject the review when delete question

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |  11 ++-
 README.md                                          |  12 +--
 cmd/main.go                                        |   2 +-
 cmd/wire_gen.go                                    |   2 +-
 docs/release/LICENSE                               |  10 +-
 ...ror5.txt => LICENSE-codemirror-basic-setup.txt} |   2 +-
 ...r5.txt => LICENSE-codemirror-lang-markdown.txt} |   2 +-
 ...r5.txt => LICENSE-codemirror-language-data.txt} |   2 +-
 ...odemirror5.txt => LICENSE-codemirror-state.txt} |   2 +-
 ...codemirror5.txt => LICENSE-codemirror-view.txt} |   2 +-
 ...Qix--color.txt => LICENSE-emn178-js-sha256.txt} |   4 +-
 ...t-matter.txt => LICENSE-jxson-front-matter.txt} |   0
 docs/release/licenses/LICENSE-pvorb-node-md5.txt   |  27 ------
 ...SE-golang-mock.txt => LICENSE-uber-go-mock.txt} |   0
 go.mod                                             |   2 +-
 go.sum                                             |  11 +--
 i18n/en_US.yaml                                    |   3 +-
 i18n/zh_CN.yaml                                    |   1 +
 internal/cli/build.go                              |   2 +-
 internal/repo/review/review_repo.go                |  10 ++
 internal/service/content/question_service.go       |  12 +++
 internal/service/mock/siteinfo_repo_mock.go        |  41 +++++----
 internal/service/review/review_service.go          |   1 +
 .../siteinfo_common/siteinfo_service_test.go       |   2 +-
 pkg/checker/file_type.go                           |   2 +-
 .../Dashboard/components/HealthStatus/index.tsx    |   5 +-
 .../Questions/Detail/components/Answer/index.tsx   |   2 +-
 ui/src/pages/Tags/Detail/index.tsx                 |  34 ++++---
 ui/src/utils/pluginKit/index.ts                    |   3 +-
 ui/template/header.html                            |  10 +-
 ui/template/homepage.html                          | 102 +++++++++++----------
 ui/template/question-detail.html                   |  40 ++++----
 ui/template/question.html                          |  46 +++++-----
 ui/template/sort-btns.html                         |  39 ++++++++
 ui/template/tag-detail.html                        |  87 ++++++++----------
 ui/template/tags.html                              |  86 +++++++++--------
 36 files changed, 340 insertions(+), 279 deletions(-)
 copy docs/release/licenses/{LICENSE-codemirror-codemirror5.txt => 
LICENSE-codemirror-basic-setup.txt} (92%)
 copy docs/release/licenses/{LICENSE-codemirror-codemirror5.txt => 
LICENSE-codemirror-lang-markdown.txt} (92%)
 copy docs/release/licenses/{LICENSE-codemirror-codemirror5.txt => 
LICENSE-codemirror-language-data.txt} (92%)
 copy docs/release/licenses/{LICENSE-codemirror-codemirror5.txt => 
LICENSE-codemirror-state.txt} (92%)
 rename docs/release/licenses/{LICENSE-codemirror-codemirror5.txt => 
LICENSE-codemirror-view.txt} (92%)
 copy docs/release/licenses/{LICENSE-Qix--color.txt => 
LICENSE-emn178-js-sha256.txt} (95%)
 rename docs/release/licenses/{LICENSE-front-matter.txt => 
LICENSE-jxson-front-matter.txt} (100%)
 delete mode 100644 docs/release/licenses/LICENSE-pvorb-node-md5.txt
 rename docs/release/licenses/{LICENSE-golang-mock.txt => 
LICENSE-uber-go-mock.txt} (100%)
 create mode 100644 ui/template/sort-btns.html

Reply via email to