This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
from c233289 fix(basic-connector): use auto detect auth style #37
add b616fdd revert(plugin): revert search tag plugin
add d14e8e1 ci(gomod): update go mod to 1.2.1
add 1197d82 feat: cache-redis add password
add bfc4d19 feat: redis-cache i18n
add ac633a9 fix: cache-redis password ui type
add dbfbc26 docs(README): update README
new 72e6bcc Merge remote-tracking branch 'origin/main' into dev
The 1 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:
README.md | 11 ++--
cache-redis/go.mod | 2 +-
cache-redis/go.sum | 4 +-
cache-redis/i18n/en_US.yaml | 5 ++
cache-redis/i18n/translation.go | 2 +
cache-redis/i18n/zh_CN.yaml | 5 ++
cache-redis/redis.go | 18 ++++++-
connector-basic/go.mod | 2 +-
connector-basic/go.sum | 4 +-
connector-github/go.mod | 9 +++-
connector-github/go.sum | 100 ++++++++++++++-----------------------
connector-google/go.mod | 9 +++-
connector-google/go.sum | 102 +++++++++++++++-----------------------
editor-chart/go.mod | 2 +-
editor-chart/go.sum | 5 +-
editor-formula/go.mod | 2 +-
editor-formula/go.sum | 4 +-
search-algolia/algolia.go | 30 +++--------
search-algolia/go.mod | 2 +-
search-algolia/go.sum | 4 +-
search-elasticsearch/es.go | 6 +--
search-elasticsearch/go.mod | 2 +-
search-elasticsearch/go.sum | 4 +-
search-meilisearch/go.mod | 2 +-
search-meilisearch/go.sum | 4 +-
search-meilisearch/meilisearch.go | 6 +--
storage-aliyunoss/go.mod | 2 +-
storage-aliyunoss/go.sum | 4 +-
storage-s3/go.mod | 2 +-
storage-s3/go.sum | 4 +-
30 files changed, 160 insertions(+), 198 deletions(-)