This is an automated email from the ASF dual-hosted git repository.

LinkinStars pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git


    from 97924574 Merge remote-tracking branch 'origin/dev' into test
     add ab236f2d fix(helm): keep install port aligned with service port
     new 0aca0630 Merge remote-tracking branch 'origin/dev' into test
     add cfc3e54f fix(image): enhance image decoding by implementing 
format-specific checks for JPEG, PNG, and GIF
     add 9da00a80 fix(build): enhance module replacement handling for v2+ 
versions and implement local cloning
     add 11c80384 fix(chat): enhance visibility checks by adding admin 
moderator support in answer and comment services
     add d1a4092c fix(email): enhance email templates by escaping HTML 
characters in dynamic content
     add 11091244 fix(user): enhance avatar validation by adding checks for 
custom avatars and file ownership
     new b1da65fb Merge remote-tracking branch 'origin/fix/2.0.1/chat' into test

The 2 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/templates/deployment.yaml                   |  20 +++-
 internal/cli/build.go                              |  74 +++++++++++++-
 internal/controller/answer_controller.go           |   8 +-
 internal/controller/comment_controller.go          |   2 +
 internal/controller/question_controller.go         |   3 +-
 internal/schema/answer_schema.go                   |  19 ++--
 internal/schema/comment_schema.go                  |   6 +-
 internal/schema/question_schema.go                 |   1 +
 internal/schema/simple_obj_info_schema.go          | 113 ++++++++++++++++++---
 internal/service/comment/comment_service.go        |  14 +++
 internal/service/content/answer_service.go         |  31 +++++-
 internal/service/content/question_service.go       |   3 +
 internal/service/content/revision_service.go       |  13 +--
 internal/service/content/user_service.go           |  39 +++++++
 internal/service/export/email_service.go           |  39 ++++++-
 internal/service/object_info/object_info.go        |  39 +++----
 .../service/siteinfo_common/siteinfo_service.go    |   5 +
 pkg/checker/file_type.go                           |  59 ++++++++---
 18 files changed, 403 insertions(+), 85 deletions(-)

Reply via email to