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

github-bot pushed a change to branch chore/sync-info
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


 discard 7c2f15f  chore: Sync Plugin Info
     add fdbd186  feat(cdn):Feat #128, Closes #128. Support CDN with Aliyun OSS
     add 49e29af  fix(cdn):Feat #128, Closes #128. fixed rebuild file
     add f89fbea  fix connector-google can't connect bug
     add 6931360  fix(connector-google): remove id and upgrade version
     add 021ed41  feat(embed): add basic embed plugin
     add 64a81d9  feat(embed-basic): add i18n support for basic embed plugin
     add a1648dc  chore(embed-basic): update npm dependencies and add types for 
vite-plugin-yaml
     add 7963402  chore(embed-basic): update npm dependencies and add types for 
vite-plugin-dts
     add 0015d85  chore(embed-basic): update npm dependencies
     add 656796e  refactor(embed-basic): Update className
     add 178f220  chore(embed-basic): update npm dependencies
     add 23f3358  chore: Update package.json for editor-chart and 
editor-formula packages
     add f00d516  refactor: Use icons instead of svg
     add a771915  feat(embed-basic): add keyboard shortcut for showing embed 
modal
     add 4c5e637  refactor(embed-basic): Update regular expression
     add bf3b648  feat(embed-basic): add i18n support for basic embed plugin
     add 4b5fdfb  fix(plugins): Fix the problem that the dom obtained by hooks 
in the plugin is null
     add de93f26  chore: Update version
     add 0b8decc  refactor(editor-formula): Update i18n files to use YAML format
     add 92c0b96  refactor(editor-chart): Update i18n files to use YAML format
     add e334678  refactor: Update .prettierrc.json files for embed-basic and 
editor-formula packages
     add 9a6b31c  feat(plugins): upgrade chart and formula plugin version
     add c096c9b  refactor(embed-basic): Implement the embed plugin with JSX 
and add loading status
     add 83894f2  feat(embed-basic): add components build embed
     add 7a04e5e  style: update embed card hover style
     add 5a9fbdb  chore(embed-basic): Improve types configuration
     add d260824  fix: resolve  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
     add ca9bad9  fix: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
     add f8bf583  chore: Update captcha-basic configuration files
     add 09f0c18  chore: Update captcha-basic and embed-basic package 
configurations
     add cbd3255  chore: Update typescript dependency to version 5.4.2
     add da468f7  ci(captcha-basic): update version to 1.0.1
     add 74a57cc  docs: Update README.md
     add f7b0299  chore: Update typescript dependency to version 5.4.2
     add fdb1a42  chore: Update version
     add c485b43  feat(connector-apache): add apache connector
     add 8338d4f  docs(connector-apache): update README
     add a503491  fix(editor-formula): Fix the page freeze problem caused by 
incorrect formula
     add fd01bd3  chore: Update version to 1.2.8
     add 8f7c272  refactor: Use info.yaml to manage plugin configuration 
information
     add 933ad3a  chore: Add GitHub Actions workflow to check ASF header
     add 5a2393b  chore: Update license headers in info.yaml and util.go files
     add 474e6b3  chore: Sync version
     add eac2504  chore: Rename sync-version.yml to sync-info.yml and update 
script name
     add a0d5ce0  chore: Update sync-info.yml and sync-info.sh to install jq
     add 5fbe018  refactor: Use info.yaml to manage plugin configuration 
information
     add db4d2a3  chore: Sync version
     add a20a3aa  fix(editor-formula): Solve the problem of page freezing 
caused by incorrect formula
     add 82bcdc7  chore(release): Update version
     add d7e7b77  refactor(plugins): Export plugin types, remove json files in 
i18n, and use yaml files uniformly
     add c56ba7a  chore: Add script to clean up unnecessary directories and 
files
     add b9647a6  chore: Update version to 1.2.9
     add 3693312  chore: Add Apache License header to clean.sh script
     add 8ba3134  chore: Update cache-redis version to 1.2.6
     add abf2461  refactor(editor-formula): Use info.yaml for plugin 
configuration information
     add 223cf73  refactor(util): Shared utils
     add 7a83ce1  feat(util): Abstracting and separating the util operation.
     add 3d7ed9f  refactor: Use info.yaml to manage plugin configuration 
information
     add ca46289  chore(rebase): rebase from main
     add ec34f36  chore: Update sync-info.yaml
     add dc77279  chore: Sync version
     add fc3b9f6  chore: Update go.mod
     add 8b690f8  fix(util): remove unused
     add 6734872  feat(cdn):Feat #128, Closes #128. feat util
     add ab64ede  refactor(cdn-oss): Merge branch 'main' into feat/cdn/oss
     add b04c7ca  chore: Sync Plugin Info

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7c2f15f)
            \
             N -- N -- N   refs/heads/chore/sync-info (b04c7ca)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cdn-aliyunoss/README.md                            |  18 +
 cdn-aliyunoss/aliyunoss.go                         | 404 +++++++++++++++++++++
 {search-algolia => cdn-aliyunoss}/go.mod           |   7 +-
 {editor-formula => cdn-aliyunoss}/go.sum           |   8 +-
 .../i18n/en_US.yaml                                |   6 +-
 cdn-aliyunoss/i18n/translation.go                  |  45 +++
 .../i18n/zh_CN.yaml                                |   6 +-
 {storage-s3 => cdn-aliyunoss}/info.yaml            |   8 +-
 reviewer-akismet/go.mod                            |   1 -
 reviewer-akismet/go.sum                            |   5 +
 10 files changed, 492 insertions(+), 16 deletions(-)
 create mode 100644 cdn-aliyunoss/README.md
 create mode 100644 cdn-aliyunoss/aliyunoss.go
 copy {search-algolia => cdn-aliyunoss}/go.mod (90%)
 copy {editor-formula => cdn-aliyunoss}/go.sum (95%)
 copy {storage-aliyunoss => cdn-aliyunoss}/i18n/en_US.yaml (90%)
 create mode 100644 cdn-aliyunoss/i18n/translation.go
 copy {storage-aliyunoss => cdn-aliyunoss}/i18n/zh_CN.yaml (91%)
 copy {storage-s3 => cdn-aliyunoss}/info.yaml (92%)

Reply via email to