alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
29.98k stars 12.79k forks source link

Configuration list adds configuration format #12483

Open tonycody opened 4 weeks ago

tonycody commented 4 weeks ago

image

Consider adding the presentation of configuration formats to the configuration list and adding search criteria for configuration formats. 考虑在配置列表中增加配置格式的呈现以及增加对于配置格式的搜索条件。

Usage Scenarios: For example, if you want to adjust all properties configurations to yaml format, this involves querying out all configurations that are in properties format.

使用场景: 比如,想调整所有 properties 配置为 yaml 格式,这时候就涉及到查询出来所有是 properties 格式的配置。

fuhouyu commented 4 weeks ago

@i will solve it@

tonycody commented 4 weeks ago

@fuhouyu 这个我在解决了

fuhouyu commented 4 weeks ago

@fuhouyu 这个我在解决了

好的,那我撤销下pr

KomachiSion commented 3 weeks ago

我看PR里有改动到datasource数据库的实现,看下是不是在其他数据库插件中也提供一下实现,并做好兼容性。

@tonycody

tonycody commented 3 weeks ago

我看PR里有改动到datasource数据库的实现,看下是不是在其他数据库插件中也提供一下实现,并做好兼容性。

@tonycody

我改动的部分的子类都改过了。只是把拼 where 的地方优化了一下。之前硬拼的太麻烦了。

KomachiSion commented 2 weeks ago

我看PR里有改动到datasource数据库的实现,看下是不是在其他数据库插件中也提供一下实现,并做好兼容性。 @tonycody

我改动的部分的子类都改过了。只是把拼 where 的地方优化了一下。之前硬拼的太麻烦了。

nacos-group/nacos-plugin 中还有其他的数据库插件,比如oracle和pg, 应该也需要修改一下。如果不修改插件不会报错也可以,只是这个功能在这几个插件中不支持吗?