shuiyisong
6d170a40b4
feat: pull meta config in frontend during startup ( #7727 )
...
* chore: init impl for meta config
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: use ser string for config
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: add metasrv config ser trait
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: use trait
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: minor fix
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: change to vec options
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: rename mod name
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: add comment
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: rename and add comment
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: tmp save
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: add log and error in server
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: introduce deserializer
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: add blank line
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: impl config service
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: fmt
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
* chore: update proto commit
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
---------
Signed-off-by: shuiyisong <xixing.sys@gmail.com >
2026-03-02 09:11:10 +00:00
fys
e107030d85
chore: add more fields to DdlManagerConfigureContext ( #7310 )
...
* feat: add more context for configurator
* move the flow grpc configure context to plugins crate
* move context to plugins crate
* add more fields
* fix: cargo check
* refactor: some
* refactor some
* adjust context
* fix: cargo check
* fix: ut
2025-12-01 08:03:12 +00:00
Weny Xu
b3d413258d
feat: extract standalone functionality and introduce plugin-based router configuration ( #7002 )
...
* feat: extract standalone functionality and introduce plugin-based router configuration
Signed-off-by: WenyXu <wenymedia@gmail.com >
* fix: ensure dump file does not exist
Signed-off-by: WenyXu <wenymedia@gmail.com >
* chore: introduce `External` error
Signed-off-by: WenyXu <wenymedia@gmail.com >
---------
Signed-off-by: WenyXu <wenymedia@gmail.com >
2025-09-22 11:21:04 +00:00
discord9
cce1285b16
feat: flow add static user/pwd auth ( #6048 )
...
* feat: flow add static user/pwd auth
* fix: not print password
* chore: rm explict Any bound
* refactor: per review
* refactor: move away from plugin
* refactor: not use any
* chore: per revieww
* chore: complete a todo
* chore: fix after rebase
2025-05-07 05:20:37 +00:00
Weny Xu
01a308fe6b
refactor: relocate CLI to a dedicated directory ( #5101 )
...
* refactor: relocate CLI to a dedicated directory
* chore: expose method and const
* refactor: use BoxedError
* chore: expose DatabaseClient
* chore: add clone derive
2024-12-05 12:12:24 +00:00
Weny Xu
8b307e4548
feat: introduce the PluginOptions ( #4835 )
...
* feat: introduce the `PluginOptions`
* chore: apply suggestions from CR
2024-10-24 12:02:10 +00:00
SteveLauC
e9a2b0a9ee
chore: use workspace-wide lints ( #3352 )
...
* chore: use workspace-wide lints
* respond to review
2024-02-22 01:01:10 +00:00
shuiyisong
007f7ba03c
refactor: extract plugins crate ( #2487 )
...
* chore: move frontend plugins fn
* chore: move datanode plugins to fn
* chore: add opt plugins
* chore: add plugins to meta-srv
* chore: setup meta plugins, wait for router extension
* chore: try use configurator for grpc too
* chore: minor fix fmt
* chore: minor fix fmt
* chore: add start meta_srv for hook
* chore: merge develop
* chore: minor fix
* chore: replace Arc<Plugins> with PluginsRef
* chore: fix header
* chore: remove empty file
* chore: modify comments
* chore: remove PluginsRef type alias
* chore: remove `OptPlugins`
2023-10-09 04:54:27 +00:00