This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 500c774f fix: Some contents of en_us.yaml have newline errors
new 62d2d2a8 refactor(pluginKit): improve plugin registration process
new 9479f1f8 chore(ui): Dynamically import plugins
new dc61ab7e refactor(pluginKit): update plugin registration process
new 84a49321 chore(ui): update pre-install script in package.json
new 95b9af55 refactor(pluginKit): update addPluginToIndexTs function to
include pluginFolder parameter
new 59080727 refactor(ui): update pre-install script in package.json
new df507a9d refactor(pluginKit): remove unused loadPlugins function
new ad477136 refactor(ui): update pluginKit refresh method
The 8 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:
ui/package.json | 2 +-
ui/scripts/importPlugins.js | 68 ++++++++++++++++++++++++++
ui/scripts/{plugin.js => loadPlugins.js} | 47 +++++-------------
ui/scripts/preinstall.js | 2 +-
ui/src/pages/Admin/Plugins/Installed/index.tsx | 2 +-
ui/src/utils/pluginKit/index.ts | 36 +++++++++-----
6 files changed, 107 insertions(+), 50 deletions(-)
create mode 100644 ui/scripts/importPlugins.js
rename ui/scripts/{plugin.js => loadPlugins.js} (67%)