brothelul
81c1e53ac6
fix the tag remove error. ( #5457 )
2021-04-26 13:46:30 +08:00
孙继峰
da3a1ea796
[ISSUE #5380 ] Use assert instead of System.out ( #5472 )
...
* use assert instead of System.out
* move test case, there is no file named ParamCheckUtil.java
2021-04-25 10:03:28 +08:00
JackSun-Developer
ee8f636db1
[ #5467 ] com.alibaba.nacos.naming.consistency.DelegateConsistencyServiceImpl lacks a lot of Unit Tests. ( #5468 )
2021-04-23 19:14:37 +08:00
brothelul
2f82f070fe
[ISSUE #5190 ]remove the unnecessary catch in the login method ( #5456 )
...
* remove the unnecessary catch in the login method
* catch the throwable error when login and print the message
2021-04-23 19:12:52 +08:00
brothelul
6c270cb3ac
[ISSUE #5078 ] set default pageSize to 10000 for getting all the subscribers in other server node. ( #5424 )
...
* hardcode to get all the subscribers by set the pageSize to 10000
* change the default pageSize from 10000 to 1000
* change the param of getSubscriber to support the pageNo and pageSize
2021-04-23 09:52:04 +08:00
xiaoheng1
b1e78b6f6d
Optimize the ConfigType.isValidType method ( #5434 )
...
* fix #5432 Optimize the ConfigType.isValidType method
* code format
2021-04-23 09:48:45 +08:00
张志勇
103e671d90
Support specified naming UDP push port for client ( #5439 )
...
* Nacos client within docker container could not receive service changes via udp
* change code style
2021-04-22 15:10:04 +08:00
Cherish 蔡
e0fe828542
[ISSUE #5437 ]: change dump-task taskKey ( #5440 )
...
* feat(fix-#5437): change dump-task taskKey
* feat(fix-#5437): Handle CI issues and add doc comments.
2021-04-22 11:27:08 +08:00
Robert LU
024f73866a
[ISSUE #5429 ]fix spi ( #5429 )
2021-04-21 13:44:24 +08:00
赵延
291a969e7d
fix error log mismatch {}. ( #5426 )
2021-04-21 09:38:50 +08:00
赵延
b746b47100
when peer is null, set isOpenService = false directly. ( #5428 )
2021-04-21 09:33:30 +08:00
Robert LU
df681900f0
[ISSUE #5367 ]SPI IConfigFilter ( #5369 )
...
Co-authored-by: lidaoyang <lidaoyang@hotmail.com>
Co-authored-by: lidaoyang <lidaoyang@hotmail.com>
2021-04-20 19:14:48 +08:00
haoyann
f217246c48
[ISSUE #5291 ]Enhancement BeatTask always execute ( #5410 )
...
* enhancement BeatTask always execute
* revert useless modify
2021-04-20 10:36:36 +08:00
孙继峰
3ce1cbab8b
fix #5390 ( #5391 )
2021-04-19 10:56:43 +08:00
JackSun-Developer
36a4a84474
[ #5393 ] The class core.distributed.raft.JRaftProtocol lacks a lot of Unit Tests. ( #5395 )
2021-04-19 10:41:37 +08:00
brothelul
d27c5a9260
Add the explain of running NamingExample ( #5382 )
...
* Add the explain of running NamingExample
* change the explain of running NamingExample
2021-04-19 09:32:21 +08:00
JackSun-Developer
5b770a0306
[ #5353 ] The class core.distributed.raft.JRaftServer lacks a lot of Unit Tests. ( #5394 )
2021-04-19 09:30:58 +08:00
xiaoheng1
acb02f6bf3
[ISSUE #5370 ]Modify the Chinese comments in MD5Utils to English ( #5371 )
...
* fix #5370 Modify the Chinese comments in MD5Utils to English
* code format
2021-04-16 11:00:11 +08:00
haoyann
394230309d
[ISSUE #4602 ]add new version config export feat ( #5345 )
...
* add new version config export feat
* add new export button
* fix ci
* fix magical value
* add YamlParserConstructor
parse config reduce loop
* fix ci
2021-04-16 10:39:55 +08:00
Ryan Cheung
9cd025a114
[ #5308 ]word spell error in comments ( #5313 )
...
* fix the spelling error
* fix the spelling error
2021-04-14 11:00:59 +08:00
JackSun-Developer
02ebe0190e
[ #5350 ] In version 1.4.1, modify the Server is Down prompt to the specific reason for the machine failure and send it to the user ( #5360 )
2021-04-14 10:02:49 +08:00
杨翊 SionYang
e689c1a3a1
Remove blocked thread for Protocol metadata ( #5354 )
2021-04-13 14:12:19 +08:00
Lisheng Zheng
876791da13
fix(istio): should respond all kinds of collections for istio's request ( #5312 )
2021-04-13 09:30:22 +08:00
ShawnSiao
f22b93cac3
fix #5234 ( #5266 )
2021-04-12 10:04:24 +08:00
iaoongin
f8702238f4
Fix. The mouse hovers over the margin in a pointer state and cannot be clicked ( #5332 )
2021-04-12 10:00:19 +08:00
cutiechi
7a1e78e836
[ISSUE#5253] Fix missing identity header error ( #5309 )
...
* Fix missing identity header error
* Format code
* Remove unnecessary change
2021-04-09 10:46:54 +08:00
haoyann
b542de727c
Subscriber list servername add required ( #5310 )
2021-04-09 10:45:25 +08:00
haoyann
50c37b044a
remove unused methods ( #5256 )
2021-04-08 17:35:14 +08:00
赵延
d07e89098d
memory optimize. ( #5273 )
2021-04-08 16:11:55 +08:00
FlyingLambrog
68fb60b6c4
Fix README command ( #5275 )
2021-04-08 16:05:06 +08:00
Wu Zhiguo
9bcb901174
Fix some typo ( #5260 )
...
* fix some typo
* rollback some comment format
2021-04-03 12:57:57 +08:00
shalk(xiao kun)
51a3cf9fe7
clean some inner method is never used ( #5125 )
2021-03-31 13:59:25 +08:00
shalk(xiao kun)
6d500c92ab
check group and dataId in groupKey ( #5100 )
2021-03-29 15:23:55 +08:00
haoyann
6ce150371d
fix config list sort and search problem ( #5223 )
2021-03-29 12:02:37 +08:00
邪影oO
5146fad227
fix #4852 : main.js too large ( #5199 )
2021-03-26 13:43:06 +08:00
赵延
1ec21de8f4
groupName can't be empty. ( #5196 )
2021-03-26 09:54:13 +08:00
haoyann
8cef69e502
service list add view subscriber feat ( #5185 )
2021-03-25 09:59:08 +08:00
赵延
cb289d31f7
fix thread name generate strategy. ( #5139 )
2021-03-23 09:25:35 +08:00
赵延
6df6097b63
remove useless file. ( #5140 )
2021-03-19 11:46:22 +08:00
杨翊 SionYang
f1cf643b81
Try to fix #4573,#4629. Jraft leader status check error. ( #5129 )
2021-03-18 11:11:45 +08:00
杨翊 SionYang
00032676e9
[ISSUE#4829] Remove instance when distro and raft remove instances data. ( #5131 )
...
* Fix #4829 , remove instance when distro and raft remove instances data.
* Remove synchronized
2021-03-18 09:53:48 +08:00
杨翊 SionYang
b2fb8839b8
[#4822,#4823,#4824,#4825,#4979] Fix dependency security problem. ( #5128 )
...
* For #4822,#4823,#4824,#4825,#4979, Fix dependency security problem
* Fix jackson annotation version problem.
2021-03-17 17:55:54 +08:00
haoyann
4029d32e01
fix ConcurrentHashSet
compatibility problems ( #5122 )
2021-03-17 09:49:38 +08:00
haoyann
fd57e08897
perfect KvStorage doc ( #5112 )
2021-03-16 16:54:17 +08:00
haoyann
d70e9efff3
add config compare feat ( #5102 )
2021-03-15 09:39:10 +08:00
谭九鼎
71a7d65001
readme: use https links ( #5105 )
2021-03-15 09:37:41 +08:00
haoyann
bfc97f3371
fix instance list page bug ( #5097 )
2021-03-13 16:08:29 +08:00
haoyann
25a8bf696b
[ISSUE #4936 ]Enhance the message when NamingKvStorage#get error ( #5077 )
...
* Enhance the message when NamingKvStorage#get error
* enhance get and delete operation
2021-03-12 10:51:35 +08:00
shalk(xiao kun)
3dd7915aa6
fix MetricsHttpAgent metrics twice ( #5029 )
2021-03-10 11:24:03 +08:00
赵延
b1c39a6354
[ISSUE-#4306] StringJoiner should consider '@@'. ( #5022 )
...
* StringJoiner should consider '@@'.
* StringJoiner should consider '@@'.
2021-03-08 11:43:26 +08:00