chenyiqin
62a106bc1c
remove dependence of package sun.security.action for ResponseUtilTest.java ( #10478 )
2023-05-16 10:21:06 +08:00
KomachiSion
dc79f05838
For pmd
2023-05-12 10:14:21 +08:00
KomachiSion
5897a61e8e
Fix start error.
2023-05-11 20:09:33 +08:00
KomachiSion
f0336b86e8
Remove useless method and field.
2023-05-11 17:19:27 +08:00
KomachiSion
23780d9b15
ConfigChangeAspect 去除对插件实现的感知。
2023-05-11 16:44:29 +08:00
KomachiSion
131dc643b3
Merge remote-tracking branch 'upstream/develop' into asoc2022_issue#8460-2
...
# Conflicts:
# persistence/src/test/java/com/alibaba/nacos/persistence/configuration/condition/ConfigChangeConfigsTest.java
2023-05-11 15:41:17 +08:00
KomachiSion
4198005529
For checkstyle and pmd.
2023-05-09 16:40:25 +08:00
KomachiSion
0555619b05
Merge remote-tracking branch 'upstream/develop' into develop#10361
...
# Conflicts:
# config/src/main/java/com/alibaba/nacos/config/server/constant/Constants.java
2023-05-09 15:50:12 +08:00
KomachiSion
607074c877
Make HealthController not strongly depend config and naming module.
2023-05-09 14:43:25 +08:00
KomachiSion
cb65d53c7e
Move ExternalStoragePaginationHelperImpl to persistence module.
2023-05-09 10:15:22 +08:00
KomachiSion
9d92b5122a
Add NamespaceDetailInjector and move NamespaceOperationService to core module.
2023-05-09 10:05:26 +08:00
KomachiSion
e93d417de6
Move CommonPersistService impls to core module and rename to NamespacePersistService.
2023-05-08 20:42:29 +08:00
KomachiSion
a972e02b13
Move NACOS_PLUGIN_DATASOURCE_LOG to datasource plugin module.
2023-05-08 20:34:07 +08:00
KomachiSion
515ae912b2
Move some TenantInfo and NamespaceRowMapperInjector to core module.
2023-05-08 20:29:53 +08:00
KomachiSion
841ce677d1
Move DerbySnapshotOperation and DistributedDatabaseOperateImpl to core module.
2023-05-08 19:29:14 +08:00
zhanghong
5cf5829253
add configModuleState/raftModuleState/distroModuleState in branch develop#10153 ( #10288 )
...
* add configModuleState/raftModuleState/distroModuleState
* add configModuleState/raftModuleState/distroModuleState
* update TEST
* 修复test bug
* 移除ip暴露风险
2023-05-08 18:05:34 +08:00
KomachiSion
3d4014a3d3
Move StandaloneDatabaseOperateImpl to persistent module.
2023-05-08 11:56:38 +08:00
KomachiSion
576225485e
Move TimerContext to sys module and add new one single thread to snapshot for derby.
2023-04-25 14:46:38 +08:00
KomachiSion
4622d0e1bf
Split RowMapperManager and move to persistence module.
2023-04-25 14:23:43 +08:00
KomachiSion
66a2e2db4a
Use apply hook replace ConfigDump depend.
2023-04-25 14:01:41 +08:00
KomachiSion
218fe4e732
Move some events and exception to persistence module
2023-04-25 11:29:11 +08:00
KomachiSion
77b7377826
Move Conditions to persistence module.
2023-04-23 20:06:22 +08:00
KomachiSion
8dffc3ac99
Move EmbeddedPaginationHelperImpl to persistence module.
2023-04-23 18:22:27 +08:00
KomachiSion
cf1b86a2b7
Move EmbeddedPaginationHelperImpl to persistence module.
2023-04-23 18:05:01 +08:00
KomachiSion
326b82fb06
Move Embedded operate to persistence module.
2023-04-23 18:02:27 +08:00
KomachiSion
6e8d6c532d
Move DerbyUtils to persistence module.
2023-04-23 17:56:59 +08:00
KomachiSion
8dfd31a87d
Move QueryType to persistence module.
2023-04-23 17:54:21 +08:00
KomachiSion
6acabeca67
Move some methods from EmbeddedStorageContextUtils to EmbeddedStorageContextHolder
2023-04-23 17:37:14 +08:00
KomachiSion
f83061f47d
Move some datasource and relative classes into persistence module.
2023-04-23 16:00:42 +08:00
KomachiSion
802bacafbe
Add module enabled packages scan filter.
2023-04-23 15:57:46 +08:00
vivid
5c4bbe85f7
补充完整剩余dataSource的MapperContext改造 ( #10140 )
2023-04-14 15:28:47 +08:00
KomachiSion
08f7c9ff2a
Re-commit #9851 #9967 .
2023-04-14 15:28:47 +08:00
MajorHe1
fb8255c8b7
[ISSUE #10310 ] Update log output in RpcConfigChangeNotifier.java when push fail ( #10312 )
...
* [ISSUE #10310 ]Update log output in RpcConfigChangeNotifier.java when push fail
Update log output in RpcConfigChangeNotifier.java when push fail
* update indentation level
update indentation level
2023-04-13 19:14:45 +08:00
chenyiqin
e002cefb6e
Fix fs char ( #10101 )
...
* Add PathEncoder for OS to encode if dataId, ns, group contains illegal char for file system
* Add copyright
* Fix checkstyle
* Fix pmd
* fix PathEncoderManager as singleton
* fix ut
* fix checkstyle
2023-03-27 15:04:20 +08:00
悟空
f7756b7841
fix: typo: 秘钥->密钥 ( #10182 )
2023-03-27 09:49:02 +08:00
杨翊 SionYang
81dda26709
Upgrade snakeYaml to 2.0 ( #10092 )
...
* Upgrade snakeYaml to 2.0
* Fix unit.
2023-03-14 13:15:51 +08:00
杨翊 SionYang
1968b3fc98
Develop revert#9851 #9967 ( #10069 )
...
* Revert "[ISSUE #9821 ] Update ConfigInfoBetaMapper data-source-plugin input and output parameters (#9967 )"
This reverts commit d16023c1
* Revert "[ISSUE #9821 ] Update data-source-plugin input and output parameters (#9851 )"
This reverts commit 1ff7a3f6
2023-03-10 10:25:25 +08:00
云野
02a5e38981
fix #10044 -- only update existed config. ( #10045 )
2023-03-09 15:20:36 +08:00
chenyiqin
920fd4c211
Remove http data change ( #10043 )
...
* Remove http way to report data change
* Remove http controller method to receive data change
2023-03-06 10:20:25 +08:00
Karson
e58c4441f4
[ISSUE #9943 ] Resolve issue Config cas update not work ( #9952 )
...
* fix issue 9943
* add some description
* add some log for roll back transaction
* add some log for roll back transaction
* set default rollBackOnUpdateFail false.
* format style
* fix some bug
2023-03-03 11:14:08 +08:00
WangLiang/王良
a397c10a54
Optimize the nacos-client/pom.xml
for exclude google/**/*.proto
( #9982 )
...
* Optimize the pom.xml of the nacos-client
* optimize pom
* exclude `google/**/*.proto`
* tab
* Remove dependency `io.grpc:protoc-gen-grpc-java:${version}:pom`
* revert indent
* revert native-image
2023-03-01 09:42:15 +08:00
zhanghong
a6332b250d
[ISSUE #9276 ] 新增根据配置信息检索内容的功能 ( #9925 )
...
* 新增根据配置信息检索内容的功能
* use offer replace add
* use offer replace add
* use offer replace add
* update exception type and limit some config as configurable
* update
* update params
* update params
* update params
2023-02-21 10:25:19 +08:00
The-Gamer-01
d16023c156
[ISSUE #9821 ] Update ConfigInfoBetaMapper data-source-plugin input and output parameters ( #9967 )
...
* Add MapperContext and MapperResult.
* Update ConfigInfoAggrMapper by MapperContext and MapperResult.
Update ConfigInfoAggrMapper by MapperContext and MapperResult.
* resolve git conflicts.
* Added Map mapping refinement corresponding to UPDATE and WHERE.
* [ISSUE #9821 ] Fix API of return class of ConfigInfoAggrMapper.
* [ISSUE #9821 ] Update ConfigInfoBetaMapper data-source-plugin input and output parameters
2023-02-20 10:04:10 +08:00
The-Gamer-01
1ff7a3f6bd
[ISSUE #9821 ] Update data-source-plugin input and output parameters ( #9851 )
...
* Add MapperContext and MapperResult.
* Update ConfigInfoAggrMapper by MapperContext and MapperResult.
Update ConfigInfoAggrMapper by MapperContext and MapperResult.
* resolve git conflicts.
2023-02-10 09:45:14 +08:00
云野
98d3da4a48
fix typo 'curcuit';remove unused variable. ( #9901 )
2023-02-07 10:24:14 +08:00
liu-xg
65da789215
fix(修复配置历史分页异常): 配置历史分页异常,所有页都是全部记录 ( #9828 )
...
* fix(修复配置历史分页异常): 配置历史分页异常,所有页都是全部记录
* fix(修复配置历史分页异常): 修复代码格式不满足nacos要求
* fix(修复配置历史分页异常): 修复代码格式不满足nacos要求
2023-02-03 15:41:13 +08:00
李云飞
d45ba449ca
[ISSUE #8460 ]add config change plugin ( #9820 )
2023-01-16 10:04:24 +08:00
Karson
c8b04b03fa
[ISSUE #9783 ] 处理namespaceId=public 时 v2接口 无法创建与删除配置 ( #9809 )
...
* fix issue #9783
* fix issue #9783
* add it test for v2 config.
* fix ci problem.
* fix ci problem.
* fix ci problem.
* fix history process NamespaceParameter
* fix ci problem.
* add some unit test
* reformat code
2023-01-16 10:01:54 +08:00
gongzhongqiang
708387c277
fix:replace nacos website url to https. ( #9797 )
2023-01-10 09:47:52 +08:00
Korov
d51ad454a4
remove unused local variables ( #9781 )
2023-01-03 12:09:04 +08:00