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

kumfo pushed a change to branch feat/cdn/oss
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


    from 6734872  feat(cdn):Feat #128, Closes #128. feat util
     add 62198c0  fix connector-google can't connect bug
     add cb97772  fix(connector-google): remove id and upgrade version
     add a04c63c  feat(embed): add basic embed plugin
     add bbda77a  feat(embed-basic): add i18n support for basic embed plugin
     add 4c4b4a7  chore(embed-basic): update npm dependencies and add types for 
vite-plugin-yaml
     add 51ed9a8  chore(embed-basic): update npm dependencies and add types for 
vite-plugin-dts
     add 5a9afe7  chore(embed-basic): update npm dependencies
     add 73adb0f  refactor(embed-basic): Update className
     add 08f803d  chore(embed-basic): update npm dependencies
     add e224fee  chore: Update package.json for editor-chart and 
editor-formula packages
     add df61990  refactor: Use icons instead of svg
     add f1c51a8  feat(embed-basic): add keyboard shortcut for showing embed 
modal
     add c29f78e  refactor(embed-basic): Update regular expression
     add 8da81ba  feat(embed-basic): add i18n support for basic embed plugin
     add 47bcdd7  fix(plugins): Fix the problem that the dom obtained by hooks 
in the plugin is null
     add e90c94e  chore: Update version
     add a7c8e0c  refactor(editor-formula): Update i18n files to use YAML format
     add d1b12a6  refactor(editor-chart): Update i18n files to use YAML format
     add b67fd9c  refactor: Update .prettierrc.json files for embed-basic and 
editor-formula packages
     add af416e3  feat(plugins): upgrade chart and formula plugin version
     add 57bd3d4  refactor(embed-basic): Implement the embed plugin with JSX 
and add loading status
     add d8fe4eb  feat(embed-basic): add components build embed
     add 2bfb255  style: update embed card hover style
     add e69e416  chore(embed-basic): Improve types configuration
     add 65c1dc1  fix: resolve  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
     add 8c47ddb  fix: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
     add 4ad65c1  chore: Update captcha-basic configuration files
     add 179c1ba  chore: Update captcha-basic and embed-basic package 
configurations
     add 6aeaf12  chore: Update typescript dependency to version 5.4.2
     add 5564f0f  ci(captcha-basic): update version to 1.0.1
     add bd473bc  docs: Update README.md
     add 83361a1  chore: Update typescript dependency to version 5.4.2
     add 6256bb1  chore: Update version
     add d0b8afa  feat(connector-apache): add apache connector
     add c62bd02  docs(connector-apache): update README
     add 4cc9dc4  fix(editor-formula): Fix the page freeze problem caused by 
incorrect formula
     add 46a883b  chore: Update version to 1.2.8
     add bd83099  refactor: Use info.yaml to manage plugin configuration 
information
     add 70ddd7d  chore: Add GitHub Actions workflow to check ASF header
     add 218dcd7  chore: Update license headers in info.yaml and util.go files
     add f529d09  chore: Sync version
     add 95f3f1f  chore: Rename sync-version.yml to sync-info.yml and update 
script name
     add 1404df2  chore: Update sync-info.yml and sync-info.sh to install jq
     add 6c9398d  refactor: Use info.yaml to manage plugin configuration 
information
     add af0fb04  chore: Sync version
     add f091693  fix(editor-formula): Solve the problem of page freezing 
caused by incorrect formula
     add 17985d9  chore(release): Update version
     add 736aad4  refactor(plugins): Export plugin types, remove json files in 
i18n, and use yaml files uniformly
     add c3c960c  chore: Add script to clean up unnecessary directories and 
files
     add 83308b1  Merge branch 'main' into refactor/add-info-yaml
     add 3b5cb55  chore: Update version to 1.2.9
     add 1a2780f  chore: Add Apache License header to clean.sh script
     add 2618d34  chore: Update cache-redis version to 1.2.6
     add 914cd68  refactor(editor-formula): Use info.yaml for plugin 
configuration information
     add 1292a5f  refactor(util): Shared utils
     add 15832b4  feat(util): Abstracting and separating the util operation.
     add be49ab5  refactor: Use info.yaml to manage plugin configuration 
information
     add c684816  chore(rebase): rebase from main
     add 1653746  chore: Update sync-info.yaml
     add 38f880f  chore: Sync version
     add 2de93c3  chore: Update go.mod
     add 0eab52b  fix(util): remove unused
     add e8c6a5a  refactor: Update sync-info.yaml and sync-info.sh scripts
     add 13c05c0  chore: Update yq installation method to use snap
     add 8be56d6  chore: Update sync-info.yml
     add 1ee19b6  chore: Sync Plugin Info
     add 371ef5d  fix(util): runtime.Caller in go1.19 `skip` param error, 
