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/answer.git
from b6a23d69 feat: add loading state for counts display in search results add ef8c1ebb fix(notification): handle potential nil pointer dereference #1356 add ee6e6724 test(internal): add mock for IsBrandingFileUsed method add a62c975c chore(deps): update Go version and dependencies to v1.23.0 and latest compatible versions add dc98f61d refactor(api): update API documentation and method names for clarity add d02d09bb refactor(api): improve API documentation for Answer endpoints No new revisions were added by this update. Summary of changes: docs/docs.go | 254 +++++++++++++++++++-- docs/swagger.json | 254 +++++++++++++++++++-- docs/swagger.yaml | 178 +++++++++++++-- go.mod | 10 +- go.sum | 20 +- internal/controller/answer_controller.go | 70 +++--- internal/router/answer_api_router.go | 4 +- internal/schema/answer_schema.go | 5 + internal/service/mock/siteinfo_repo_mock.go | 29 +++ .../service/notification_common/notification.go | 4 + 10 files changed, 728 insertions(+), 100 deletions(-)