brothelul
d65453f163
format the code in DefaultPublisher.java, log.error and @Override issue ( #5515 )
2021-04-29 18:57:20 +08:00
KomachiSion
a4771d916c
Upgrade version to 2.0.2-SNAPSHOT
2021-04-29 17:51:03 +08:00
杨翊 SionYang
4d4b3377c3
Merge branch '2.0.0' into feature_support_grpc_core
2021-04-29 16:41:12 +08:00
KomachiSion
c0919f921b
Upgrade version to 2.0.1
2021-04-29 16:38:52 +08:00
杨翊 SionYang
50c731884c
Upgrade version to 1.4.2 ( #5530 )
2021-04-29 16:01:13 +08:00
KomachiSion
de40cdd943
Remove unused codes in ServerMemberManager
2021-04-28 17:50:30 +08:00
KomachiSion
ba676e01b8
Shade guava class after guava upgrade
2021-04-27 20:52:45 +08:00
杨翊 SionYang
54a8403b55
Merge pull request #5509 from KomachiSion/merge-1.X-to-2.0
...
Merge 1.x to 2.0
2021-04-27 19:34:07 +08:00
KomachiSion
6609b14d53
Fix CI
2021-04-27 18:56:48 +08:00
KomachiSion
2847373fd0
Solve conflict
2021-04-27 16:19:56 +08:00
KomachiSion
92da848375
Merge remote-tracking branch 'upstream/develop' into merge-1.X-to-2.0
...
# Conflicts:
# client/src/main/java/com/alibaba/nacos/client/config/NacosConfigService.java
# client/src/main/java/com/alibaba/nacos/client/config/impl/CacheData.java
# client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java
# client/src/main/java/com/alibaba/nacos/client/naming/core/PushReceiver.java
# console/src/main/resources/static/css/main.css
# console/src/main/resources/static/js/main.js
# naming/src/main/java/com/alibaba/nacos/naming/core/SubscribeManager.java
# naming/src/test/java/com/alibaba/nacos/naming/core/SubscribeManagerTest.java
# test/src/test/java/com/alibaba/nacos/test/BaseTest.java
2021-04-27 15:57:24 +08:00
KomachiSion
bd8ac55386
rollback subscribers push data immediately to protect push frequent.
2021-04-27 15:38:26 +08:00
杨翊 SionYang
5fa05aef52
Upgrade dependency version to fix security alert ( #5506 )
2021-04-27 15:16:54 +08:00
brothelul
3070bb8ffc
fix the press F1 to full screen issue in new config page ( #5507 )
2021-04-27 15:15:59 +08:00
brothelul
b148d4b503
fix the press F1 to full screen issue ( #5505 )
2021-04-27 14:07:12 +08:00
李晓双 Li Xiao Shuang
6c20d35af8
add unit test for PersistentConsistencyServiceDelegateImpl ( #5491 )
...
* add unit test for PersistentConsistencyServiceDelegateImpl
* add unit test for PersistentConsistencyServiceDelegateImpl
* add unit test for PersistentConsistencyServiceDelegateImpl
2021-04-27 10:12:02 +08:00
brothelul
72e5da6baf
[ISSUE #4770 ] Beta publish: change the way of select betaIps, from input to select ( #5493 )
...
* change the way of select betaIps, from input to select
* solve the conflict and change the Select from mutiple to tag
2021-04-27 09:41:51 +08:00
Robert LU
f336283a18
[ISSUE #5367 ]SPI IConfigFilter ( #5474 )
2021-04-26 15:49:25 +08:00
brothelul
81c1e53ac6
fix the tag remove error. ( #5457 )
2021-04-26 13:46:30 +08:00
杨翊 SionYang
71a0037f50
Refactor Distro Config as singleton and replace GlobalConfig ( #5486 )
...
* Refactor Distro Config as singleton and replace GlobalConfig
* Use configed timeout for distro sync and verify
* Fix IT error.
2021-04-25 16:50:10 +08:00
杨翊 SionYang
267d67190b
Some enhancement for logs and ability. ( #5482 )
2021-04-25 13:08:24 +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
杨翊 SionYang
6c064bfe41
For #5171 , Fix all IT case ( #5464 )
2021-04-23 18:36:02 +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
杨翊 SionYang
30304f0b3a
For #5171 , Fix naming IT case ( #5450 )
2021-04-22 16:40:22 +08:00
Pixy Yuan
758b8b3942
[ISSUE #5442 ] change state to UP when received status form old version server ( #5445 )
...
* [ISSUE #5442 ] change state to UP when received status form old version server
* [ISSUE #5442 ] Optimize server status received logic
2021-04-22 16:39:19 +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
MajorHe1
0a4f7f5e75
[ISSUE #5361 ] check isUseGrpcFeatures() when subscribe service using GRPC ( #5411 )
...
* [ISSUE #5361 ] check isUseGrpcFeatures() when subscribe service using GRPC
* [ISSUE #5361 ] add a GrpcRequestFilter to check isUseGrpcFeatures() when using GRPC protocol
* [ISSUE #5361 ] add a judgement whether request instance of AbstractNamingRequest
* [ISSUE #5361 ] reformat code using nacos-code-style-for-idea.xml
2021-04-22 10:12:57 +08:00
杨翊 SionYang
a95236acda
For #5171 , Fix some naming IT case ( #5436 )
2021-04-21 19:26:14 +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
杨翊 SionYang
4c1b879d00
For #5419 , Fix Nacos 2.0 client auth may invalid for non public namespace. ( #5422 )
2021-04-20 19:29:59 +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
杨翊 SionYang
afed87ee30
Fix config IT for nacos2 ( #5421 )
2021-04-20 18:16:30 +08:00
brothelul
5e455af2a2
add the InterruptedException catch ( #5416 )
2021-04-20 16:39:29 +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
杨翊 SionYang
3a4c8efb14
For #5404 , Fix frequently udp push for client 1.X ( #5413 )
2021-04-20 09:57:14 +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
JackSun-Developer
2b29315889
[ #5353 ] The class core.distributed.raft.JRaftServer lacks a lot of Unit Tests. ( #5396 )
2021-04-19 09:29:52 +08:00
JackSun-Developer
121750ee33
[ #5393 ] The class core.distributed.raft.JRaftProtocol lacks a lot of Unit Tests. ( #5398 )
2021-04-19 09:29:02 +08:00
杨翊 SionYang
73eea9c0bb
Use ThreadUtil and EnvUtil replace Runtime.availableProcessor ( #5388 )
2021-04-16 17:32:14 +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