`skip` in go1.19 is 0, in go1.21 is 1
     add ce61173  fix(util): fix util version
     add 8418ee8  chore: Update plugin info.yaml files with correct GitHub links
     add fba1b35  chore: Sync Plugin Info
     add 86125e5  fix(slug_name): Fixed #156, Closes #156
     add 967ca03  fix(util): point util tag version
     add 46c0511  fix(util): change info.yaml with go:embed
     add f229331  fix(util): change info.yaml with go:embed
     add 2b935cd  fix(util): change info.yaml with go:embed
     new ab64ede  refactor(cdn-oss): Merge branch 'main' into feat/cdn/oss

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:
 .github/workflows/sync-info.yml          |  13 +-
 cache-redis/go.mod                       |   2 +-
 cache-redis/go.sum                       |   4 +-
 cache-redis/redis.go                     |   6 +-
 captcha-basic/basic.go                   |   6 +-
 captcha-basic/go.mod                     |   2 +-
 captcha-basic/go.sum                     |   4 +-
 captcha-google-v2/go.mod                 |   2 +-
 captcha-google-v2/go.sum                 |   4 +-
 captcha-google-v2/recaptcha.go           |   6 +-
 cdn-aliyunoss/aliyunoss.go               |   6 +-
 cdn-aliyunoss/go.mod                     |   4 +-
 cdn-aliyunoss/go.sum                     |  11 +-
 connector-apache/apache.go               |   6 +-
 connector-apache/go.mod                  |   4 +-
 connector-apache/go.sum                  |   4 +-
 connector-apache/info.yaml               |   2 +-
 connector-basic/basic.go                 |   5 +-
 connector-basic/go.mod                   |   2 +-
 connector-basic/go.sum                   |   4 +-
 connector-basic/info.yaml                |   2 +-
 connector-dingtalk/dingtalk.go           |   6 +-
 connector-dingtalk/go.mod                |   2 +-
 connector-dingtalk/go.sum                |   9 +-
 connector-dingtalk/info.yaml             |   2 +-
 connector-github/github.go               |   6 +-
 connector-github/go.mod                  |   2 +-
 connector-github/go.sum                  |   4 +-
 connector-github/info.yaml               |   2 +-
 connector-google/go.mod                  |   2 +-
 connector-google/go.sum                  |   4 +-
 connector-google/google.go               |   6 +-
 connector-google/info.yaml               |   2 +-
 editor-chart/chart.go                    |   6 +-
 editor-chart/go.mod                      |   2 +-
 editor-chart/go.sum                      |   4 +-
 editor-chart/info.yaml                   |   2 +-
 editor-formula/formula.go                |   6 +-
 editor-formula/go.mod                    |   2 +-
 editor-formula/go.sum                    |   4 +-
 editor-formula/info.yaml                 |   2 +-
 embed-basic/basic.go                     |  10 +-
 embed-basic/go.mod                       |   2 +-
 embed-basic/go.sum                       |   4 +-
 embed-basic/info.yaml                    |   2 +-
 notification-slack/go.mod                |   2 +-
 notification-slack/go.sum                |   4 +-
 notification-slack/info.yaml             |   2 +-
 notification-slack/slack_notification.go |   6 +-
 plugins_desc.json                        | 212 ++++++++++++++++++++++++++++---
 reviewer-akismet/basic.go                |   6 +-
 reviewer-akismet/go.mod                  |   1 +
 reviewer-akismet/go.sum                  |   2 +
 reviewer-akismet/info.yaml               |   2 +-
 reviewer-basic/basic.go                  |   6 +-
 reviewer-basic/go.mod                    |   2 +-
 reviewer-basic/go.sum                    |   4 +-
 reviewer-basic/info.yaml                 |   2 +-
 script/sync-info.sh                      |  46 ++++++-
 search-algolia/algolia.go                |   6 +-
 search-algolia/go.mod                    |   2 +-
 search-algolia/go.sum                    |   4 +-
 search-algolia/info.yaml                 |   4 +-
 search-elasticsearch/es.go               |   6 +-
 search-elasticsearch/go.mod              |   2 +-
 search-elasticsearch/go.sum              |   4 +-
 search-elasticsearch/info.yaml           |   2 +-
 search-meilisearch/go.mod                |   3 +-
 search-meilisearch/go.sum                |   7 +-
 search-meilisearch/info.yaml             |   2 +-
 search-meilisearch/meilisearch.go        |   6 +-
 storage-aliyunoss/aliyunoss.go           |   6 +-
 storage-aliyunoss/go.mod                 |   2 +-
 storage-aliyunoss/go.sum                 |   4 +-
 storage-aliyunoss/info.yaml              |   2 +-
 storage-s3/go.mod                        |   2 +-
 storage-s3/go.sum                        |   4 +-
 storage-s3/info.yaml                     |   2 +-
 storage-s3/s3.go                         |   6 +-
 user-center-wecom/go.mod                 |   2 +-
 user-center-wecom/go.sum                 |   4 +-
 user-center-wecom/info.yaml              |   2 +-
 user-center-wecom/wecom_user_center.go   |   6 +-
 util/go.mod                              |   2 +-
 util/util.go                             |  12 +-
 85 files changed, 442 insertions(+), 151 deletions(-)

Reply via email to