Commit Graph

5052 Commits

Author SHA1 Message Date
chaos
cfa3312582
fix: 关闭控制台登录时请求的Authorization为null (#12442) 2024-07-31 14:04:10 +08:00
chen10038
525f3bf43f
修改: Fix 12301。 (#12310) 2024-07-31 13:47:59 +08:00
laokou
48a0f8b0fb
删除console多余的@EnableScheduling (#12386)
* 删除console多余的@EnableScheduling

* 删除console多余的@EnableScheduling
2024-07-29 10:46:35 +08:00
Plato
927fbfd110
[ISSUE #11887] add some tips for upgrade (#12434) 2024-07-29 10:34:40 +08:00
Sitosoym
3e28b586bb
fix default sql in the comment to be consistent with the implementation (#12324) 2024-07-24 16:11:01 +08:00
阿魁
631babe1e2
[IT]Adjust config module base and auth ITs for Checkstyle compliance. (#12376)
* [IT]Adjust core module auth integration tests to meet checkstyle requirements.

* [IT]Adjust config module base integration tests to meet checkstyle requirements.
2024-07-24 16:10:16 +08:00
阿魁
c00d863242
[IT]Adjust config module config integration tests to meet checkstyle requirements. (#12377) 2024-07-24 16:09:51 +08:00
阿魁
0f023a270f
[IT]Refactor naming module base ITs for Checkstyle compliance. (#12378) 2024-07-24 16:09:34 +08:00
Sunrisea
6122a9afc4
Fix the bug of ConnectionControlManager (#12399) 2024-07-24 16:05:34 +08:00
Ikko Eltociear Ashimine
6c6a22b4cc
Update README.md (#12392)
Github -> GitHub
2024-07-24 14:59:12 +08:00
blake.qiu
96a93189c3
feat(#12405): The LDAP default password is a fixed value 'nacos' and cannot be customized. (#12406) 2024-07-24 14:50:49 +08:00
徐晓伟
fbfa39d06d
🔧 fix pom.xml version (#12417)
https://github.com/alibaba/nacos/issues/12416
2024-07-24 14:42:14 +08:00
July
f4a4ab2eb5
fix beta publish (#12411) 2024-07-24 14:30:33 +08:00
Sunrisea
7e577811a7
[ISSUE#12359]Refactoring the historical configuration cleanup strategy with SPI (#12367)
* 历史配置清理逻辑SPI改造

* 添加单元测试

* 单元测试fix

* 单元测试fix

* 优化spi实现

* 优化日志打印
2024-07-23 16:42:29 +08:00
杨翊 SionYang
197795a854
Fix #12395, use request context replace session depend. (#12398) 2024-07-22 13:32:41 +08:00
杨翊 SionYang
298f36f145
Revert "Add an id primary key column to both the roles and permissions tables.(mysql-schema.sql) (#12206)" (#12396)
This reverts commit 5d871967ea.
2024-07-22 12:10:17 +08:00
杨翊 SionYang
4e776256eb
Upgrade to 2.4.0 (#12384) 2024-07-19 13:46:19 +08:00
杨翊 SionYang
ad83ff0c75
Develop support ram info switch (#12382)
* add new property to support agent situation.

* for checkstyle.

* Upgrade cheery pick ut to junit5.

* add ignored lefthook.yml.

* add ignored lefthook.yml.
2024-07-19 11:22:35 +08:00
杨翊 SionYang
ed7bd03d4c
Close derby ops api default. (#12372)
* Close derby ops api default.

* Fix unit test.
2024-07-18 15:30:15 +08:00
杨翊 SionYang
fc5e502243
Upgrade grpc to 1.64.2 (#12369)
* Upgrade grpc to 1.64.1

* add grpc-util compile scope.

* add grpc-testing
2024-07-18 11:31:58 +08:00
blake.qiu
1879c81edd
fix(#12333): fixed auth Plugin resource parser can't parser v2 config openAPI namespaceId. (#12336)
fix(#12333): fixed auth Plugin resource parser can't parser v2 config openAPI namespaceId.
2024-07-18 11:17:42 +08:00
阿魁
4f827ca0d9
Adjust integration tests for common modules in the core module to comply with checkstyle. (#12349)
* Fix exception code error.(#10925)

* [IT]Adjust integration tests for ability, base, and client modules in the core module to comply with checkstyle.

* [IT]Optimize the class naming.

* [IT]Adjust integration tests for common modules in the core module to comply with checkstyle.
2024-07-18 11:15:38 +08:00
阿魁
c717538bd7
[IT]Adjust integration tests for cluster,code,smoke modules in the core module to comply with checkstyle. (#12350) 2024-07-18 11:12:14 +08:00
dingjs
8664a1aec6
fix [ISSUE #12323] , using the project's logback packagingData configuration instead of logback-nacos.xml's packagingData configuration (#12360) 2024-07-18 11:10:09 +08:00
HMYDK
a6047fae45
Remove the accessToken from the URL. (#12353) 2024-07-18 09:41:12 +08:00
blake.qiu
47d913de05
feat(#12355): Record the cost of ConfigDump in Prometheus. (#12356) 2024-07-18 09:40:12 +08:00
阿魁
9d0a48d54f
[IT]Adjust core module auth integration tests to meet checkstyle requirements. (#12368) 2024-07-18 09:30:26 +08:00
HMYDK
6c05ad5497
[ISSUE #12282]Fix the issue where monitoring data cannot be found through the IP dimension in the ListeningQuery (#12315) 2024-07-15 14:13:43 +08:00
阿魁
de5ade75c8
Adjust integration tests for ability, base, and client modules in the core module to comply with checkstyle. (#12335)
* Fix exception code error.(#10925)

* [IT]Adjust integration tests for ability, base, and client modules in the core module to comply with checkstyle.

* [IT]Optimize the class naming.
2024-07-15 11:17:48 +08:00
杨翊 SionYang
2233e6556c
Develop refactor request context (#12331)
* Add RequestContext and RequestContextHolder.

* build RequestContext when request start.

* Refactor ClientAttributesFilter with RequestContext.

* InstanceController get client ip from request context.

* SubscribeServiceRequestHandler get app from requestcontext.

* config http api support use request context get user, app and source ip.

* Rename nacos request context filter.

* Unified naming request get source ip by request context.

* For checkstyle.
2024-07-10 16:54:19 +08:00
shalk(xiao kun)
2aa9fc51bc
fix unexpect exception from NetworkInterface.ifUp (#12325) 2024-07-10 16:52:23 +08:00
blake.qiu
8aba80d3c1
fix(#12231): When inserting and updating configurations in the database, the time-related field values need to be set using the time obtained from the database's built-in time function. (#12244) 2024-07-09 11:19:22 +08:00
hth
e8e8cd29c0
add some UT for default auth plugin (#12318) 2024-07-08 10:48:51 +08:00
misakacoder
97162438f7
[ISSUE #12219] 修复nacos-client中config的ServerListManager解析endpoint失败问题 (#12220)
* [ISSUE #12219] 修复nacos-client中config的ServerListManager解析endpoint失败问题

* [ISSUE #12219] 修复nacos-client中config的ServerListManager解析endpoint失败问题
2024-07-01 13:53:59 +08:00
Thomas Lee
92a3d17681
[ISSUE #12196] FIX prometheus http sd invalid label names (#12239)
* prometheus http sd: fix invalid label names

* Update PrometheusUtils.java
2024-07-01 13:53:32 +08:00
shalk(xiao kun)
b8d13e0557
[ISSUE #12207] fix disk failover datasource not keep status (#12188)
* fix disk failover datasource not keep status

* fix style

* fix DiskFailoverDataSource
2024-06-26 17:50:45 +08:00
shalk(xiao kun)
8034da88e5
[ISSUE #12016] upgrade to junit5 and remove junit4 (#12280)
* clean junit4

* clean junit4

* clean some test dep; fix scope

* fix test compile
2024-06-26 17:39:08 +08:00
阿魁
108f51083f
Add RpcServerSslContextRefresherHolder unit tests. (#12281)
* Fix exception code error.(#10925)

* [Unit test]Add RpcServerSslContextRefresherHolder unit tests.

* [Unit test]Fix bug.
2024-06-26 17:37:51 +08:00
shalk(xiao kun)
8575e84ee4
fix nacos client dependencies tree without grpc package (#12266) 2024-06-24 13:50:29 +08:00
misakacoder
29c28bd01e
[ISSUE #12246] 配置列表和服务列表的总数显示国际化 (#12276) 2024-06-24 13:49:43 +08:00
HMYDK
27da090b7c
[#12235]Fix the incorrect logging format in the ResponseExceptionHandler of the naming module. (#12236) 2024-06-24 09:41:25 +08:00
shalk(xiao kun)
3b2f787d61
[ISSUE #12227] upgrade module test from junit4 to junit5 (#12251)
* upgrade module naocs-test from junit4 to junit5

* fix test/core-test

* fix some test

* fix ci
2024-06-24 09:38:38 +08:00
nov.lzf
63dc87a30c
add endpoint cluster name for config & naming server list manager (#12253) 2024-06-24 09:37:41 +08:00
HMYDK
5d871967ea
Add an id primary key column to both the roles and permissions tables.(mysql-schema.sql) (#12206) 2024-06-17 15:42:37 +08:00
HMYDK
e192e25d9d
Add total record count display in pagination (TotalRender). (#12203) 2024-06-17 14:26:13 +08:00
shalk(xiao kun)
cd8e8583d8
upgrade module naocs-persistence from junit4 to junit5 (#12228) 2024-06-17 14:18:32 +08:00
shalk(xiao kun)
21bfac76e7
upgrade module naocs-plugin from junit4 to junit5 (#12229) 2024-06-17 14:08:09 +08:00
shalk(xiao kun)
ab6591ac83
upgrade module naocs-plugin-impl from junit4 to junit5 (#12230) 2024-06-17 14:07:37 +08:00
misakacoder
833e6ca59a
[ISSUE #12180] 修复克隆和导入配置没有记录操作人 (#12181) 2024-06-12 09:27:48 +08:00
shalk(xiao kun)
7590a4eb12
fix: use nacos properties in CacheDirUtil (#12186) 2024-06-12 09:26:59 +08:00